Re: [PATCH v20 8/9] drm/i915/display: Compute vrr_vsync params

2024-03-20 Thread Nautiyal, Ankit K
LGTM. Reviewed-by: Ankit Nautiyal On 3/20/2024 10:30 AM, Mitul Golani wrote: Compute vrr_vsync_start/end, which sets the position for hardware to send the Vsync at a fixed position relative to the end of the Vblank. --v2: - Updated VSYNC_START/END macros to VRR_VSYNC_START/END. (Ankit) -

[PATCH v20 8/9] drm/i915/display: Compute vrr_vsync params

2024-03-19 Thread Mitul Golani
Compute vrr_vsync_start/end, which sets the position for hardware to send the Vsync at a fixed position relative to the end of the Vblank. --v2: - Updated VSYNC_START/END macros to VRR_VSYNC_START/END. (Ankit) - Updated bit fields of VRR_VSYNC_START/END. (Ankit) --v3: - Add