drm/radeon/kms: add support for CP setup on cayman asics
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 3 Mar 2011 01:07:31 +0000 (20:07 -0500)
committerDave Airlie <airlied@redhat.com>
Thu, 3 Mar 2011 01:51:13 +0000 (11:51 +1000)
commit0c88a02ef6b7e29a811f0d56367cc2268c4ef433
treed098334ef622adf3845edac3b0e0a1dcf6eb94bd
parentfa8198eac871edef38e969e2c6a68649e0cd36e0
drm/radeon/kms: add support for CP setup on cayman asics

Cayman asics have 3 ring buffers:
ring 0 supports both gfx and compute
rings 1 and 2 are compute only

At the moment we only support ring 0.

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/cayman_blit_shaders.c [new file with mode: 0644]
drivers/gpu/drm/radeon/cayman_blit_shaders.h [new file with mode: 0644]
drivers/gpu/drm/radeon/ni.c
drivers/gpu/drm/radeon/nid.h
drivers/gpu/drm/radeon/radeon.h