intel/dev: Set display_ver = 13 on all ADL/RPL/DG2
display_ver doesn't seem to be used anywhere, but if that were to
change, we'd want this to be consistent.
Fixes: c746bf4c5c
("intel/dev: Add display_ver and set adl-p to 13")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19354>
This commit is contained in:
@@ -996,11 +996,13 @@ static const struct intel_device_info intel_device_info_rkl_gt1 = {
|
|||||||
static const struct intel_device_info intel_device_info_adl_gt05 = {
|
static const struct intel_device_info intel_device_info_adl_gt05 = {
|
||||||
GFX12_GT05_FEATURES,
|
GFX12_GT05_FEATURES,
|
||||||
.platform = INTEL_PLATFORM_ADL,
|
.platform = INTEL_PLATFORM_ADL,
|
||||||
|
.display_ver = 13,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct intel_device_info intel_device_info_adl_gt1 = {
|
static const struct intel_device_info intel_device_info_adl_gt1 = {
|
||||||
GFX12_GT_FEATURES(1),
|
GFX12_GT_FEATURES(1),
|
||||||
.platform = INTEL_PLATFORM_ADL,
|
.platform = INTEL_PLATFORM_ADL,
|
||||||
|
.display_ver = 13,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct intel_device_info intel_device_info_adl_n = {
|
static const struct intel_device_info intel_device_info_adl_n = {
|
||||||
@@ -1019,6 +1021,7 @@ static const struct intel_device_info intel_device_info_rpl = {
|
|||||||
GFX12_FEATURES(1, 1, 4),
|
GFX12_FEATURES(1, 1, 4),
|
||||||
.num_subslices = dual_subslices(2),
|
.num_subslices = dual_subslices(2),
|
||||||
.platform = INTEL_PLATFORM_RPL,
|
.platform = INTEL_PLATFORM_RPL,
|
||||||
|
.display_ver = 13,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct intel_device_info intel_device_info_rpl_p = {
|
static const struct intel_device_info intel_device_info_rpl_p = {
|
||||||
@@ -1055,6 +1058,7 @@ static const struct intel_device_info intel_device_info_sg1 = {
|
|||||||
#define DG2_FEATURES \
|
#define DG2_FEATURES \
|
||||||
/* (Sub)slice info comes from the kernel topology info */ \
|
/* (Sub)slice info comes from the kernel topology info */ \
|
||||||
XEHP_FEATURES(0, 1, 0), \
|
XEHP_FEATURES(0, 1, 0), \
|
||||||
|
.display_ver = 13, \
|
||||||
.revision = 4, /* For offline compiler */ \
|
.revision = 4, /* For offline compiler */ \
|
||||||
.num_subslices = dual_subslices(1), \
|
.num_subslices = dual_subslices(1), \
|
||||||
.has_lsc = true, \
|
.has_lsc = true, \
|
||||||
|
Reference in New Issue
Block a user