Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/drm/
A Ddrm_crtc_helper.h57 bool drm_helper_crtc_in_use(struct drm_crtc *crtc);
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_crtc_helper.c148 bool drm_helper_crtc_in_use(struct drm_crtc *crtc) in drm_helper_crtc_in_use() function
167 EXPORT_SYMBOL(drm_helper_crtc_in_use);
201 crtc->enabled = drm_helper_crtc_in_use(crtc); in __drm_helper_disable_unused_functions()
302 crtc->enabled = drm_helper_crtc_in_use(crtc); in drm_crtc_helper_set_mode()
763 if (drm_helper_crtc_in_use(set->crtc)) { in drm_crtc_helper_set_config()
/linux-6.3-rc2/drivers/gpu/drm/gma500/
A Dpsb_device.c126 if (drm_helper_crtc_in_use(crtc)) in psb_save_display_registers()
172 if (drm_helper_crtc_in_use(crtc)) in psb_restore_display_registers()

Completed in 6 milliseconds