Home
last modified time | relevance | path

Searched refs:MSM_PREP_NOSYNC (Results 1 – 4 of 4) sorted by relevance

/third_party/libdrm/include/drm/
Dmsm_drm.h120 #define MSM_PREP_NOSYNC 0x04 macro
122 #define MSM_PREP_FLAGS (MSM_PREP_READ | MSM_PREP_WRITE | MSM_PREP_NOSYNC)
/third_party/mesa3d/include/drm-uapi/
Dmsm_drm.h152 #define MSM_PREP_NOSYNC 0x04 macro
154 #define MSM_PREP_FLAGS (MSM_PREP_READ | MSM_PREP_WRITE | MSM_PREP_NOSYNC)
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_device.c53 STATIC_ASSERT(FD_BO_PREP_NOSYNC == MSM_PREP_NOSYNC); in msm_device_new()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_device.c132 STATIC_ASSERT(FD_BO_PREP_NOSYNC == MSM_PREP_NOSYNC); in virtio_device_new()