Home
last modified time | relevance | path

Searched refs:MSM_PARAM_GMEM_BASE (Results 1 – 5 of 5) sorted by relevance

/third_party/libdrm/include/drm/
Dmsm_drm.h75 #define MSM_PARAM_GMEM_BASE 0x06 macro
/third_party/mesa3d/include/drm-uapi/
Dmsm_drm.h79 #define MSM_PARAM_GMEM_BASE 0x06 /* RO */ macro
/third_party/mesa3d/src/freedreno/drm-shim/
Dfreedreno_noop.c118 case MSM_PARAM_GMEM_BASE: in msm_ioctl_get_param()
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_pipe.c270 msm_pipe->gmem_base = get_param(pipe, MSM_PARAM_GMEM_BASE); in msm_pipe_new()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c109 return tu_drm_get_param(dev, MSM_PARAM_GMEM_BASE, base); in tu_drm_get_gmem_base()