projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47f5c74
)
drm/radeon: modesetting updates for Mullins.
author
Samuel Li
<
[email protected]
>
Wed, 30 Apr 2014 22:40:53 +0000
(18:40 -0400)
committer
Christian König
<
[email protected]
>
Tue, 6 May 2014 10:20:04 +0000
(12:20 +0200)
Uses the same code as Kabini.
Signed-off-by: Samuel Li <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
Signed-off-by: Christian König <
[email protected]
>
drivers/gpu/drm/radeon/atombios_crtc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/atombios_crtc.c
b/drivers/gpu/drm/radeon/atombios_crtc.c
index b7983aaee44560a290fa8af6352d7411ad8b3302..c31c12b4e66681614f0d294e4fd0a0cf19350c88 100644
(file)
--- a/
drivers/gpu/drm/radeon/atombios_crtc.c
+++ b/
drivers/gpu/drm/radeon/atombios_crtc.c
@@
-1736,8
+1736,9
@@
static int radeon_atom_pick_pll(struct drm_crtc *crtc)
}
/* otherwise, pick one of the plls */
if ((rdev->family == CHIP_KAVERI) ||
- (rdev->family == CHIP_KABINI)) {
- /* KB/KV has PPLL1 and PPLL2 */
+ (rdev->family == CHIP_KABINI) ||
+ (rdev->family == CHIP_MULLINS)) {
+ /* KB/KV/ML has PPLL1 and PPLL2 */
pll_in_use = radeon_get_pll_use_mask(crtc);
if (!(pll_in_use & (1 << ATOM_PPLL2)))
return ATOM_PPLL2;