Home
last modified time | relevance | path

Searched refs:drm_fbdev_emulation (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_fb_helper.c52 static bool drm_fbdev_emulation = true; variable
53 module_param_named(fbdev_emulation, drm_fbdev_emulation, bool, 0600);
237 if (!drm_fbdev_emulation || !fb_helper) in __drm_fb_helper_restore_fbdev_mode_unlocked()
489 if (!drm_fbdev_emulation) { in drm_fb_helper_init()
594 if (!drm_fbdev_emulation) in drm_fb_helper_fini()
1892 if (!drm_fbdev_emulation) in drm_fb_helper_initial_config()
1927 if (!drm_fbdev_emulation || !fb_helper) in drm_fb_helper_hotplug_event()
2248 if (!drm_fbdev_emulation) in drm_fbdev_generic_setup()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_fb_helper.c48 static bool drm_fbdev_emulation = true; variable
49 module_param_named(fbdev_emulation, drm_fbdev_emulation, bool, 0600);
236 if (!drm_fbdev_emulation || !fb_helper) in __drm_fb_helper_restore_fbdev_mode_unlocked()
593 if (!drm_fbdev_emulation) in drm_fb_helper_fini()
1932 if (!drm_fbdev_emulation) in drm_fb_helper_initial_config()
1967 if (!drm_fbdev_emulation || !fb_helper) in drm_fb_helper_hotplug_event()

Completed in 7 milliseconds