Re: [PATCH v6 1/5] drm/vc4: Move the DSI clock divider workaround closer to the clock call.

2017-10-11 Thread Boris Brezillon
On Tue, 15 Aug 2017 16:47:18 -0700 Eric Anholt wrote: > We want the adjusted_mode->clock to be the actual clock we're > expecting to program, so that consumers see the right values for clock > and vrefresh. > > Signed-off-by: Eric Anholt Reviewed-by: Boris

[PATCH v6 1/5] drm/vc4: Move the DSI clock divider workaround closer to the clock call.

2017-08-15 Thread Eric Anholt
We want the adjusted_mode->clock to be the actual clock we're expecting to program, so that consumers see the right values for clock and vrefresh. Signed-off-by: Eric Anholt --- drivers/gpu/drm/vc4/vc4_dsi.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-)