All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com, linux-fbdev@vger.kernel.org,
	uma.shankar@intel.com, laurent.pinchart@ideasonboard.com,
	dri-devel@lists.freedesktop.org
Subject: [PATCH v8 11/14] drm/i915: Program DP SDPs on pipe updates
Date: Fri, 27 Mar 2020 07:29:14 +0000	[thread overview]
Message-ID: <20200327072917.3676391-12-gwan-gyeong.mun@intel.com> (raw)
In-Reply-To: <20200327072917.3676391-1-gwan-gyeong.mun@intel.com>

Call intel_dp_set_infoframes() function on pipe updates to make sure
that we send VSC SDP and HDR Metadata Infoframe SDP (when applicable)
on fastsets.

Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
---
 drivers/gpu/drm/i915/display/intel_ddi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c
index f58a539d51c2..57def3ae53b4 100644
--- a/drivers/gpu/drm/i915/display/intel_ddi.c
+++ b/drivers/gpu/drm/i915/display/intel_ddi.c
@@ -3711,6 +3711,7 @@ static void intel_ddi_update_pipe_dp(struct intel_encoder *encoder,
 	intel_ddi_set_dp_msa(crtc_state, conn_state);
 
 	intel_psr_update(intel_dp, crtc_state);
+	intel_dp_set_infoframes(encoder, true, crtc_state, conn_state);
 	intel_edp_drrs_enable(intel_dp, crtc_state);
 
 	intel_panel_update_backlight(encoder, crtc_state, conn_state);
-- 
2.25.0

WARNING: multiple messages have this Message-ID (diff)
From: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com, linux-fbdev@vger.kernel.org,
	uma.shankar@intel.com, laurent.pinchart@ideasonboard.com,
	dri-devel@lists.freedesktop.org
Subject: [PATCH v8 11/14] drm/i915: Program DP SDPs on pipe updates
Date: Fri, 27 Mar 2020 09:29:14 +0200	[thread overview]
Message-ID: <20200327072917.3676391-12-gwan-gyeong.mun@intel.com> (raw)
In-Reply-To: <20200327072917.3676391-1-gwan-gyeong.mun@intel.com>

Call intel_dp_set_infoframes() function on pipe updates to make sure
that we send VSC SDP and HDR Metadata Infoframe SDP (when applicable)
on fastsets.

Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
---
 drivers/gpu/drm/i915/display/intel_ddi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c
index f58a539d51c2..57def3ae53b4 100644
--- a/drivers/gpu/drm/i915/display/intel_ddi.c
+++ b/drivers/gpu/drm/i915/display/intel_ddi.c
@@ -3711,6 +3711,7 @@ static void intel_ddi_update_pipe_dp(struct intel_encoder *encoder,
 	intel_ddi_set_dp_msa(crtc_state, conn_state);
 
 	intel_psr_update(intel_dp, crtc_state);
+	intel_dp_set_infoframes(encoder, true, crtc_state, conn_state);
 	intel_edp_drrs_enable(intel_dp, crtc_state);
 
 	intel_panel_update_backlight(encoder, crtc_state, conn_state);
-- 
2.25.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com, linux-fbdev@vger.kernel.org,
	laurent.pinchart@ideasonboard.com,
	dri-devel@lists.freedesktop.org
Subject: [Intel-gfx] [PATCH v8 11/14] drm/i915: Program DP SDPs on pipe updates
Date: Fri, 27 Mar 2020 09:29:14 +0200	[thread overview]
Message-ID: <20200327072917.3676391-12-gwan-gyeong.mun@intel.com> (raw)
In-Reply-To: <20200327072917.3676391-1-gwan-gyeong.mun@intel.com>

Call intel_dp_set_infoframes() function on pipe updates to make sure
that we send VSC SDP and HDR Metadata Infoframe SDP (when applicable)
on fastsets.

Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
---
 drivers/gpu/drm/i915/display/intel_ddi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c
index f58a539d51c2..57def3ae53b4 100644
--- a/drivers/gpu/drm/i915/display/intel_ddi.c
+++ b/drivers/gpu/drm/i915/display/intel_ddi.c
@@ -3711,6 +3711,7 @@ static void intel_ddi_update_pipe_dp(struct intel_encoder *encoder,
 	intel_ddi_set_dp_msa(crtc_state, conn_state);
 
 	intel_psr_update(intel_dp, crtc_state);
+	intel_dp_set_infoframes(encoder, true, crtc_state, conn_state);
 	intel_edp_drrs_enable(intel_dp, crtc_state);
 
 	intel_panel_update_backlight(encoder, crtc_state, conn_state);
-- 
2.25.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2020-03-27  7:29 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-27  7:29 [PATCH v8 00/14] In order to readout DP SDPs, refactors the handling of DP SDPs Gwan-gyeong Mun
2020-03-27  7:29 ` [Intel-gfx] " Gwan-gyeong Mun
2020-03-27  7:29 ` Gwan-gyeong Mun
2020-03-27  7:29 ` [PATCH v8 01/14] video/hdmi: Add Unpack function for CTA-861-G DRM infoframe DataBytes Gwan-gyeong Mun
2020-03-27  7:29   ` [Intel-gfx] " Gwan-gyeong Mun
2020-03-27  7:29   ` Gwan-gyeong Mun
2020-03-27  7:29 ` [PATCH v8 02/14] drm/i915/dp: Read out DP SDPs Gwan-gyeong Mun
2020-03-27  7:29   ` [Intel-gfx] " Gwan-gyeong Mun
2020-03-27  7:29   ` Gwan-gyeong Mun
2020-03-27  7:29 ` [PATCH v8 03/14] drm: Add logging function for DP VSC SDP Gwan-gyeong Mun
2020-03-27  7:29   ` [Intel-gfx] " Gwan-gyeong Mun
2020-03-27  7:29   ` Gwan-gyeong Mun
2020-03-27  7:29 ` [PATCH v8 04/14] drm/i915: Include HDMI DRM infoframe in the crtc state dump Gwan-gyeong Mun
2020-03-27  7:29   ` [Intel-gfx] " Gwan-gyeong Mun
2020-03-27  7:29   ` Gwan-gyeong Mun
2020-03-27  7:29 ` [PATCH v8 05/14] drm/i915: Include DP HDR Metadata Infoframe SDP " Gwan-gyeong Mun
2020-03-27  7:29   ` [Intel-gfx] " Gwan-gyeong Mun
2020-03-27  7:29   ` Gwan-gyeong Mun
2020-03-27  7:29 ` [PATCH v8 06/14] drm/i915: Include DP VSC " Gwan-gyeong Mun
2020-03-27  7:29   ` [Intel-gfx] " Gwan-gyeong Mun
2020-03-27  7:29   ` Gwan-gyeong Mun
2020-03-27  7:29 ` [PATCH v8 07/14] drm/i915: Program DP SDPs with computed configs Gwan-gyeong Mun
2020-03-27  7:29   ` [Intel-gfx] " Gwan-gyeong Mun
2020-03-27  7:29   ` Gwan-gyeong Mun
2020-03-27  7:29 ` [PATCH v8 08/14] drm/i915: Add state readout for DP HDR Metadata Infoframe SDP Gwan-gyeong Mun
2020-03-27  7:29   ` [Intel-gfx] " Gwan-gyeong Mun
2020-03-27  7:29   ` Gwan-gyeong Mun
2020-03-27  7:29 ` [PATCH v8 09/14] drm/i915: Add state readout for DP VSC SDP Gwan-gyeong Mun
2020-03-27  7:29   ` [Intel-gfx] " Gwan-gyeong Mun
2020-03-27  7:29   ` Gwan-gyeong Mun
2020-03-27  7:29 ` [PATCH v8 10/14] drm/i915: Fix enabled infoframe states of lspcon Gwan-gyeong Mun
2020-03-27  7:29   ` [Intel-gfx] " Gwan-gyeong Mun
2020-03-27  7:29   ` Gwan-gyeong Mun
2020-03-27  7:29 ` Gwan-gyeong Mun [this message]
2020-03-27  7:29   ` [Intel-gfx] [PATCH v8 11/14] drm/i915: Program DP SDPs on pipe updates Gwan-gyeong Mun
2020-03-27  7:29   ` Gwan-gyeong Mun
2020-03-27  7:29 ` [PATCH v8 12/14] drm/i915: Stop sending DP SDPs on ddi disable Gwan-gyeong Mun
2020-03-27  7:29   ` [Intel-gfx] " Gwan-gyeong Mun
2020-03-27  7:29   ` Gwan-gyeong Mun
2020-03-27  7:29 ` [PATCH v8 13/14] drm/i915/dp: Add compute routine for DP PSR VSC SDP Gwan-gyeong Mun
2020-03-27  7:29   ` [Intel-gfx] " Gwan-gyeong Mun
2020-03-27  7:29   ` Gwan-gyeong Mun
2020-03-27  7:29 ` [PATCH v8 14/14] drm/i915/psr: Use new DP VSC SDP compute routine on PSR Gwan-gyeong Mun
2020-03-27  7:29   ` [Intel-gfx] " Gwan-gyeong Mun
2020-03-27  7:29   ` Gwan-gyeong Mun
2020-03-27  8:38 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for In order to readout DP SDPs, refactors the handling of DP SDPs (rev8) Patchwork
2020-03-27  9:04 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-03-28  9:52 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " 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=20200327072917.3676391-12-gwan-gyeong.mun@intel.com \
    --to=gwan-gyeong.mun@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=uma.shankar@intel.com \
    /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.