Searched refs:drmmode_crtc (Results 1 – 2 of 2) sorted by relevance
1073 struct drm_crtc *drmmode_crtc; in intel_overlay_put_image_ioctl() local1101 drmmode_crtc = drm_crtc_find(dev, file_priv, put_image_rec->crtc_id); in intel_overlay_put_image_ioctl()1102 if (!drmmode_crtc) { in intel_overlay_put_image_ioctl()1106 crtc = to_intel_crtc(drmmode_crtc); in intel_overlay_put_image_ioctl()
14024 struct drm_crtc *drmmode_crtc; in intel_get_pipe_from_crtc_id_ioctl() local14027 drmmode_crtc = drm_crtc_find(dev, file, pipe_from_crtc_id->crtc_id); in intel_get_pipe_from_crtc_id_ioctl()14028 if (!drmmode_crtc) in intel_get_pipe_from_crtc_id_ioctl()14031 crtc = to_intel_crtc(drmmode_crtc); in intel_get_pipe_from_crtc_id_ioctl()