[PATCH] drm/radeon: fix dig encoder selection on DCE61

2012-08-30 Thread Rafał Miłecki
2012/8/30 Alex Deucher : > On Thu, Aug 30, 2012 at 2:27 AM, Michel D?nzer wrote: >> On Mit, 2012-08-29 at 20:02 -0400, alexdeucher at gmail.com wrote: >>> - /* DCE4/5 */ >>> - if (ASIC_IS_DCE4(rdev)) { >>> - dig = radeon_encoder->enc_priv; >>> - if (ASIC_IS_DCE41(rd

[PATCH] drm/radeon: fix dig encoder selection on DCE61

2012-08-30 Thread Alex Deucher
On Thu, Aug 30, 2012 at 2:27 AM, Michel D?nzer wrote: > On Mit, 2012-08-29 at 20:02 -0400, alexdeucher at gmail.com wrote: >> From: Alex Deucher >> >> Was using the DCE41 code which was wrong. Fixes >> blank displays on a number of Trinity systems. >> >> Signed-off-by: Alex Deucher >> Cc: stable

[PATCH] drm/radeon: fix dig encoder selection on DCE61

2012-08-30 Thread Michel Dänzer
On Mit, 2012-08-29 at 20:02 -0400, alexdeucher at gmail.com wrote: > From: Alex Deucher > > Was using the DCE41 code which was wrong. Fixes > blank displays on a number of Trinity systems. > > Signed-off-by: Alex Deucher > Cc: stable at vger.kernel.org > --- > drivers/gpu/drm/radeon/atombios_

Re: [PATCH] drm/radeon: fix dig encoder selection on DCE61

2012-08-30 Thread Rafał Miłecki
2012/8/30 Alex Deucher : > On Thu, Aug 30, 2012 at 2:27 AM, Michel Dänzer wrote: >> On Mit, 2012-08-29 at 20:02 -0400, alexdeuc...@gmail.com wrote: >>> - /* DCE4/5 */ >>> - if (ASIC_IS_DCE4(rdev)) { >>> - dig = radeon_encoder->enc_priv; >>> - if (ASIC_IS_DCE41(rdev)

Re: [PATCH] drm/radeon: fix dig encoder selection on DCE61

2012-08-30 Thread Alex Deucher
On Thu, Aug 30, 2012 at 2:27 AM, Michel Dänzer wrote: > On Mit, 2012-08-29 at 20:02 -0400, alexdeuc...@gmail.com wrote: >> From: Alex Deucher >> >> Was using the DCE41 code which was wrong. Fixes >> blank displays on a number of Trinity systems. >> >> Signed-off-by: Alex Deucher >> Cc: sta...@vg

Re: [PATCH] drm/radeon: fix dig encoder selection on DCE61

2012-08-29 Thread Michel Dänzer
On Mit, 2012-08-29 at 20:02 -0400, alexdeuc...@gmail.com wrote: > From: Alex Deucher > > Was using the DCE41 code which was wrong. Fixes > blank displays on a number of Trinity systems. > > Signed-off-by: Alex Deucher > Cc: sta...@vger.kernel.org > --- > drivers/gpu/drm/radeon/atombios_encode

[PATCH] drm/radeon: fix dig encoder selection on DCE61

2012-08-29 Thread alexdeuc...@gmail.com
From: Alex Deucher Was using the DCE41 code which was wrong. Fixes blank displays on a number of Trinity systems. Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/atombios_encoders.c | 31 +++ 1 files changed, 26 insertions(+), 5 de

[PATCH] drm/radeon: fix dig encoder selection on DCE61

2012-08-29 Thread alexdeucher
From: Alex Deucher Was using the DCE41 code which was wrong. Fixes blank displays on a number of Trinity systems. Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org --- drivers/gpu/drm/radeon/atombios_encoders.c | 31 +++ 1 files changed, 26 insertions(+), 5 delet