Re: [PATCH 06/28] drm/i915/vrr: Fill VRR timing generator mode for CMRR and VRR

2025-02-13 Thread Nautiyal, Ankit K
On 2/13/2025 2:36 AM, Ville Syrjälä wrote: On Mon, Feb 03, 2025 at 06:08:18PM +0530, Ankit Nautiyal wrote: Fill vrr.mode during compute_config and update intel_vrr_get_config() to read vrr.mode based on CMRR and VRR enable conditions. This vrr.mode thing still feels like a bit of a distractio

Re: [PATCH 06/28] drm/i915/vrr: Fill VRR timing generator mode for CMRR and VRR

2025-02-12 Thread Ville Syrjälä
On Mon, Feb 03, 2025 at 06:08:18PM +0530, Ankit Nautiyal wrote: > Fill vrr.mode during compute_config and update intel_vrr_get_config() to > read vrr.mode based on CMRR and VRR enable conditions. This vrr.mode thing still feels like a bit of a distraction at this point in the series. If we canskip

[PATCH 06/28] drm/i915/vrr: Fill VRR timing generator mode for CMRR and VRR

2025-02-03 Thread Ankit Nautiyal
Fill vrr.mode during compute_config and update intel_vrr_get_config() to read vrr.mode based on CMRR and VRR enable conditions. Signed-off-by: Ankit Nautiyal --- drivers/gpu/drm/i915/display/intel_display.c | 1 + drivers/gpu/drm/i915/display/intel_vrr.c | 5 + 2 files changed, 6 inserti