Searched refs:drmmode_crtc (Results 1 – 1 of 1) sorted by relevance
1128 struct drm_crtc *drmmode_crtc; in intel_overlay_put_image_ioctl() local 1147 drmmode_crtc = drm_crtc_find(dev, file_priv, params->crtc_id); in intel_overlay_put_image_ioctl() 1148 if (!drmmode_crtc) in intel_overlay_put_image_ioctl() 1150 crtc = to_intel_crtc(drmmode_crtc); in intel_overlay_put_image_ioctl()