[PATCH] drm/radeon: fix PLL sharing on DCE6.1

2016-05-05 Thread Lucas Stach
Am Donnerstag, den 05.05.2016, 10:22 -0400 schrieb Alex Deucher: > On Thu, May 5, 2016 at 5:02 AM, Lucas Stach wrote: > > > > On DCE6.1 PPLL2 is exclusively available to UNIPHYA, so it should > > not > > be taken into consideration when looking for an already enabled PLL > > to be shared with oth

[PATCH] drm/radeon: fix PLL sharing on DCE6.1

2016-05-05 Thread Lucas Stach
On DCE6.1 PPLL2 is exclusively available to UNIPHYA, so it should not be taken into consideration when looking for an already enabled PLL to be shared with other outputs. This fixes the broken VGA port (TRAVIS DP->VGA bridge) on my Richland based laptop, where the internal display is connected to

[PATCH] drm/radeon: fix PLL sharing on DCE6.1

2016-05-05 Thread Alex Deucher
On Thu, May 5, 2016 at 5:02 AM, Lucas Stach wrote: > On DCE6.1 PPLL2 is exclusively available to UNIPHYA, so it should not > be taken into consideration when looking for an already enabled PLL > to be shared with other outputs. > > This fixes the broken VGA port (TRAVIS DP->VGA bridge) on my Richl