]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/radeon/kms: use linear aligned for 6xx/7xx bo blits
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 10 Feb 2011 19:51:33 +0000 (14:51 -0500)
committerDave Airlie <airlied@redhat.com>
Mon, 14 Feb 2011 00:10:48 +0000 (10:10 +1000)
commit1ea9dbf250ae6706400dc0e3d6e1cc7540830731
treea35d6e2b9c311eb3f6dd60cd74bccd10094d4a48
parent8fd1b84cc9d32e7e5c44e990a9c9e27504b232ed
drm/radeon/kms: use linear aligned for 6xx/7xx bo blits

Not only is linear aligned supposedly more performant,
linear general is only supported by the CB in single
slice mode.  The texture hardware doesn't support
linear general, but I think the hw automatically
upgrades it to linear aligned.

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