From: Daniel Vetter <daniel@ffwll.ch>
To: Sean Paul <seanpaul@chromium.org>
Cc: daniel.vetter@ffwll.ch, intel-gfx@lists.freedesktop.org,
dri-devel@lists.freedesktop.org,
Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: Re: [PATCH] drm/i915: Downgrade hdcp logs from INFO to DEBUG_KMS
Date: Tue, 30 Jan 2018 16:12:14 +0100 [thread overview]
Message-ID: <20180130151214.GS25930@phenom.ffwll.local> (raw)
In-Reply-To: <20180130144707.171657-1-seanpaul@chromium.org>
On Tue, Jan 30, 2018 at 09:47:01AM -0500, Sean Paul wrote:
> HDCP was a bit too chatty to get along with the rest of the i915 driver.
>
> Suggested-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> Signed-off-by: Sean Paul <seanpaul@chromium.org>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> ---
> drivers/gpu/drm/i915/intel_hdcp.c | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_hdcp.c b/drivers/gpu/drm/i915/intel_hdcp.c
> index 9fc9da030514..b97184eccd9c 100644
> --- a/drivers/gpu/drm/i915/intel_hdcp.c
> +++ b/drivers/gpu/drm/i915/intel_hdcp.c
> @@ -379,7 +379,8 @@ int intel_hdcp_auth_downstream(struct intel_digital_port *intel_dig_port,
> return -ENXIO;
> }
>
> - DRM_INFO("HDCP is enabled (%d downstream devices)\n", num_downstream);
> + DRM_DEBUG_KMS("HDCP is enabled (%d downstream devices)\n",
> + num_downstream);
> return 0;
> }
>
> @@ -500,7 +501,7 @@ static int intel_hdcp_auth(struct intel_digital_port *intel_dig_port,
> if (repeater_present)
> return intel_hdcp_auth_downstream(intel_dig_port, shim);
>
> - DRM_INFO("HDCP is enabled (no repeater present)\n");
> + DRM_DEBUG_KMS("HDCP is enabled (no repeater present)\n");
> return 0;
> }
>
> @@ -532,7 +533,7 @@ static int _intel_hdcp_disable(struct intel_connector *connector)
> return ret;
> }
>
> - DRM_INFO("HDCP is disabled\n");
> + DRM_DEBUG_KMS("HDCP is disabled\n");
> return 0;
> }
>
> @@ -735,7 +736,7 @@ int intel_hdcp_check_link(struct intel_connector *connector)
> goto out;
> }
>
> - DRM_INFO("HDCP link failed, retrying authentication\n");
> + DRM_DEBUG_KMS("HDCP link failed, retrying authentication\n");
>
> ret = _intel_hdcp_disable(connector);
> if (ret) {
> --
> 2.16.0.rc1.238.g530d649a79-goog
>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2018-01-30 15:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-30 14:47 [PATCH] drm/i915: Downgrade hdcp logs from INFO to DEBUG_KMS Sean Paul
2018-01-30 15:12 ` Daniel Vetter [this message]
2018-01-30 16:01 ` Sean Paul
2018-01-30 18:27 ` ✗ Fi.CI.BAT: failure for " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180130151214.GS25930@phenom.ffwll.local \
--to=daniel@ffwll.ch \
--cc=daniel.vetter@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=rodrigo.vivi@intel.com \
--cc=seanpaul@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.