Re: [PATCH v7] drm/i915/panelreplay: Panel replay workaround with VRR

2024-06-24 Thread Ville Syrjälä
ander, Jouni ; Murthy, Arun R > > ; Golani, Mitulkumar Ajitkumar > > > > Subject: Re: [PATCH v7] drm/i915/panelreplay: Panel replay workaround with > > VRR > > > > On Wed, Jun 19, 2024 at 04:01:01PM +0300, Ville Syrjälä wrote: > > > On Tue, Jun 18,

RE: [PATCH v7] drm/i915/panelreplay: Panel replay workaround with VRR

2024-06-20 Thread Manna, Animesh
> -Original Message- > From: Ville Syrjälä > Sent: Thursday, June 20, 2024 11:06 PM > To: Manna, Animesh > Cc: intel-gfx@lists.freedesktop.org; Nikula, Jani ; > Hogander, Jouni ; Murthy, Arun R > ; Golani, Mitulkumar Ajitkumar > > Subject: Re: [PATCH v7]

Re: [PATCH v7] drm/i915/panelreplay: Panel replay workaround with VRR

2024-06-20 Thread Ville Syrjälä
On Wed, Jun 19, 2024 at 04:01:01PM +0300, Ville Syrjälä wrote: > On Tue, Jun 18, 2024 at 04:52:15PM +0530, Animesh Manna wrote: > > Panel Replay VSC SDP not getting sent when VRR is enabled > > and W1 and W2 are 0. So Program Set Context Latency in > > TRANS_SET_CONTEXT_LATENCY register to at least

Re: [PATCH v7] drm/i915/panelreplay: Panel replay workaround with VRR

2024-06-19 Thread Ville Syrjälä
On Tue, Jun 18, 2024 at 04:52:15PM +0530, Animesh Manna wrote: > Panel Replay VSC SDP not getting sent when VRR is enabled > and W1 and W2 are 0. So Program Set Context Latency in > TRANS_SET_CONTEXT_LATENCY register to at least a value of 1. > > HSD: 14015406119 > > v1: Initial version. > v2: Up

[PATCH v7] drm/i915/panelreplay: Panel replay workaround with VRR

2024-06-18 Thread Animesh Manna
Panel Replay VSC SDP not getting sent when VRR is enabled and W1 and W2 are 0. So Program Set Context Latency in TRANS_SET_CONTEXT_LATENCY register to at least a value of 1. HSD: 14015406119 v1: Initial version. v2: Update timings stored in adjusted_mode struct. [Ville] v3: Add WA in compute_conf