Home
last modified time | relevance | path

Searched refs:probe_display (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/display/
Dxe_display.c49 if (!xe_modparam.probe_display) in xe_display_driver_probe_defer()
65 if (!xe_modparam.probe_display) in xe_display_driver_set_hooks()
107 if (!xe->info.probe_display) in xe_display_fini_nommio()
115 if (!xe->info.probe_display) in xe_display_init_nommio()
132 if (!xe->info.probe_display) in xe_display_fini_noirq()
144 if (!xe->info.probe_display) in xe_display_init_noirq()
175 if (!xe->info.probe_display) in xe_display_fini_noaccel()
185 if (!xe->info.probe_display) in xe_display_init_noaccel()
197 if (!xe->info.probe_display) in xe_display_init()
205 if (!xe->info.probe_display) in xe_display_fini()
[all …]
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_module.c21 .probe_display = true,
31 module_param_named(probe_display, xe_modparam.probe_display, bool, 0444);
32 MODULE_PARM_DESC(probe_display, "Probe display HW, otherwise it's left untouched (default: true)");
Dxe_module.h14 bool probe_display; member
Dxe_pci.c617 xe->info.probe_display = IS_ENABLED(CONFIG_DRM_XE_DISPLAY) && in xe_info_init_early()
618 xe_modparam.probe_display && in xe_info_init_early()
830 str_yes_no(xe->info.probe_display), in xe_pci_probe()
Dxe_device_types.h299 u8 probe_display:1; member
Dxe_device.c540 xe->info.probe_display = 0; in update_device_info()