Home
last modified time | relevance | path

Searched refs:DRM_PVR_BO_BYPASS_DEVICE_CACHE (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/uapi/drm/
Dpvr_drm.h536 #define DRM_PVR_BO_BYPASS_DEVICE_CACHE _BITULL(0) macro
541 #define DRM_PVR_BO_FLAGS_MASK (DRM_PVR_BO_BYPASS_DEVICE_CACHE | DRM_PVR_BO_PM_FW_PROTECT | \
/linux-6.12.1/drivers/gpu/drm/imagination/
Dpvr_gem.h76 #define PVR_BO_FW_FLAGS_DEVICE_UNCACHED DRM_PVR_BO_BYPASS_DEVICE_CACHE
Dpvr_mmu.c2595 flags & DRM_PVR_BO_BYPASS_DEVICE_CACHE, in pvr_mmu_map()