Hi Thomas.
On Thu, Dec 12, 2019 at 08:41:14AM +0100, Thomas Zimmermann wrote:
A number of cleanups that I wanted to apply for some time. The first two patches simplify the public interface. The third patch adds support for struct drm_driver.gem_create_object. All tested by running fbdev, X11 and Weston on ast HW.
v2:
- make drm_gem_vram_create() still work if GEM object is not first in struct
Thomas Zimmermann (3): drm/vram-helper: Remove interruptible flag from public interface drm/vram-helper: Remove BO device from public interface drm/vram-helper: Support struct drm_driver.gem_create_object
I have browsed the code changes - everything now looks fine. As I miss the high-level picture (which is just my lack of DRM knowledge) this is not a review. But you can add my: Acked-by: Sam Ravnborg sam@ravnborg.org
Sam