]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdbd3c2e04bef3eb1a6284982a1294f8a62a77909
tree3edd60ff9030ac30cd0ecc05ff87fc57b7023eb1
parent79929a06098e27e6b4010d163f08c80481c88754
Revert "drm/i915/ehl: Update MOCS table for EHL"

This reverts commit 841526b7bbcaeda5b3b59871ad47596d14db4134.

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: 841526b7bbca ("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