Searched refs:drmmode_crtc (Results 1 – 1 of 1) sorted by relevance
1124 struct drm_crtc *drmmode_crtc; in intel_overlay_put_image_ioctl() local1143 drmmode_crtc = drm_crtc_find(dev, file_priv, params->crtc_id); in intel_overlay_put_image_ioctl()1144 if (!drmmode_crtc) in intel_overlay_put_image_ioctl()1146 crtc = to_intel_crtc(drmmode_crtc); in intel_overlay_put_image_ioctl()