[PATCH] drm/radeon/kms/atom: bios scratch reg handling updates

2012-02-17 Thread Alex Deucher
On Wed, Feb 15, 2012 at 1:54 PM, wrote: > If the atombios bits for dpms state are still used from dce4, we would miss > explicitly > the DFP6 device in radeon_atombios_encoder_dpms_scratch_regs, wouldn't > we? Yeah, we probably should. I'll take a look when I get back to the office. Alex > >

Re: [PATCH] drm/radeon/kms/atom: bios scratch reg handling updates

2012-02-17 Thread Alex Deucher
On Wed, Feb 15, 2012 at 1:54 PM, wrote: > If the atombios bits for dpms state are still used from dce4, we would miss > explicitly > the DFP6 device in radeon_atombios_encoder_dpms_scratch_regs, wouldn't > we? Yeah, we probably should. I'll take a look when I get back to the office. Alex > >

[PATCH] drm/radeon/kms/atom: bios scratch reg handling updates

2012-02-15 Thread sylvain.bertr...@gmail.com
If the atombios bits for dpms state are still used from dce4, we would miss explicitly the DFP6 device in radeon_atombios_encoder_dpms_scratch_regs, wouldn't we? -- Sylvain (or sylware on phoronix.com)

Re: [PATCH] drm/radeon/kms/atom: bios scratch reg handling updates

2012-02-15 Thread sylvain . bertrand
If the atombios bits for dpms state are still used from dce4, we would miss explicitly the DFP6 device in radeon_atombios_encoder_dpms_scratch_regs, wouldn't we? -- Sylvain (or sylware on phoronix.com) ___ dri-devel mailing list dri-devel@lists.freede

[PATCH] drm/radeon/kms/atom: bios scratch reg handling updates

2012-02-13 Thread alexdeuc...@gmail.com
From: Alex Deucher - Add missing DFP6 connection state handling - crtc routing bits not used on DCE4+ Noticed by sylware on phoronix. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_atombios.c | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --gi

[PATCH] drm/radeon/kms/atom: bios scratch reg handling updates

2012-02-13 Thread alexdeucher
From: Alex Deucher - Add missing DFP6 connection state handling - crtc routing bits not used on DCE4+ Noticed by sylware on phoronix. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_atombios.c | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --gi