OSDN Git Service

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)
commit3d9c653cf635849d0c24a1ab17c2752a19f4ded8
tree1e83fc3e5ea3545e9b161e8b02f456ec791fcf60
parentf24d1d45084155c59a135506a37bc4db10703fe6
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