[PATCH] drm/radeon/kms: set dma_copy to NULL for r6xx+

2011-06-14 Thread Dave Airlie
On Tue, Jun 14, 2011 at 7:33 AM, Alex Deucher wrote: > No need to assign the same copy callback for both > copy blit and dma. This used to confuse the benchmark code if memory serves, if thats fixed then I'm okay with this. Dave.

[PATCH] drm/radeon/kms: set dma_copy to NULL for r6xx+

2011-06-14 Thread Alex Deucher
On Mon, Jun 13, 2011 at 7:27 PM, Dave Airlie wrote: > On Tue, Jun 14, 2011 at 7:33 AM, Alex Deucher > wrote: >> No need to assign the same copy callback for both >> copy blit and dma. > > This used to confuse the benchmark code if memory serves, if thats > fixed then I'm okay with this. > The b

Re: [PATCH] drm/radeon/kms: set dma_copy to NULL for r6xx+

2011-06-13 Thread Alex Deucher
On Mon, Jun 13, 2011 at 7:27 PM, Dave Airlie wrote: > On Tue, Jun 14, 2011 at 7:33 AM, Alex Deucher wrote: >> No need to assign the same copy callback for both >> copy blit and dma. > > This used to confuse the benchmark code if memory serves, if thats > fixed then I'm okay with this. > The benc

[PATCH] drm/radeon/kms: set dma_copy to NULL for r6xx+

2011-06-13 Thread Alex Deucher
No need to assign the same copy callback for both copy blit and dma. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_asic.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_asic.c b/drivers/gpu/drm/radeon/radeon_as

Re: [PATCH] drm/radeon/kms: set dma_copy to NULL for r6xx+

2011-06-13 Thread Dave Airlie
On Tue, Jun 14, 2011 at 7:33 AM, Alex Deucher wrote: > No need to assign the same copy callback for both > copy blit and dma. This used to confuse the benchmark code if memory serves, if thats fixed then I'm okay with this. Dave. ___ dri-devel mailing

[PATCH] drm/radeon/kms: set dma_copy to NULL for r6xx+

2011-06-13 Thread Alex Deucher
No need to assign the same copy callback for both copy blit and dma. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_asic.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_asic.c b/drivers/gpu/drm/radeon/radeon_as