X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Fdrm%2Fdrm_gem.h;h=1e6ae1458f7ab98ef42cd66ef9834cef8f276718;hb=da6b51d007da17fd394405055e2f0109ec5f05f4;hp=780511a459c01e3012efbfe2912ee27dc5996971;hpb=355a70183848f21198e9f6296bd646df3478a26d;p=cascardo%2Flinux.git 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);