Home
last modified time | relevance | path

Searched hist:"1415283 befa0e47df1270d10356a074793664757" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_topology.hdiff 1415283befa0e47df1270d10356a074793664757 Sat Mar 04 07:30:04 CET 2023 Lucas De Marchi <lucas.demarchi@intel.com> drm/xe: Constify xe_dss_mask_group_ffs()

Due to how xe_dss_mask_t is implemented, the type is a pointer. Since
this is only used for looking up the bits, make it const so it can be
used together with a const gt passed around.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>