Searched refs:drm_crtc_find (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_color_mgmt.c | 251 crtc = drm_crtc_find(dev, file_priv, crtc_lut->crtc_id); in drm_mode_gamma_set_ioctl() 319 crtc = drm_crtc_find(dev, file_priv, crtc_lut->crtc_id); in drm_mode_gamma_get_ioctl()
|
| D | drm_crtc.c | 369 crtc = drm_crtc_find(dev, file_priv, crtc_resp->crtc_id); in drm_mode_getcrtc() 551 crtc = drm_crtc_find(dev, file_priv, crtc_req->crtc_id); in drm_mode_setcrtc()
|
| D | drm_plane.c | 821 crtc = drm_crtc_find(dev, file_priv, plane_req->crtc_id); in drm_mode_setplane() 943 crtc = drm_crtc_find(dev, file_priv, req->crtc_id); in drm_mode_cursor_common() 1064 crtc = drm_crtc_find(dev, file_priv, page_flip->crtc_id); in drm_mode_page_flip_ioctl()
|
| D | drm_atomic_uapi.c | 541 struct drm_crtc *crtc = drm_crtc_find(dev, file_priv, val); in drm_atomic_plane_set_property() 683 struct drm_crtc *crtc = drm_crtc_find(dev, file_priv, val); in drm_atomic_connector_set_property()
|
| D | drm_vblank.c | 1843 crtc = drm_crtc_find(dev, file_priv, get_seq->crtc_id); in drm_crtc_get_sequence_ioctl() 1901 crtc = drm_crtc_find(dev, file_priv, queue_seq->crtc_id); in drm_crtc_queue_sequence_ioctl()
|
| /Linux-v5.4/include/drm/ |
| D | drm_crtc.h | 1189 static inline struct drm_crtc *drm_crtc_find(struct drm_device *dev, in drm_crtc_find() function
|
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_overlay.c | 1081 drmmode_crtc = drm_crtc_find(dev, file_priv, params->crtc_id); in intel_overlay_put_image_ioctl()
|
| D | intel_display.c | 15216 drmmode_crtc = drm_crtc_find(dev, file, pipe_from_crtc_id->crtc_id); in intel_get_pipe_from_crtc_id_ioctl()
|
| /Linux-v5.4/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 | 1465 crtc = drm_crtc_find(p->rdev->ddev, p->filp, crtc_id); in r100_cs_packet_parse_vline()
|
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_kms.c | 1861 crtc = drm_crtc_find(dev, file_priv, arg->crtc_id); in vmw_kms_cursor_bypass_ioctl()
|