Home
last modified time | relevance | path

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

/third_party/libdrm/include/drm/
Dmsm_drm.h70 #define MSM_PARAM_GPU_ID 0x01 macro
/third_party/mesa3d/include/drm-uapi/
Dmsm_drm.h70 #define MSM_PARAM_GPU_ID 0x01 macro
/third_party/libdrm/freedreno/msm/
Dmsm_pipe.c192 msm_pipe->gpu_id = get_param(pipe, MSM_PARAM_GPU_ID); in msm_pipe_new()
/third_party/mesa3d/src/freedreno/drm-shim/
Dfreedreno_noop.c123 case MSM_PARAM_GPU_ID: in msm_ioctl_get_param()
/third_party/mesa3d/src/freedreno/drm/
Dmsm_pipe.c241 msm_pipe->gpu_id = get_param(pipe, MSM_PARAM_GPU_ID); in msm_pipe_new()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c152 int ret = tu_drm_get_param(dev, MSM_PARAM_GPU_ID, &value); in tu_drm_get_gpu_id()