drm/tegra
Lucas De Marchi d1db9dd200 tegra: annotate public functions
while read sym; do
	read f func line _ <<<$(cscope -d -L -1 $sym)
	if [ ! -z "$f" ]; then
		sed -i "${line}s/^/drm_public /" $f
	fi
done < /tmp/a.txt

In which /tmp/a.txt contains the public symbols from
tegra-symbol-check. The idea here will be to switch the default
visibility to hidden so we don't export symbols we shouldn't.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Acked-by: Eric Engestrom <eric.engestrom@intel.com>
2018-09-19 22:46:45 -07:00
..
.gitignore libdrm: Add NVIDIA Tegra support 2014-11-27 17:05:35 +01:00
Makefile.am drm: remove no longer needed VISIBILITY_CFLAGS 2015-04-28 11:19:15 +01:00
libdrm_tegra.pc.in libdrm: Add NVIDIA Tegra support 2014-11-27 17:05:35 +01:00
meson.build meson: use pkg-config to detect libatomic_ops 2018-03-09 17:12:02 +00:00
private.h drm: rename libdrm{,_macros}.h 2015-04-28 11:19:15 +01:00
tegra-symbol-check *-symbol-check: Don't hard-code nm executable 2018-02-23 17:53:08 +00:00
tegra.c tegra: annotate public functions 2018-09-19 22:46:45 -07:00
tegra.h tegra: Implement drm_tegra_bo_{get,set}_tiling() 2014-11-27 17:20:32 +01:00