[PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-26 Thread Alex Deucher
2010/9/22 Marius Gr?ger : > Am 22.09.2010 06:40, schrieb Alex Deucher: >> >> 2010/9/21 Marius Gr?ger: >>> >>> On 10.09.2010 17:20 Alex Deucher wrote: The scaler doesn't appear to work with interlaced modes as you've noticed; I don't off hand know whether it can be made to or not. >>>

Re: [PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-25 Thread Alex Deucher
2010/9/22 Marius Gröger : > Am 22.09.2010 06:40, schrieb Alex Deucher: >> >> 2010/9/21 Marius Gröger: >>> >>> On 10.09.2010 17:20 Alex Deucher wrote: The scaler doesn't appear to work with interlaced modes as you've noticed; I don't off hand know whether it can be made to or not. >>>

[PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-22 Thread Marius Gröger
Am 22.09.2010 06:40, schrieb Alex Deucher: > 2010/9/21 Marius Gr?ger: >> On 10.09.2010 17:20 Alex Deucher wrote: >>> >>> The scaler doesn't appear to work with interlaced modes as you've >>> noticed; I don't off hand know whether it can be made to or not. >>> Unfortunately, I won't have time to dig

Re: [PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-22 Thread Marius Gröger
Am 22.09.2010 06:40, schrieb Alex Deucher: 2010/9/21 Marius Gröger: On 10.09.2010 17:20 Alex Deucher wrote: The scaler doesn't appear to work with interlaced modes as you've noticed; I don't off hand know whether it can be made to or not. Unfortunately, I won't have time to dig into this more

[PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-22 Thread Alex Deucher
2010/9/21 Marius Gr?ger : > On 10.09.2010 17:20 Alex Deucher wrote: >> >> The scaler doesn't appear to work with interlaced modes as you've >> noticed; I don't off hand know whether it can be made to or not. >> Unfortunately, I won't have time to dig into this more for a while. > > Is there public

Re: [PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-21 Thread Alex Deucher
2010/9/21 Marius Gröger : > On 10.09.2010 17:20 Alex Deucher wrote: >> >> The scaler doesn't appear to work with interlaced modes as you've >> noticed; I don't off hand know whether it can be made to or not. >> Unfortunately, I won't have time to dig into this more for a while. > > Is there public

[PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-21 Thread Marius Gröger
On 10.09.2010 17:20 Alex Deucher wrote: > The scaler doesn't appear to work with interlaced modes as you've > noticed; I don't off hand know whether it can be made to or not. > Unfortunately, I won't have time to dig into this more for a while. Is there public documentation available wrt this matt

Re: [PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-21 Thread Marius Gröger
On 10.09.2010 17:20 Alex Deucher wrote: The scaler doesn't appear to work with interlaced modes as you've noticed; I don't off hand know whether it can be made to or not. Unfortunately, I won't have time to dig into this more for a while. Is there public documentation available wrt this matter?

[PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-10 Thread Marius Gröger
On 10.09.2010 09:19, wrote Alex Deucher: > They aren't compatible. Hm, ok. Is this supposed to be quick fix or is there any chance to get proper underscan for interlaced modes? Secondly, have you had a chance to look at my register dumps? Any clues as to why the Xserver prunes interlaced modes

[PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-10 Thread Alex Deucher
2010/9/10 Marius Gr?ger : > On 10.09.2010 09:19, wrote Alex Deucher: >> >> They aren't compatible. > > Hm, ok. Is this supposed to be quick fix or is there any chance to get > proper underscan for interlaced modes? > The scaler doesn't appear to work with interlaced modes as you've noticed; I don'

Re: [PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-10 Thread Alex Deucher
2010/9/10 Marius Gröger : > On 10.09.2010 09:19, wrote Alex Deucher: >> >> They aren't compatible. > > Hm, ok. Is this supposed to be quick fix or is there any chance to get > proper underscan for interlaced modes? > The scaler doesn't appear to work with interlaced modes as you've noticed; I don'

Re: [PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-10 Thread Marius Gröger
On 10.09.2010 09:19, wrote Alex Deucher: They aren't compatible. Hm, ok. Is this supposed to be quick fix or is there any chance to get proper underscan for interlaced modes? Secondly, have you had a chance to look at my register dumps? Any clues as to why the Xserver prunes interlaced mode

[PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-10 Thread Alex Deucher
They aren't compatible. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_display.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_display.c b/drivers/gpu/drm/radeon/radeon_display.c index 8c987c9..127a395 100644 --- a/drivers/

[PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-10 Thread Alex Deucher
They aren't compatible. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_display.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_display.c b/drivers/gpu/drm/radeon/radeon_display.c index 8c987c9..127a395 100644 --- a/drivers/