Searched refs:drmmode_crtc (Results 1 – 2 of 2) sorted by relevance
1104 struct drm_crtc *drmmode_crtc; in intel_overlay_put_image_ioctl() local1123 drmmode_crtc = drm_crtc_find(dev, file_priv, params->crtc_id); in intel_overlay_put_image_ioctl()1124 if (!drmmode_crtc) in intel_overlay_put_image_ioctl()1126 crtc = to_intel_crtc(drmmode_crtc); in intel_overlay_put_image_ioctl()
10129 struct drm_crtc *drmmode_crtc; in intel_get_pipe_from_crtc_id_ioctl() local10132 drmmode_crtc = drm_crtc_find(dev, file, pipe_from_crtc_id->crtc_id); in intel_get_pipe_from_crtc_id_ioctl()10133 if (!drmmode_crtc) in intel_get_pipe_from_crtc_id_ioctl()10136 crtc = to_intel_crtc(drmmode_crtc); in intel_get_pipe_from_crtc_id_ioctl()
Completed in 24 milliseconds