Home
last modified time | relevance | path

Searched refs:MSM_BO_WC (Results 1 - 6 of 6) sorted by relevance

/third_party/libdrm/include/drm/
H A Dmsm_drm.h93 #define MSM_BO_WC 0x00020000 macro
99 MSM_BO_WC | \
/third_party/libdrm/freedreno/msm/
H A Dmsm_bo.c141 .flags = MSM_BO_WC, // TODO figure out proper flags.. in msm_bo_new_handle()
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_bo.c184 req.flags |= MSM_BO_WC; in new_handle()
/third_party/mesa3d/include/drm-uapi/
H A Dmsm_drm.h115 #define MSM_BO_WC 0x00020000 macro
116 #define MSM_BO_UNCACHED 0x00040000 /* deprecated, use MSM_BO_WC */
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_bo.c351 req.flags |= MSM_BO_WC; in virtio_bo_new()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_drm.c256 * always sets `flags = MSM_BO_WC`, and we copy that behavior here. in tu_bo_init_new()
260 .flags = MSM_BO_WC in tu_bo_init_new()

Completed in 5 milliseconds