drm/exynos
Lucas De Marchi 67967e9b5c exynos: 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
exynos-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
..
Makefile.am drm: remove no longer needed VISIBILITY_CFLAGS 2015-04-28 11:19:15 +01:00
exynos-symbol-check *-symbol-check: Don't hard-code nm executable 2018-02-23 17:53:08 +00:00
exynos_drm.c exynos: annotate public functions 2018-09-19 22:46:45 -07:00
exynos_drm.h exynos: Introduce exynos_handle_event() 2015-12-18 17:42:54 +00:00
exynos_drmif.h exynos: add C++ support to exynos_drmif header 2017-04-08 21:33:30 +01:00
exynos_fimg2d.c exynos: annotate public functions 2018-09-19 22:46:45 -07:00
exynos_fimg2d.h exynos: change the license to X11/MIT 2017-11-07 11:19:58 +00:00
fimg2d_reg.h exynos: change the license to X11/MIT 2017-11-07 11:19:58 +00:00
libdrm_exynos.pc.in exynos: bump version number 2015-12-18 17:42:54 +00:00
meson.build *-symbol-check: Don't hard-code nm executable 2018-02-23 17:53:08 +00:00