projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4df5ac2
)
drm/radeon/dpm: add vce clocks to radeon_ps
author
Alex Deucher
<alexander.deucher@amd.com>
Wed, 15 May 2013 19:53:57 +0000
(15:53 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 30 Aug 2013 20:30:26 +0000
(16:30 -0400)
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/radeon.h
b/drivers/gpu/drm/radeon/radeon.h
index
11e6977
..
b6bac49
100644
(file)
--- a/
drivers/gpu/drm/radeon/radeon.h
+++ b/
drivers/gpu/drm/radeon/radeon.h
@@
-1206,6
+1206,9
@@
struct radeon_ps {
/* UVD clocks */
u32 vclk;
u32 dclk;
+ /* VCE clocks */
+ u32 evclk;
+ u32 ecclk;
/* asic priv */
void *ps_priv;
};