mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 02:20:15 +01:00
Query all domains and their signals and provide it this information via struct etna_perfmon and the corresponding api functions. v2: - code style changes - etna_perfmon_create(..): add missing clean up in error case Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
13 lines
243 B
Text
13 lines
243 B
Text
LIBDRM_ETNAVIV_FILES := \
|
|
etnaviv_device.c \
|
|
etnaviv_gpu.c \
|
|
etnaviv_bo.c \
|
|
etnaviv_bo_cache.c \
|
|
etnaviv_perfmon.c \
|
|
etnaviv_pipe.c \
|
|
etnaviv_cmd_stream.c \
|
|
etnaviv_drm.h \
|
|
etnaviv_priv.h
|
|
|
|
LIBDRM_ETNAVIV_H_FILES := \
|
|
etnaviv_drmif.h
|