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