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()

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

2013-06-27 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()

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

2013-06-26 Thread alexdeuc...@gmail.com
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. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon.h

[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, alexdeucher at 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. >

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

2013-06-26 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com 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. Signed-off-by: Alex Deucher alexander.deuc...@amd.com ---

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 alexander.deuc...@amd.com 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