commit | d3ed74027f1dd197b7e08247a40d3bf9be1852b0 | [log] [tgz] |
---|---|---|
author | Marek Olšák <maraeo@gmail.com> | Sun Aug 07 20:39:04 2011 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Wed Aug 31 19:25:48 2011 +0100 |
tree | 9d4fbd62d8fb5d505c1b934f13bccb762ab47dff | |
parent | dfadbbdb57b3f2bb33e14f129a43047c6f0caefa [diff] |
drm/radeon/kms: add a new gem_wait ioctl with read/write flags The new DRM_RADEON_GEM_WAIT ioctl combines GEM_WAIT_IDLE and GEM_BUSY (there is a NO_WAIT flag to get the latter) with USAGE_READ and USAGE_WRITE flags to take advantage of the new ttm_bo_wait changes. Also bump the DRM version. Signed-off-by: Marek Olšák <maraeo@gmail.com> Reviewed-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>