]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/i915/mtl: do not enable render power-gating on MTL
authorAndrzej Hajda <andrzej.hajda@intel.com>
Thu, 18 May 2023 14:50:52 +0000 (16:50 +0200)
committerAndrzej Hajda <andrzej.hajda@intel.com>
Thu, 18 May 2023 16:36:18 +0000 (18:36 +0200)
commit25e7976db86bed5f1826bdd5c59e5be424a9d91f
tree59e2cf10778d38621e11d0403895e14f7254d18b
parent6f22587c915c34a4ee02c314cfdb708b11b5eafb
drm/i915/mtl: do not enable render power-gating on MTL

Multiple CI tests fails with forcewake ack timeouts if render
power gating is enabled.
BSpec 52698 states it should be 0 for MTL, but apparently
this info is outdated. Anyway since the patch makes MTL pass basic
tests added FIXME tag informing this is temporary workaround.

v2: added FIXME tag

Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/4983
Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230517-mtl_disable_render_pg-v2-1-0b51180a43f0@intel.com
drivers/gpu/drm/i915/gt/intel_rc6.c