Home
last modified time | relevance | path

Searched refs:MSM_PARAM_GMEM_SIZE (Results 1 – 6 of 6) sorted by relevance

/third_party/libdrm/include/drm/
Dmsm_drm.h71 #define MSM_PARAM_GMEM_SIZE 0x02 macro
/third_party/mesa3d/include/drm-uapi/
Dmsm_drm.h71 #define MSM_PARAM_GMEM_SIZE 0x02 macro
/third_party/libdrm/freedreno/msm/
Dmsm_pipe.c193 msm_pipe->gmem = get_param(pipe, MSM_PARAM_GMEM_SIZE); in msm_pipe_new()
/third_party/mesa3d/src/freedreno/drm-shim/
Dfreedreno_noop.c126 case MSM_PARAM_GMEM_SIZE: in msm_ioctl_get_param()
/third_party/mesa3d/src/freedreno/drm/
Dmsm_pipe.c242 msm_pipe->gmem = get_param(pipe, MSM_PARAM_GMEM_SIZE); in msm_pipe_new()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c164 int ret = tu_drm_get_param(dev, MSM_PARAM_GMEM_SIZE, &value); in tu_drm_get_gmem_size()