commit | 27dcfc102279867ef0080d3b27e0f8306cac53d1 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexdeucher@gmail.com> | Thu Feb 10 14:51:34 2011 -0500 |
committer | Dave Airlie <airlied@redhat.com> | Mon Feb 14 10:10:50 2011 +1000 |
tree | 3858b5340bb8fda11c825cda9631617a677146e9 | |
parent | 1ea9dbf250ae6706400dc0e3d6e1cc7540830731 [diff] |
drm/radeon/kms: use linear aligned for evergreen/ni 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>