]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/icl: don't set CNL_DDI_CLOCK_REG_ACCESS_ON anymore
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 26 Jul 2018 00:12:29 +0000 (17:12 -0700)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 27 Jul 2018 22:52:33 +0000 (15:52 -0700)
commit462e78ea28235244088e43098188eb6ffc0aad77
tree070146f77b84f7d5c51487cbbd44cd19a81616b4
parent6f4defd0cade064d73d3c563bdadbe9578c0ed9a
drm/i915/icl: don't set CNL_DDI_CLOCK_REG_ACCESS_ON anymore

The new recommendation from the spec is to simply not set this bit
anymore. Not setting the bit would prevent some hangs that our driver
manages to avoid since commit 49544916aa08 ("drm/i915: enable the
pipe/transcoder/planes later on HSW+"), and the theoretical downside
of not setting the bit doesn't seem realistic according to the HW
team. Let's follow their recommendation.

BSpec: 20233
References: commit 49544916aa08 ("drm/i915: enable the
 pipe/transcoder/planes later on HSW+")
Cc: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180726001229.13791-1-paulo.r.zanoni@intel.com
drivers/gpu/drm/i915/intel_runtime_pm.c