Searched refs:drm_crtc_find (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_crtc.c | 1879 crtc = drm_crtc_find(dev, crtc_resp->crtc_id); in drm_mode_getcrtc() 2491 crtc = drm_crtc_find(dev, plane_req->crtc_id); in drm_mode_setplane() 2643 crtc = drm_crtc_find(dev, crtc_req->crtc_id); in drm_mode_setcrtc() 2888 crtc = drm_crtc_find(dev, 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()
|
D | drm_atomic.c | 591 struct drm_crtc *crtc = drm_crtc_find(dev, val); in drm_atomic_plane_set_property() 861 struct drm_crtc *crtc = drm_crtc_find(dev, val); in drm_atomic_connector_set_property()
|
/linux-4.4.14/include/drm/ |
D | drm_crtc.h | 1511 static inline struct drm_crtc *drm_crtc_find(struct drm_device *dev, in drm_crtc_find() function
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_overlay.c | 1120 drmmode_crtc = drm_crtc_find(dev, put_image_rec->crtc_id); in intel_overlay_put_image()
|
D | intel_display.c | 14006 drmmode_crtc = drm_crtc_find(dev, pipe_from_crtc_id->crtc_id); in intel_get_pipe_from_crtc_id()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 1176 crtc = drm_crtc_find(dev, arg->crtc_id); in vmw_kms_cursor_bypass_ioctl()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | r600_cs.c | 889 crtc = drm_crtc_find(p->rdev->ddev, crtc_id); in r600_cs_common_vline_parse()
|
D | r100.c | 1465 crtc = drm_crtc_find(p->rdev->ddev, crtc_id); in r100_cs_packet_parse_vline()
|