]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe: Move xe->info.force_execlist initialization
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 26 May 2026 19:54:48 +0000 (21:54 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Wed, 27 May 2026 10:51:24 +0000 (12:51 +0200)
commitf1d581bb50ed54b71a8121d3d46fe2627fddd147
treefa131f18d348f3c36dd69ccf67919ca291c603c9
parent8a09097b11ca4d436691f64c3cc0958006f36e33
drm/xe: Move xe->info.force_execlist initialization

The xe_info_init_early() is a place where we initialize those of
the xe->info fields that do not require any additional hardware
probes. Move the initialization of the force_execlist flag there.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://patch.msgid.link/20260526195452.20545-4-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_device.c
drivers/gpu/drm/xe/xe_pci.c