[PATCH 1/2] drm: add SimpleDRM driver

2016-08-04 Thread Daniel Vetter
On Thu, Aug 04, 2016 at 07:05:19PM +0200, Noralf Trønnes wrote: > > Den 04.08.2016 16:03, skrev Noralf Trønnes: > > The SimpleDRM driver binds to simple-framebuffer devices and provides a > > DRM/KMS API. It provides only a single CRTC+encoder+connector combination > > plus one initial mode. > >

[PATCH 1/2] drm: add SimpleDRM driver

2016-08-04 Thread Noralf Trønnes
Den 04.08.2016 16:03, skrev Noralf Trønnes: > The SimpleDRM driver binds to simple-framebuffer devices and provides a > DRM/KMS API. It provides only a single CRTC+encoder+connector combination > plus one initial mode. > > Userspace can create dumb-buffers which can be blit into the real > frameb

[PATCH 1/2] drm: add SimpleDRM driver

2016-08-04 Thread Daniel Vetter
On Thu, Aug 04, 2016 at 04:03:19PM +0200, Noralf Trønnes wrote: > The SimpleDRM driver binds to simple-framebuffer devices and provides a > DRM/KMS API. It provides only a single CRTC+encoder+connector combination > plus one initial mode. > > Userspace can create dumb-buffers which can be blit in

[PATCH 1/2] drm: add SimpleDRM driver

2016-08-04 Thread Noralf Trønnes
The SimpleDRM driver binds to simple-framebuffer devices and provides a DRM/KMS API. It provides only a single CRTC+encoder+connector combination plus one initial mode. Userspace can create dumb-buffers which can be blit into the real framebuffer similar to UDL. No access to the real framebuffer i