Searched refs:drm_crtc_find (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_color_mgmt.c | 247 crtc = drm_crtc_find(dev, file_priv, crtc_lut->crtc_id); in drm_mode_gamma_set_ioctl() 325 crtc = drm_crtc_find(dev, file_priv, crtc_lut->crtc_id); in drm_mode_gamma_get_ioctl()
|
D | drm_crtc.c | 407 crtc = drm_crtc_find(dev, file_priv, crtc_resp->crtc_id); in drm_mode_getcrtc() 589 crtc = drm_crtc_find(dev, file_priv, crtc_req->crtc_id); in drm_mode_setcrtc()
|
D | drm_plane.c | 798 crtc = drm_crtc_find(dev, file_priv, plane_req->crtc_id); in drm_mode_setplane() 920 crtc = drm_crtc_find(dev, file_priv, req->crtc_id); in drm_mode_cursor_common() 1036 crtc = drm_crtc_find(dev, file_priv, page_flip->crtc_id); in drm_mode_page_flip_ioctl()
|
D | drm_vblank.c | 1779 crtc = drm_crtc_find(dev, file_priv, get_seq->crtc_id); in drm_crtc_get_sequence_ioctl() 1837 crtc = drm_crtc_find(dev, file_priv, queue_seq->crtc_id); in drm_crtc_queue_sequence_ioctl()
|
D | drm_atomic.c | 883 struct drm_crtc *crtc = drm_crtc_find(dev, NULL, val); in drm_atomic_plane_set_property() 1355 struct drm_crtc *crtc = drm_crtc_find(dev, NULL, val); in drm_atomic_connector_set_property()
|
/Linux-v4.19/include/drm/ |
D | drm_crtc.h | 1122 static inline struct drm_crtc *drm_crtc_find(struct drm_device *dev, in drm_crtc_find() function
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_overlay.c | 1101 drmmode_crtc = drm_crtc_find(dev, file_priv, put_image_rec->crtc_id); in intel_overlay_put_image_ioctl()
|
D | intel_display.c | 14027 drmmode_crtc = drm_crtc_find(dev, file, pipe_from_crtc_id->crtc_id); in intel_get_pipe_from_crtc_id_ioctl()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | r600_cs.c | 890 crtc = drm_crtc_find(p->rdev->ddev, p->filp, crtc_id); in r600_cs_common_vline_parse()
|
D | r100.c | 1459 crtc = drm_crtc_find(p->rdev->ddev, p->filp, crtc_id); in r100_cs_packet_parse_vline()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 1841 crtc = drm_crtc_find(dev, file_priv, arg->crtc_id); in vmw_kms_cursor_bypass_ioctl()
|