Searched refs:probe_display (Results 1 – 6 of 6) sorted by relevance
58 if (!xe_modparam.probe_display) in xe_display_driver_probe_defer()96 if (!xe->info.probe_display) in xe_display_fini_early()110 if (!xe->info.probe_display) in xe_display_init_early()166 if (!xe->info.probe_display) in xe_display_init()180 if (!xe->info.probe_display) in xe_display_register()191 if (!xe->info.probe_display) in xe_display_unregister()204 if (!xe->info.probe_display) in xe_display_irq_handler()215 if (!xe->info.probe_display) in xe_display_irq_enable()226 if (!xe->info.probe_display) in xe_display_irq_reset()236 if (!xe->info.probe_display) in xe_display_irq_postinstall()[all …]
36 .probe_display = DEFAULT_PROBE_DISPLAY,54 module_param_named(probe_display, xe_modparam.probe_display, bool, 0444);55 MODULE_PARM_DESC(probe_display, "Probe display HW, otherwise it's left untouched "
14 bool probe_display; member
585 xe->info.probe_display = IS_ENABLED(CONFIG_DRM_XE_DISPLAY) && in xe_info_init_early()586 xe_modparam.probe_display && in xe_info_init_early()834 str_yes_no(xe->info.probe_display), in xe_pci_probe()
359 u8 probe_display:1; member
683 xe->info.probe_display = 0; in sriov_update_device_info()
Completed in 12 milliseconds