]> git.itanic.dy.fi Git - linux-stable/commit
Revert "drm/i915: Implement Wa_1508744258"
authorJosé Roberto de Souza <jose.souza@intel.com>
Fri, 19 Nov 2021 14:09:30 +0000 (06:09 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 2 Dec 2021 14:56:34 +0000 (09:56 -0500)
commit72641d8d60401a5f1e1a0431ceaf928680d34418
tree71dd817e82cd3297d382bf241f588a86c8b8d0b0
parenta44f42ba7f1ad7d3c17bc7d91013fe814a53c5dc
Revert "drm/i915: Implement Wa_1508744258"

This workarounds are causing hangs, because I missed the fact that it
needs to be enabled for all cases and disabled when doing a resolve
pass.

So KMD only needs to whitelist it and UMD will be the one setting it
on per case.

This reverts commit 28ec02c9cbebf3feeaf21a59df9dfbc02bda3362.

Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/4145
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Fixes: 28ec02c9cbeb ("drm/i915: Implement Wa_1508744258")
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211119140931.32791-1-jose.souza@intel.com
(cherry picked from commit f3799ff16fcfacd44aee55db162830df461b631f)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/gt/intel_workarounds.c