diff options
author | Dave Airlie <airlied@redhat.com> | 2014-12-24 13:11:17 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-12-24 13:13:22 +1000 |
commit | da6b51d007da17fd394405055e2f0109ec5f05f4 (patch) | |
tree | 8ec667f89310d324e87ca41343fb77aecd212812 /include/drm | |
parent | 0d83b72acdab62e431393926a903255d32dc8dd1 (diff) | |
download | talos-op-linux-da6b51d007da17fd394405055e2f0109ec5f05f4.tar.gz talos-op-linux-da6b51d007da17fd394405055e2f0109ec5f05f4.zip |
Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"
This reverts commit 355a70183848f21198e9f6296bd646df3478a26d.
This had some bad side effects under normal operation, and should
have been dropped earlier.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_gem.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/drm/drm_gem.h b/include/drm/drm_gem.h index 780511a459c0..1e6ae1458f7a 100644 --- a/include/drm/drm_gem.h +++ b/include/drm/drm_gem.h @@ -119,13 +119,6 @@ struct drm_gem_object { * simply leave it as NULL. */ struct dma_buf_attachment *import_attach; - - /** - * dumb - created as dumb buffer - * Whether the gem object was created using the dumb buffer interface - * as such it may not be used for GPU rendering. - */ - bool dumb; }; void drm_gem_object_release(struct drm_gem_object *obj); |