drm/xe/mocs: Drop duplicate assignment of uc_index

The DG1 branch needlessly assigns uc_index twice.  Drop the second
instance.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
This commit is contained in:
Matt Roper 2023-02-23 10:57:37 -08:00 committed by Rodrigo Vivi
parent d1000e3fc9
commit 6c57023ec4

View File

@ -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: