]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/r600: add missing license and comments to r600_blit_shaders.c
authorAlex Deucher <alexdeucher@gmail.com>
Sat, 6 Mar 2010 00:22:24 +0000 (19:22 -0500)
committerDave Airlie <airlied@redhat.com>
Mon, 15 Mar 2010 00:07:38 +0000 (10:07 +1000)
commit6479e0e0fe51fe97191caa29cd822a420ac50664
tree3d78e0db4b3ef6324d44cb4a798f15469d4c85fd
parentac4906c176569e5171d2d923e853341bf472d9e1
drm/radeon/r600: add missing license and comments to r600_blit_shaders.c

R6xx+ cards need to use the 3D engine to blit data which requires
quite a bit of hw state setup.  Rather than pull the whole 3D driver
(which normally generates the 3D state) into the DRM, we opt to use
statically generated state tables.  The regsiter state and shaders
were hand generated to support blitting functionality.  See the 3D
driver or documentation for descriptions of the registers and
shader instructions.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/r600_blit_shaders.c