mbox series

[v14,0/3] Vrr refactoring and panel replay workaround

Message ID 20241010040503.1795399-1-mitulkumar.ajitkumar.golani@intel.com (mailing list archive)
Headers show
Series Vrr refactoring and panel replay workaround | expand

Message

Mitul Golani Oct. 10, 2024, 4:05 a.m. UTC
Refactor VRR compute config to account for Panel replay workaround
for VSC SDP.

Previous Patch series links:
https://patchwork.freedesktop.org/series/135629/
https://patchwork.freedesktop.org/series/135851/
https://patchwork.freedesktop.org/series/138232/

Animesh Manna (2):
  drm/i915/vrr: Split vrr-compute-config in two phases
  drm/i915/panelreplay: Panel replay workaround with VRR

Mitul Golani (1):
  drm/i915/vrr: Add helper to check if vrr possible

 drivers/gpu/drm/i915/display/intel_display.c | 18 ++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_vrr.c     | 20 +++++++++++++++-----
 drivers/gpu/drm/i915/display/intel_vrr.h     |  2 ++
 3 files changed, 35 insertions(+), 5 deletions(-)

Comments

Ville Syrjälä Oct. 16, 2024, 2:53 p.m. UTC | #1
On Thu, Oct 10, 2024 at 09:35:00AM +0530, Mitul Golani wrote:
> Refactor VRR compute config to account for Panel replay workaround
> for VSC SDP.
> 
> Previous Patch series links:
> https://patchwork.freedesktop.org/series/135629/
> https://patchwork.freedesktop.org/series/135851/
> https://patchwork.freedesktop.org/series/138232/
> 
> Animesh Manna (2):
>   drm/i915/vrr: Split vrr-compute-config in two phases
>   drm/i915/panelreplay: Panel replay workaround with VRR
> 
> Mitul Golani (1):
>   drm/i915/vrr: Add helper to check if vrr possible

Pushed to drm-intel-next. Thanks.

I fixed up a few minor issues (missing consts, redundant parens)
while pushing.

> 
>  drivers/gpu/drm/i915/display/intel_display.c | 18 ++++++++++++++++++
>  drivers/gpu/drm/i915/display/intel_vrr.c     | 20 +++++++++++++++-----
>  drivers/gpu/drm/i915/display/intel_vrr.h     |  2 ++
>  3 files changed, 35 insertions(+), 5 deletions(-)
> 
> -- 
> 2.46.0