OSDN Git Service

drm/i915: HDCP support on above PORT_E
authorAnshuman Gupta <anshuman.gupta@intel.com>
Fri, 7 Feb 2020 14:41:16 +0000 (20:11 +0530)
committerJani Nikula <jani.nikula@intel.com>
Tue, 11 Feb 2020 09:17:20 +0000 (11:17 +0200)
commit3d9c13a6a722fe780a657bd01e480e611c113b4e
treef5f32f30746d00cddde796c3a206fabd1fd354c1
parentcbc1f3cb67b6ec13182117a329b6f03810c03cf6
drm/i915: HDCP support on above PORT_E

As Gen12 onwards there are HDCP instances for each transcoder
instead of port, remove the (port < PORT_E) hdcp support
limitation for platform >= Gen12.

v2:
 - Nuke the comment and cosmetic changes. [Jani]

Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Ramalingam C <ramalingam.c@intel.com>
Reviewed-by: Ramalingam C <ramalingam.c@intel.com>
Signed-off-by: Anshuman Gupta <anshuman.gupta@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200207144116.20172-1-anshuman.gupta@intel.com
drivers/gpu/drm/i915/display/intel_hdcp.c