mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/xe: Invert guc vs execlists parameters and info.
The module parameter should reflect the name of the optional, experimental and unsafe option, rather than the default one. Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
This commit is contained in:
@@ -47,7 +47,7 @@ static int info(struct seq_file *m, void *data)
|
||||
drm_printf(&p, "revid %d\n", xe->info.revid);
|
||||
drm_printf(&p, "tile_count %d\n", xe->info.tile_count);
|
||||
drm_printf(&p, "vm_max_level %d\n", xe->info.vm_max_level);
|
||||
drm_printf(&p, "enable_guc %s\n", str_yes_no(xe->info.enable_guc));
|
||||
drm_printf(&p, "force_execlist %s\n", str_yes_no(xe->info.force_execlist));
|
||||
drm_printf(&p, "supports_usm %s\n", str_yes_no(xe->info.supports_usm));
|
||||
drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs));
|
||||
for_each_gt(gt, xe, id) {
|
||||
|
||||
Reference in New Issue
Block a user