OSDN Git Service

Revert "drm/i915/ehl: Update MOCS table for EHL"
authorMatt Roper <matthew.d.roper@intel.com>
Tue, 12 Nov 2019 22:47:56 +0000 (14:47 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 13 Nov 2019 16:29:17 +0000 (08:29 -0800)
commit046091758b50a5fff79726a31c1391614a3d84c8
tree3edd60ff9030ac30cd0ecc05ff87fc57b7023eb1
parent50a5065f4474c2dbc1f7462b45a32d33d7b48d88
Revert "drm/i915/ehl: Update MOCS table for EHL"

This reverts commit f4071997f1de016780ec6b79c63d90cd5886ee83.

These extra EHL entries won't behave as expected without a bit more work
on the kernel side so let's drop them until that kernel work has had a
chance to land.  Userspace trying to use these new entries won't get the
advantage of the new functionality these entries are meant to provide,
but at least it won't misbehave.

When we do add these back in the future, we'll probably want to
explicitly use separate tables for ICL and EHL so that userspace
software that mistakenly uses these entries (which are undefined on ICL)
sees the same behavior it sees with all the other undefined entries.

Cc: Francisco Jerez <francisco.jerez.plata@intel.com>
Cc: Jon Bloomfield <jon.bloomfield@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: <stable@vger.kernel.org> # v5.3+
Fixes: f4071997f1de ("drm/i915/ehl: Update MOCS table for EHL")
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191112224757.25116-1-matthew.d.roper@intel.com
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
drivers/gpu/drm/i915/gt/intel_mocs.c