Lines Matching refs:crtc_id
1819 uint32_t __user *crtc_id; in drm_mode_getresources() local
1882 crtc_id = (uint32_t __user *)(unsigned long)card_res->crtc_id_ptr; in drm_mode_getresources()
1887 if (put_user(crtc->base.id, crtc_id + copied)) { in drm_mode_getresources()
1896 crtc_id + copied)) { in drm_mode_getresources()
2000 crtc = drm_crtc_find(dev, crtc_resp->crtc_id); in drm_mode_getcrtc()
2282 enc_resp->crtc_id = crtc->base.id; in drm_mode_getencoder()
2284 enc_resp->crtc_id = 0; in drm_mode_getencoder()
2385 plane_resp->crtc_id = plane->crtc->base.id; in drm_mode_getplane()
2387 plane_resp->crtc_id = 0; in drm_mode_getplane()
2601 crtc = drm_crtc_find(dev, plane_req->crtc_id); in drm_mode_setplane()
2604 plane_req->crtc_id); in drm_mode_setplane()
2760 crtc = drm_crtc_find(dev, crtc_req->crtc_id); in drm_mode_setcrtc()
2762 DRM_DEBUG_KMS("Unknown CRTC ID %d\n", crtc_req->crtc_id); in drm_mode_setcrtc()
3011 crtc = drm_crtc_find(dev, req->crtc_id); in drm_mode_cursor_common()
3013 DRM_DEBUG_KMS("Unknown CRTC ID %d\n", req->crtc_id); in drm_mode_cursor_common()
4791 crtc = drm_crtc_find(dev, crtc_lut->crtc_id); in drm_mode_gamma_set_ioctl()
4863 crtc = drm_crtc_find(dev, crtc_lut->crtc_id); in drm_mode_gamma_get_ioctl()
4933 crtc = drm_crtc_find(dev, page_flip->crtc_id); in drm_mode_page_flip_ioctl()