Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/display/
H A Dxe_display.c53 if (!xe_modparam.probe_display) in xe_display_driver_probe_defer()
116 if (!xe->info.probe_display) in xe_display_fini_early()
130 if (!xe->info.probe_display) in xe_display_init_early()
187 if (!xe->info.probe_display) in xe_display_init()
201 if (!xe->info.probe_display) in xe_display_register()
212 if (!xe->info.probe_display) in xe_display_unregister()
223 if (!xe->info.probe_display) in xe_display_irq_handler()
234 if (!xe->info.probe_display) in xe_display_irq_enable()
243 if (!xe->info.probe_display) in xe_display_irq_reset()
251 if (!xe->info.probe_display) in xe_display_irq_postinstall()
[all …]
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_module.c21 .probe_display = true,
35 module_param_named(probe_display, xe_modparam.probe_display, bool, 0444);
36 MODULE_PARM_DESC(probe_display, "Probe display HW, otherwise it's left untouched (default: true)");
H A Dxe_module.h14 bool probe_display; member
H A Dxe_pci.c588 xe->info.probe_display = IS_ENABLED(CONFIG_DRM_XE_DISPLAY) && in xe_info_init_early()
589 xe_modparam.probe_display && in xe_info_init_early()
840 str_yes_no(xe->info.probe_display), in xe_pci_probe()
H A Dxe_device_types.h345 u8 probe_display:1; member
H A Dxe_device.c679 xe->info.probe_display = 0; in sriov_update_device_info()