OSDN Git Service

drm/i915/gt: remove explicit CNL handling from intel_mocs.c
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 28 Jul 2021 22:03:23 +0000 (15:03 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 29 Jul 2021 17:06:06 +0000 (10:06 -0700)
commit94fd8400c2a37e88f6f82ef1553bf6336b8569b1
treea7be3ae713e9a69f6329a76fd11031c53416d582
parent708b7df3480aff61449e848876876b930ce93c4a
drm/i915/gt: remove explicit CNL handling from intel_mocs.c

Only one reference to CNL that is not needed, but code is the same for
GEN9_BC, so leave the code around and just remove the special
case for CNL.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210728220326.1578242-2-lucas.demarchi@intel.com
drivers/gpu/drm/i915/gt/intel_mocs.c