Skip to content

svga: enable DRM mks-stats via hooking to the corresponding DRM ioctls

Neha Bhende requested to merge bhenden/mesa:vmware-mks-stats into main

SVGA DRM stat calls were situated but did not actually register with the mks-stats mechanism due to absence of corresponding ioctls. The employed new ioctls in vmwgfx are DRM_VMW_MKSSTAT_ADD and DRM_VMW_MKSSTAT_REMOVE, subject to version check.

Reviewed-by: Charmaine Lee charmainel@vmware.com (cherry picked from commit be47c077cc927c27a8c36342b47697aa81719677) (cherry picked from commit 0388afc67b830f6ab916d0839c33eb1d91d6353f)

Merge request reports