]> 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)
commit4c0a4875dd2e4394b579697c508ab17e9687169c
tree3edd60ff9030ac30cd0ecc05ff87fc57b7023eb1
parent8813b37a08fcd4bdeb44191e2bf66bef4734f6fb
Revert "drm/i915/ehl: Update MOCS table for EHL"

This reverts commit 460b9aacb83343614e59724945b5c5b7821151c1.

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: 460b9aacb833 ("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