drm/xe: Correct the rev value for the DVSEC entries
authorMichael J. Ruhl <michael.j.ruhl@intel.com>
Sun, 13 Jul 2025 17:29:32 +0000 (13:29 -0400)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 22 Jul 2025 14:38:47 +0000 (17:38 +0300)
commit0ba9e9cf76f2487654bc9bca38218780fa53030e
tree03998317554f890ba5a45eb9d3f06f061b9e2cd9
parent54d5cd4719c5e87f33d271c9ac2e393147d934f8
drm/xe: Correct the rev value for the DVSEC entries

By definition, the Designated Vendor Specific Extended Capability
(DVSEC) revision should be 1.

Add the rev value to be correct.

Fixes: 0c45e76fcc62 ("drm/xe/vsec: Support BMG devices")
Signed-off-by: Michael J. Ruhl <michael.j.ruhl@intel.com>
Reviewed-by: David E. Box <david.e.box@linux.intel.com>
Link: https://lore.kernel.org/r/20250713172943.7335-3-michael.j.ruhl@intel.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/gpu/drm/xe/xe_vsec.c