]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Nuke PCH_JSP
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 30 Jun 2022 15:06:00 +0000 (18:06 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 6 Jul 2022 17:33:47 +0000 (20:33 +0300)
commit4ccac6bc5d418e759d2b6e2859977c2d5f7c2581
tree1e83fc3e5ea3545e9b161e8b02f456ec791fcf60
parent5deacf71460610f6e98ca5eba61827031312e345
drm/i915: Nuke PCH_JSP

JSP is based on ICP and we don't really need to differentiate
between the two. So let's just delcare JSP to be ICP.

The only slight change here is for Wa_14011294188 which we
used to apply for JSP but now we'll only apply to MCC. This
should be fine since the issue being dealt with was introduced
in TGP and inherited into MCC. JSP being derived from ICP
should not need this workaround.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220630150600.24611-4-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_display_power.c
drivers/gpu/drm/i915/intel_pch.c
drivers/gpu/drm/i915/intel_pch.h