drm/xe/mocs: Drop HAS_RENDER_L3CC flag
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 23 Feb 2023 18:57:40 +0000 (10:57 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:29:43 +0000 (18:29 -0500)
commit90385dcfc040648e928a883298a19e2afbba41e5
tree157cefcb32e4b8fef943e4251496d47471bd3155
parentf659ac1564d96b1ba19694db9899d6fb18ffc3e7
drm/xe/mocs: Drop HAS_RENDER_L3CC flag

The HAS_RENDER_L3CC is set unconditionally so there's no need to keep it
as a dedicated flag.  For error checking purposes, we can just make sure
the 'table' field is initialized properly.

Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Suggested-by: Lucas De Marchi <lucas.demarchi@intel.com>
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>
drivers/gpu/drm/xe/xe_mocs.c