From: Marek Olšák Date: Sun, 7 Aug 2011 20:39:04 +0000 (+0000) Subject: drm/radeon/kms: add a new gem_wait ioctl with read/write flags X-Git-Tag: v3.2-rc1~135^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3ed74027f1dd197b7e08247a40d3bf9be1852b0;p=pandora-kernel.git 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 Reviewed-by: Jerome Glisse Signed-off-by: Dave Airlie --- Reading git-diff-tree failed