Home
last modified time | relevance | path

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

/third_party/libdrm/include/drm/
Dmsm_drm.h72 #define MSM_PARAM_CHIP_ID 0x03 macro
/third_party/mesa3d/include/drm-uapi/
Dmsm_drm.h76 #define MSM_PARAM_CHIP_ID 0x03 /* RO */ macro
/third_party/libdrm/freedreno/msm/
Dmsm_pipe.c194 msm_pipe->chip_id = get_param(pipe, MSM_PARAM_CHIP_ID); in msm_pipe_new()
/third_party/mesa3d/src/freedreno/drm-shim/
Dfreedreno_noop.c121 case MSM_PARAM_CHIP_ID: in msm_ioctl_get_param()
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_pipe.c267 msm_pipe->chip_id = get_param(pipe, MSM_PARAM_CHIP_ID); in msm_pipe_new()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_drm.c699 if (tu_drm_get_param(device, MSM_PARAM_CHIP_ID, &device->dev_id.chip_id)) { in tu_drm_device_init()