mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
drm-uapi: update v3d_drm.h for reset counters
Taken from commits 5774b3cf and 769c153c of drm-misc-next kernel tree. Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Reviewed-by: Maíra Canal <mcanal@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35965>
This commit is contained in:
parent
2188994c81
commit
d94114c1d2
1 changed files with 2 additions and 0 deletions
|
|
@ -294,6 +294,8 @@ enum drm_v3d_param {
|
|||
DRM_V3D_PARAM_SUPPORTS_CPU_QUEUE,
|
||||
DRM_V3D_PARAM_MAX_PERF_COUNTERS,
|
||||
DRM_V3D_PARAM_SUPPORTS_SUPER_PAGES,
|
||||
DRM_V3D_PARAM_GLOBAL_RESET_COUNTER,
|
||||
DRM_V3D_PARAM_CONTEXT_RESET_COUNTER,
|
||||
};
|
||||
|
||||
struct drm_v3d_get_param {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue