Re: [PATCH 1/2] drm/etnaviv: rework clock initialization

2017-10-01 Thread Christian Gmeiner
2017-09-29 16:38 GMT+02:00 Lucas Stach : > The reset path wants to initialize the clock control register regardless > of the DYNAMIC_FREQUENCY_SCALING feature, so don't call clock update, but > explicitly load the register. > > Also disabling of the debug registers is moved into the reset function,

[PATCH 1/2] drm/etnaviv: rework clock initialization

2017-09-29 Thread Lucas Stach
The reset path wants to initialize the clock control register regardless of the DYNAMIC_FREQUENCY_SCALING feature, so don't call clock update, but explicitly load the register. Also disabling of the debug registers is moved into the reset function, so we always get to the same state after a GPU re