Re: [PATCH 0/6] drm/gma500: Cleanup framebuffer and fbdev

2019-11-25 Thread Patrik Jakobsson
On Fri, Nov 22, 2019 at 11:05 AM Thomas Zimmermann wrote: > > These patches remove struct psb_framebuffer and struct psb_fbdev > from gma500. Both are replaced by their equivalents from the DRM > helpers. > > The patchset has been tested by running the fbdev console, X11 and > Weston on an Atom Z5

Re: [PATCH 0/6] drm/gma500: Cleanup framebuffer and fbdev

2019-11-25 Thread Daniel Vetter
On Fri, Nov 22, 2019 at 11:05:39AM +0100, Thomas Zimmermann wrote: > These patches remove struct psb_framebuffer and struct psb_fbdev > from gma500. Both are replaced by their equivalents from the DRM > helpers. > > The patchset has been tested by running the fbdev console, X11 and > Weston on an

[PATCH 0/6] drm/gma500: Cleanup framebuffer and fbdev

2019-11-22 Thread Thomas Zimmermann
These patches remove struct psb_framebuffer and struct psb_fbdev from gma500. Both are replaced by their equivalents from the DRM helpers. The patchset has been tested by running the fbdev console, X11 and Weston on an Atom Z520 with Poulsbo graphics chip. Thomas Zimmermann (6): drm/gma500: Rem