diff mbox series

[v6,05/26] drm/display: Add missing Panel Replay Enable SU Region ET bit

Message ID 20240605103104.190849-1-jouni.hogander@intel.com (mailing list archive)
State New, archived
Headers show
Series None | expand

Commit Message

Hogander, Jouni June 5, 2024, 10:31 a.m. UTC
Add missing Panel Replay Enable SU Region ET bit defined in DP2.1
specification.

Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
---
 include/drm/display/drm_dp.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Hogander, Jouni June 7, 2024, 1:59 p.m. UTC | #1
On Wed, 2024-06-05 at 13:31 +0300, Jouni Högander wrote:
> Add missing Panel Replay Enable SU Region ET bit defined in DP2.1
> specification.

Hello drm-core maintainers,

Could you please consider providing your ack on this patch? I'm
planning to merge it via drm-intel tree. I have already r-b tag.

BR,

Jouni Högander

> 
> Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
> ---
>  include/drm/display/drm_dp.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/drm/display/drm_dp.h
> b/include/drm/display/drm_dp.h
> index f246fa03a3cb..173548c6473a 100644
> --- a/include/drm/display/drm_dp.h
> +++ b/include/drm/display/drm_dp.h
> @@ -743,6 +743,7 @@
>  # define DP_PANEL_REPLAY_RFB_STORAGE_ERROR_EN           (1 << 4)
>  # define DP_PANEL_REPLAY_ACTIVE_FRAME_CRC_ERROR_EN      (1 << 5)
>  # define DP_PANEL_REPLAY_SU_ENABLE                      (1 << 6)
> +# define DP_PANEL_REPLAY_ENABLE_SU_REGION_ET            (1 << 7) /*
> DP 2.1 */
>  
>  #define PANEL_REPLAY_CONFIG2                                    
> 0x1b1 /* eDP 1.5 */
>  # define DP_PANEL_REPLAY_SINK_REFRESH_RATE_UNLOCK_GRANTED       (1
> << 0)
diff mbox series

Patch

diff --git a/include/drm/display/drm_dp.h b/include/drm/display/drm_dp.h
index f246fa03a3cb..173548c6473a 100644
--- a/include/drm/display/drm_dp.h
+++ b/include/drm/display/drm_dp.h
@@ -743,6 +743,7 @@ 
 # define DP_PANEL_REPLAY_RFB_STORAGE_ERROR_EN           (1 << 4)
 # define DP_PANEL_REPLAY_ACTIVE_FRAME_CRC_ERROR_EN      (1 << 5)
 # define DP_PANEL_REPLAY_SU_ENABLE                      (1 << 6)
+# define DP_PANEL_REPLAY_ENABLE_SU_REGION_ET            (1 << 7) /* DP 2.1 */
 
 #define PANEL_REPLAY_CONFIG2                                     0x1b1 /* eDP 1.5 */
 # define DP_PANEL_REPLAY_SINK_REFRESH_RATE_UNLOCK_GRANTED	 (1 << 0)