drm/etnaviv
Lucas De Marchi 3441a18c3a etnaviv: 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
etnaviv-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
..
Android.mk android: introduce Android.common.mk to reduce boilerplate 2017-01-27 15:48:16 +00:00
Makefile.am libdrm: add etnaviv drm support 2016-09-17 15:05:25 +02:00
Makefile.sources etnaviv: add permon support 2017-12-15 19:09:51 +01:00
etnaviv-symbol-check etnaviv: support performance monitor requests 2017-12-15 19:10:01 +01:00
etnaviv_bo.c etnaviv: annotate public functions 2018-09-19 22:46:45 -07:00
etnaviv_bo_cache.c meson,configure: include config.h automatically 2018-03-20 18:19:26 +00:00
etnaviv_cmd_stream.c etnaviv: annotate public functions 2018-09-19 22:46:45 -07:00
etnaviv_device.c etnaviv: annotate public functions 2018-09-19 22:46:45 -07:00
etnaviv_drm.h headers: Sync with drm-next 2018-03-30 16:10:03 +01:00
etnaviv_drmif.h etnaviv: support performance monitor requests 2017-12-15 19:10:01 +01:00
etnaviv_gpu.c etnaviv: annotate public functions 2018-09-19 22:46:45 -07:00
etnaviv_perfmon.c etnaviv: annotate public functions 2018-09-19 22:46:45 -07:00
etnaviv_pipe.c etnaviv: annotate public functions 2018-09-19 22:46:45 -07:00
etnaviv_priv.h etnaviv: support performance monitor requests 2017-12-15 19:10:01 +01:00
libdrm_etnaviv.pc.in libdrm: add etnaviv drm support 2016-09-17 15:05:25 +02:00
meson.build meson: use pkg-config to detect libatomic_ops 2018-03-09 17:12:02 +00:00