Skip to content

Commit

Permalink
drm/radeon: add initial support for R6xx/R7xx GPUs
Browse files Browse the repository at this point in the history
This adds support for 2D/Xv acceleration in the X.org 2D driver,
to the drm. It doesn't yet provide any 3D support hooks.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Mar 13, 2009
1 parent 80b3334 commit c05ce08
Show file tree
Hide file tree
Showing 5 changed files with 2,439 additions and 65 deletions.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/radeon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.

ccflags-y := -Iinclude/drm
radeon-y := radeon_drv.o radeon_cp.o radeon_state.o radeon_mem.o radeon_irq.o r300_cmdbuf.o
radeon-y := radeon_drv.o radeon_cp.o radeon_state.o radeon_mem.o radeon_irq.o r300_cmdbuf.o r600_cp.o

radeon-$(CONFIG_COMPAT) += radeon_ioc32.o

Expand Down
Loading

0 comments on commit c05ce08

Please sign in to comment.