Re: [PATCH 069/165] drm/radeon/kms: add common dpm infrastructure

2013-06-28 Thread K. Schnass
Thanks for the work the whole thing seems to work fine on my RV770, although I cannot really say if does anything as I found no way to query the current clk or voltage?! There is one little gripe though, the rest of the code uses DRM_INFO() for printing whereas this series uses plain printk() re

Re: [PATCH 069/165] drm/radeon/kms: add common dpm infrastructure

2013-06-26 Thread Jerome Glisse
On Wed, Jun 26, 2013 at 09:22:29AM -0400, alexdeuc...@gmail.com wrote: > From: Alex Deucher > > This adds the common dpm (dynamic power management) > infrastructure: > - dpm callbacks > - dpm init/fini/suspend/resume > - dpm power state selection > > No device specific code is enabled yet. > >