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:
parent
d1000e3fc9
commit
6c57023ec4
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user