]> www.infradead.org Git - nvme.git/commit
drm/i915/display: WA for Re-initialize dispcnlunitt1 xosc clock
authorMitul Golani <mitulkumar.ajitkumar.golani@intel.com>
Mon, 8 Jul 2024 08:32:46 +0000 (14:02 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Wed, 10 Jul 2024 07:34:47 +0000 (13:04 +0530)
commit7fbad577c82c5dd6db7217855c26f51554e53d85
tree7af3bc8893d6aeee7707d727abc2c99e1e89b31e
parentb2013783c4458a1fe8b25c0b249d2e878bcf6999
drm/i915/display: WA for Re-initialize dispcnlunitt1 xosc clock

The dispcnlunit1_cp_xosc_clk should be de-asserted in display off
and only asserted in display on. As part of this workaround, Display
driver shall execute set-reset sequence at the end of the initialize
sequence to ensure clk does not remain active in display OFF.

--v2:
- Rebase.
--v3:
- Correct HSD number in commit message.
--v4:
- Reformat commit message.
- Use intel_de_rmw instead of intel_de_write
--v5:
- Build Fixes.

WA: 15013987218
Signed-off-by: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com>
Reviewed-by: Nemesa Garg <nemesa.garg@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240708083247.2611258-1-mitulkumar.ajitkumar.golani@intel.com
drivers/gpu/drm/i915/display/intel_display_power.c