commit | 9eba4a93ce520a627e876b0d1851d4f78a701c2b | [log] [tgz] |
---|---|---|
author | Marek Olšák <maraeo@gmail.com> | Wed Jan 05 05:46:48 2011 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jan 06 13:00:45 2011 +1000 |
tree | a0dbb86c2105b4ff89af724b835d0c40fbf59368 | |
parent | 2f299d5de02da3ffb1f9e1a05c91dcd1173ebd3c [diff] |
drm/radeon/kms: manage r300 CMASK RAM access and allow CMASK clear The CMASK RAM is for colorbuffer compression (used in conjunction with MSAA). Only one user (filp) can access it. The CMASK RAM access is managed in the same way as Hyper-Z, but there is a separate ioctl, because an app that uses MSAA does not necessarily have to use zbuffering. Signed-off-by: Marek Olšák <maraeo@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>