]> Pileus Git - ~andy/linux/commit
drm/radeon: add initial support for R6xx/R7xx GPUs
authorAlex Deucher <alexdeucher@gmail.com>
Tue, 24 Feb 2009 21:22:29 +0000 (16:22 -0500)
committerDave Airlie <airlied@redhat.com>
Fri, 13 Mar 2009 04:24:11 +0000 (14:24 +1000)
commitc05ce0834a268f7d18274847190f6ed826b99332
treeb9980946e7e5cb72abf20c88c3f84db93af9c281
parent80b3334a4d5c163ab35c560a21d2cdc39bb5d3f8
drm/radeon: add initial support for R6xx/R7xx GPUs

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>
drivers/gpu/drm/radeon/Makefile
drivers/gpu/drm/radeon/r600_cp.c [new file with mode: 0644]
drivers/gpu/drm/radeon/radeon_cp.c
drivers/gpu/drm/radeon/radeon_drv.h
drivers/gpu/drm/radeon/radeon_state.c