Lines Matching refs:crtc_id
1750 uint32_t __user *crtc_id; in drm_mode_getresources() local
1802 crtc_id = (uint32_t __user *)(unsigned long)card_res->crtc_id_ptr; in drm_mode_getresources()
1805 if (put_user(crtc->base.id, crtc_id + copied)) { in drm_mode_getresources()
1879 crtc = drm_crtc_find(dev, crtc_resp->crtc_id); in drm_mode_getcrtc()
2161 enc_resp->crtc_id = crtc->base.id; in drm_mode_getencoder()
2163 enc_resp->crtc_id = 0; in drm_mode_getencoder()
2264 plane_resp->crtc_id = plane->crtc->base.id; in drm_mode_getplane()
2266 plane_resp->crtc_id = 0; in drm_mode_getplane()
2491 crtc = drm_crtc_find(dev, plane_req->crtc_id); in drm_mode_setplane()
2494 plane_req->crtc_id); in drm_mode_setplane()
2643 crtc = drm_crtc_find(dev, crtc_req->crtc_id); in drm_mode_setcrtc()
2645 DRM_DEBUG_KMS("Unknown CRTC ID %d\n", crtc_req->crtc_id); in drm_mode_setcrtc()
2888 crtc = drm_crtc_find(dev, req->crtc_id); in drm_mode_cursor_common()
2890 DRM_DEBUG_KMS("Unknown CRTC ID %d\n", req->crtc_id); in drm_mode_cursor_common()
5101 crtc = drm_crtc_find(dev, crtc_lut->crtc_id); in drm_mode_gamma_set_ioctl()
5173 crtc = drm_crtc_find(dev, crtc_lut->crtc_id); in drm_mode_gamma_get_ioctl()
5243 crtc = drm_crtc_find(dev, page_flip->crtc_id); in drm_mode_page_flip_ioctl()