drm/i915: Restore HDCP DRM_INFO when with no downstream
authorSean Paul <seanpaul@chromium.org>
Tue, 30 Jan 2018 14:29:34 +0000 (09:29 -0500)
committerSean Paul <seanpaul@chromium.org>
Tue, 30 Jan 2018 15:54:51 +0000 (10:54 -0500)
commitbb68922f100e78982515e7593de9fd23b58172d8
treef6b0ca1ebfa318ce88f5cf292ad247a360454798
parent49d85d034268ab9d9156ff6f81cc07d4caad03f6
drm/i915: Restore HDCP DRM_INFO when with no downstream

The commit below returned earlier than before, but failed to move the
info message when authenticating without downstream devices. This patch
restores the message on authentication success.

Changes in v2:
- s/no downstream devices/no repeater present/ (Ram)

Fixes: 87eb3ec818fa ("drm/i915: II stage HDCP auth for repeater only")
Cc: Ramalingam C <ramalingam.c@intel.com>
Cc: Sean Paul <seanpaul@chromium.org>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180130142943.168314-1-seanpaul@chromium.org
Link: https://patchwork.freedesktop.org/patch/msgid/20180130142943.168314-1-seanpaul@chromium.org
drivers/gpu/drm/i915/intel_hdcp.c