[PATCH] drm/radeon: consolidate UVD clock programming

2013-04-29 Thread Christian König
From: Christian K?nig Instead of duplicating the code over and over again, just use a single function to handle the clock calculations. Signed-off-by: Christian K?nig --- drivers/gpu/drm/radeon/evergreen.c | 103 +++--- drivers/gpu/drm/radeon/r600d.h |4 + driver

[PATCH] drm/radeon: consolidate UVD clock programming

2013-04-29 Thread Alex Deucher
On Mon, Apr 29, 2013 at 5:55 AM, Christian K?nig wrote: > From: Christian K?nig > > Instead of duplicating the code over and over again, just use a single > function to handle the clock calculations. Applied to by tree. Alex > > Signed-off-by: Christian K?nig > --- > drivers/gpu/drm/radeon/e

Re: [PATCH] drm/radeon: consolidate UVD clock programming

2013-04-29 Thread Alex Deucher
On Mon, Apr 29, 2013 at 5:55 AM, Christian König wrote: > From: Christian König > > Instead of duplicating the code over and over again, just use a single > function to handle the clock calculations. Applied to by tree. Alex > > Signed-off-by: Christian König > --- > drivers/gpu/drm/radeon/e

[PATCH] drm/radeon: consolidate UVD clock programming

2013-04-29 Thread Christian König
From: Christian König Instead of duplicating the code over and over again, just use a single function to handle the clock calculations. Signed-off-by: Christian König --- drivers/gpu/drm/radeon/evergreen.c | 103 +++--- drivers/gpu/drm/radeon/r600d.h |4 + driver