commit | 641b9103d8383f52025bd2e1d3aaed2356efc913 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Mar 23 15:49:22 2020 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Mar 26 15:38:09 2020 +0100 |
tree | 8868c2c2e2e9f152de3bdffa9ee5eb6dbdea78d8 | |
parent | f96306f9892b3a28ece4c65c4d1b95f631b3e63c [diff] |
drm: Manage drm_gem_init with drmm_ We might want to look into pushing this down into drm_mm_init, but that would mean rolling out return codes to a pile of functions unfortunately. So let's leave that for now. Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200323144950.3018436-24-daniel.vetter@ffwll.ch