Re: [PATCH] drm/sun4i: Fix exclusivity of the TCON clocks

2018-03-12 Thread Maxime Ripard
On Sat, Mar 10, 2018 at 12:05:11PM +0100, meg...@megous.com wrote: > From: Ondrej Jirman > > Currently the exclusivity is enabled when the rate is set by > the mode setting functions. These functions are called by > mode_set_nofb callback of drm_crc_helper. Then exclusivity > is disabled when tco

[PATCH] drm/sun4i: Fix exclusivity of the TCON clocks

2018-03-10 Thread megous
From: Ondrej Jirman Currently the exclusivity is enabled when the rate is set by the mode setting functions. These functions are called by mode_set_nofb callback of drm_crc_helper. Then exclusivity is disabled when tcon is disabled by atomic_disable callback. What happens is that mode_set_nofb c