diff mbox series

[v10,05/12] drm/panelreplay: dpcd register definition for panelreplay SU

Message ID 20240510093823.3146455-6-jouni.hogander@intel.com (mailing list archive)
State New
Headers show
Series Panel replay selective update support | expand

Commit Message

Hogander, Jouni May 10, 2024, 9:38 a.m. UTC
Add definitions for panel replay selective update

v2: Remove unnecessary Cc from commit message

Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Animesh Manna <animesh.manna@intel.com>
---
 include/drm/display/drm_dp.h | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Jani Nikula May 10, 2024, 9:45 a.m. UTC | #1
On Fri, 10 May 2024, Jouni Högander <jouni.hogander@intel.com> wrote:
> Add definitions for panel replay selective update
>
> v2: Remove unnecessary Cc from commit message
>
> Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
> Reviewed-by: Animesh Manna <animesh.manna@intel.com>

Needs to be Cc: dri-devel.

> ---
>  include/drm/display/drm_dp.h | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/include/drm/display/drm_dp.h b/include/drm/display/drm_dp.h
> index 0b032faa8cf2..906949ca3cee 100644
> --- a/include/drm/display/drm_dp.h
> +++ b/include/drm/display/drm_dp.h
> @@ -548,6 +548,12 @@
>  # define DP_PANEL_REPLAY_SUPPORT            (1 << 0)
>  # define DP_PANEL_REPLAY_SU_SUPPORT         (1 << 1)
>  
> +#define DP_PANEL_PANEL_REPLAY_CAPABILITY		0xb1
> +# define DP_PANEL_PANEL_REPLAY_SU_GRANULARITY_REQUIRED	(1 << 5)
> +
> +#define DP_PANEL_PANEL_REPLAY_X_GRANULARITY		0xb2
> +#define DP_PANEL_PANEL_REPLAY_Y_GRANULARITY		0xb4
> +
>  /* Link Configuration */
>  #define	DP_LINK_BW_SET		            0x100
>  # define DP_LINK_RATE_TABLE		    0x00    /* eDP 1.4 */
Hogander, Jouni May 10, 2024, 10:27 a.m. UTC | #2
On Fri, 2024-05-10 at 12:45 +0300, Jani Nikula wrote:
> On Fri, 10 May 2024, Jouni Högander <jouni.hogander@intel.com> wrote:
> > Add definitions for panel replay selective update
> > 
> > v2: Remove unnecessary Cc from commit message
> > 
> > Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
> > Reviewed-by: Animesh Manna <animesh.manna@intel.com>
> 
> Needs to be Cc: dri-devel.

Just sent it separately. Thank you for pointing this out.

BR,

Jouni Högander

> 
> > ---
> >  include/drm/display/drm_dp.h | 6 ++++++
> >  1 file changed, 6 insertions(+)
> > 
> > diff --git a/include/drm/display/drm_dp.h
> > b/include/drm/display/drm_dp.h
> > index 0b032faa8cf2..906949ca3cee 100644
> > --- a/include/drm/display/drm_dp.h
> > +++ b/include/drm/display/drm_dp.h
> > @@ -548,6 +548,12 @@
> >  # define DP_PANEL_REPLAY_SUPPORT            (1 << 0)
> >  # define DP_PANEL_REPLAY_SU_SUPPORT         (1 << 1)
> >  
> > +#define DP_PANEL_PANEL_REPLAY_CAPABILITY               0xb1
> > +# define DP_PANEL_PANEL_REPLAY_SU_GRANULARITY_REQUIRED (1 << 5)
> > +
> > +#define DP_PANEL_PANEL_REPLAY_X_GRANULARITY            0xb2
> > +#define DP_PANEL_PANEL_REPLAY_Y_GRANULARITY            0xb4
> > +
> >  /* Link Configuration */
> >  #define        DP_LINK_BW_SET                      0x100
> >  # define DP_LINK_RATE_TABLE                0x00    /* eDP 1.4 */
>
diff mbox series

Patch

diff --git a/include/drm/display/drm_dp.h b/include/drm/display/drm_dp.h
index 0b032faa8cf2..906949ca3cee 100644
--- a/include/drm/display/drm_dp.h
+++ b/include/drm/display/drm_dp.h
@@ -548,6 +548,12 @@ 
 # define DP_PANEL_REPLAY_SUPPORT            (1 << 0)
 # define DP_PANEL_REPLAY_SU_SUPPORT         (1 << 1)
 
+#define DP_PANEL_PANEL_REPLAY_CAPABILITY		0xb1
+# define DP_PANEL_PANEL_REPLAY_SU_GRANULARITY_REQUIRED	(1 << 5)
+
+#define DP_PANEL_PANEL_REPLAY_X_GRANULARITY		0xb2
+#define DP_PANEL_PANEL_REPLAY_Y_GRANULARITY		0xb4
+
 /* Link Configuration */
 #define	DP_LINK_BW_SET		            0x100
 # define DP_LINK_RATE_TABLE		    0x00    /* eDP 1.4 */