Searched refs:drmmode_crtc (Results 1 – 2 of 2) sorted by relevance
1092 struct drm_crtc *drmmode_crtc; in intel_overlay_put_image() local1120 drmmode_crtc = drm_crtc_find(dev, put_image_rec->crtc_id); in intel_overlay_put_image()1121 if (!drmmode_crtc) { in intel_overlay_put_image()1125 crtc = to_intel_crtc(drmmode_crtc); in intel_overlay_put_image()
14003 struct drm_crtc *drmmode_crtc; in intel_get_pipe_from_crtc_id() local14006 drmmode_crtc = drm_crtc_find(dev, pipe_from_crtc_id->crtc_id); in intel_get_pipe_from_crtc_id()14008 if (!drmmode_crtc) { in intel_get_pipe_from_crtc_id()14013 crtc = to_intel_crtc(drmmode_crtc); in intel_get_pipe_from_crtc_id()