drm/freedreno
Lucas De Marchi 9a1470fb41 freedreno: 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
freedreno-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
..
kgsl freedreno: add fd_ringbuffer_new_object() 2018-07-30 12:18:58 -04:00
msm freedreno: move ring_cache behind fd_bo_del() 2018-09-14 13:41:44 -04:00
Android.mk android: introduce Android.common.mk to reduce boilerplate 2017-01-27 15:48:16 +00:00
Makefile.am freedreno: valgrind support 2017-03-23 15:22:30 -04:00
Makefile.sources libdrm: add msm drm uapi header 2018-08-23 08:48:45 -07:00
freedreno-symbol-check freedreno: add fd_ringbuffer_new_object() 2018-07-30 12:18:58 -04:00
freedreno_bo.c freedreno: annotate public functions 2018-09-19 22:46:45 -07:00
freedreno_bo_cache.c freedreno: fix spelling typo 2018-09-14 13:41:44 -04:00
freedreno_device.c freedreno: annotate public functions 2018-09-19 22:46:45 -07:00
freedreno_drmif.h freedreno: add fd_pipe refcounting 2018-05-09 07:40:29 -04:00
freedreno_pipe.c freedreno: annotate public functions 2018-09-19 22:46:45 -07:00
freedreno_priv.h freedreno: move ring_cache behind fd_bo_del() 2018-09-14 13:41:44 -04:00
freedreno_ringbuffer.c freedreno: annotate public functions 2018-09-19 22:46:45 -07:00
freedreno_ringbuffer.h freedreno: add fd_ringbuffer_new_object() 2018-07-30 12:18:58 -04:00
libdrm_freedreno.pc.in freedreno: add freedreno DRM 2013-02-14 12:13:15 -05:00
meson.build meson: use pkg-config to detect libatomic_ops 2018-03-09 17:12:02 +00:00