]> www.infradead.org Git - users/dwmw2/linux.git/commit
mei: hdcp: bind only with i915 on the same PCH
authorTomas Winkler <tomas.winkler@intel.com>
Thu, 12 Dec 2019 08:41:03 +0000 (10:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 1 Feb 2020 09:32:54 +0000 (09:32 +0000)
commit25a2723c71a94d1624c2d9e954d6d29e487fd34d
treef22c2a5386dce63b114c18acb6e88a4aa60ac352
parent238701c58c10b352d1d05e3d962037190d455374
mei: hdcp: bind only with i915 on the same PCH

commit 1e8d19d9b0dfcf11b61bac627203a290577e807a upstream.

The mei device and i915 must reside on the same
PCH in order for HDCP to work. Make the component
matching function enforce this requirement.

                   hdcp
                    |
   i915            mei
    |               |
    +----= PCH =----+

Cc: <stable@vger.kernel.org> v5.0+
Cc: Ramalingam C <ramalingam.c@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Reviewed-by: Alexander Usyskin <alexander.usyskin@intel.com>
Link: https://lore.kernel.org/r/20191212084103.2893-1-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/hdcp/mei_hdcp.c