Re: [PATCH 6/9] drm/simplekms: Acquire clocks from DT device node

2020-06-29 Thread Daniel Vetter
On Thu, Jun 25, 2020 at 03:34:05PM +0200, Geert Uytterhoeven wrote: > Hi Thomas, > > On Thu, Jun 25, 2020 at 2:00 PM Thomas Zimmermann wrote: > > Make sure required hardware clocks are enabled while the firmware > > framebuffer is in use. > > > > The basic code has been taken from the simplefb dr

Re: [PATCH 6/9] drm/simplekms: Acquire clocks from DT device node

2020-06-25 Thread Geert Uytterhoeven
Hi Thomas, On Thu, Jun 25, 2020 at 2:00 PM Thomas Zimmermann wrote: > Make sure required hardware clocks are enabled while the firmware > framebuffer is in use. > > The basic code has been taken from the simplefb driver and adapted > to DRM. Clocks are released automatically via devres helpers. >