Re: [Intel-gfx] [v5 1/4] drm/i915: Fix the pipe state timing mismatch warnings

2019-05-14 Thread Jani Nikula
On Thu, 02 May 2019, Vandita Kulkarni wrote: > Adjust the get transcoder timings for mipi dsi as per the > set timing calculations. > > v2: Use the existing intel_get_pipe_timings and do the dsi > specific adjustments in the encoder get_config hook.(Ville, Jani) > > v3: Exclude VBLANK and HBLA

[Intel-gfx] [v5 1/4] drm/i915: Fix the pipe state timing mismatch warnings

2019-05-02 Thread Vandita Kulkarni
Adjust the get transcoder timings for mipi dsi as per the set timing calculations. v2: Use the existing intel_get_pipe_timings and do the dsi specific adjustments in the encoder get_config hook.(Ville, Jani) v3: Exclude VBLANK and HBLANK registers for dsi transcoder. v4: Fix the incomplete c