Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/drm/
Ddrm_crtc_helper.h53 bool drm_helper_crtc_in_use(struct drm_crtc *crtc);
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_crtc_helper.c136 bool drm_helper_crtc_in_use(struct drm_crtc *crtc) in drm_helper_crtc_in_use() function
155 EXPORT_SYMBOL(drm_helper_crtc_in_use);
189 crtc->enabled = drm_helper_crtc_in_use(crtc); in __drm_helper_disable_unused_functions()
290 crtc->enabled = drm_helper_crtc_in_use(crtc); in drm_crtc_helper_set_mode()
725 if (drm_helper_crtc_in_use(set->crtc)) { in drm_crtc_helper_set_config()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
Dpsb_device.c188 if (drm_helper_crtc_in_use(crtc)) in psb_save_display_registers()
228 if (drm_helper_crtc_in_use(crtc)) in psb_restore_display_registers()