Home
last modified time | relevance | path

Searched refs:intel_overlay_switch_off (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/drm2/i915/
HDintel_overlay.c873 int intel_overlay_switch_off(struct intel_overlay *overlay) in intel_overlay_switch_off() function
1133 ret = intel_overlay_switch_off(overlay); in intel_overlay_put_image()
1174 ret = intel_overlay_switch_off(overlay); in intel_overlay_put_image()
HDintel_drv.h469 extern int intel_overlay_switch_off(struct intel_overlay *overlay);
HDintel_display.c3214 (void) intel_overlay_switch_off(intel_crtc->overlay); in intel_crtc_dpms_overlay()