[PATCH] drm/radeon/kms: set a default max_pixel_clock

2011-08-30 Thread Dave Airlie
From: Dave Airlie On some Power rv100 cards, we have no ATY OF table, but we have no combios table either, and hence we refuse all modes on VGA-0 since we end up with a 0 max pixel clock. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/radeon_clocks.c |3 +++ 1

[PATCH] drm/radeon/kms: set a default max_pixel_clock

2011-08-30 Thread Jerome Glisse
On Tue, Aug 30, 2011 at 3:23 PM, Dave Airlie wrote: > From: Dave Airlie > > On some Power rv100 cards, we have no ATY OF table, but we have > no combios table either, and hence we refuse all modes on VGA-0 > since we end up with a 0 max pixel clock. > > Signed-off-by: Dave Airlie Reviewed-by:

[PATCH] drm/radeon/kms: set a default max_pixel_clock

2011-08-30 Thread Alex Deucher
On Tue, Aug 30, 2011 at 3:23 PM, Dave Airlie wrote: > From: Dave Airlie > > On some Power rv100 cards, we have no ATY OF table, but we have > no combios table either, and hence we refuse all modes on VGA-0 > since we end up with a 0 max pixel clock. > > Signed-off-by: Dave Airlie Reviewed-by:

[PATCH] drm/radeon/kms: set a default max_pixel_clock

2011-08-30 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com On some Power rv100 cards, we have no ATY OF table, but we have no combios table either, and hence we refuse all modes on VGA-0 since we end up with a 0 max pixel clock. Signed-off-by: Dave Airlie airl...@redhat.com --- drivers/gpu/drm/radeon/radeon_clocks.c

Re: [PATCH] drm/radeon/kms: set a default max_pixel_clock

2011-08-30 Thread Jerome Glisse
On Tue, Aug 30, 2011 at 3:23 PM, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com On some Power rv100 cards, we have no ATY OF table, but we have no combios table either, and hence we refuse all modes on VGA-0 since we end up with a 0 max pixel clock. Signed-off-by: