[Intel-xe] [PATCH v2 4/7] drm/xe/mocs: Drop duplicate assignment of uc_index
Matt Roper
matthew.d.roper at intel.com
Thu Feb 23 18:57:37 UTC 2023
The DG1 branch needlessly assigns uc_index twice. Drop the second
instance.
Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
drivers/gpu/drm/xe/xe_mocs.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/xe/xe_mocs.c b/drivers/gpu/drm/xe/xe_mocs.c
index 05b8a9967f0a..d0f42f17a29e 100644
--- a/drivers/gpu/drm/xe/xe_mocs.c
+++ b/drivers/gpu/drm/xe/xe_mocs.c
@@ -352,7 +352,6 @@ static unsigned int get_mocs_settings(struct xe_device *xe,
info->table = dg1_mocs_desc;
info->uc_index = 1;
info->n_entries = GEN9_NUM_MOCS_ENTRIES;
- info->uc_index = 1;
info->unused_entries_index = 5;
break;
case XE_TIGERLAKE:
--
2.39.1
More information about the Intel-xe
mailing list