| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/udl: Use new drm_fb_helper functions | Archit Taneja | 2015-08-06 | 1 | -29/+12 |
* | drm/fb-helper: Propagate errors from initial config failure | Thierry Reding | 2015-01-21 | 1 | -7/+15 |
* | drm/udl: use container_of to resolve udl_fbdev from drm_fb_helper | Fabian Frederick | 2014-09-24 | 1 | -1/+2 |
* | drm: Introduce drm_fb_helper_prepare() | Thierry Reding | 2014-07-08 | 1 | -1/+2 |
* | drm: Constify struct drm_fb_helper_funcs | Thierry Reding | 2014-07-08 | 1 | -1/+1 |
* | drm/udl: fix error-path when damage-req fails | David Herrmann | 2014-03-16 | 1 | -1/+1 |
* | drm: Push dirtyfb ioctl kms locking down to drivers | Ville Syrjälä | 2013-12-18 | 1 | -3/+9 |
* | drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers | Ville Syrjälä | 2013-06-17 | 1 | -15/+0 |
* | udl: bind the framebuffer to the correct device. | Dave Airlie | 2013-05-01 | 1 | -1/+1 |
* | drm/<drivers>: simplify ->fb_probe callback | Daniel Vetter | 2013-02-14 | 1 | -19/+3 |
* | drm/fb-helper: don't disable everything in initial_config | Daniel Vetter | 2013-02-14 | 1 | -0/+4 |
* | Merge branch 'udl-fixes' into drm-next | Dave Airlie | 2013-02-08 | 1 | -6/+42 |
|\ |
|
| * | drm/udl: disable fb_defio by default | Dave Airlie | 2013-02-08 | 1 | -2/+2 |
| * | drm/udl: make usage as a console safer | Dave Airlie | 2013-02-07 | 1 | -4/+40 |
* | | drm: revamp framebuffer cleanup interfaces | Daniel Vetter | 2013-01-20 | 1 | -0/+1 |
* | | drm/<drivers>: Unified handling of unimplemented fb->create_handle | Daniel Vetter | 2013-01-20 | 1 | -1/+0 |
* | | drm/<drivers>: reorder framebuffer init sequence | Daniel Vetter | 2013-01-20 | 1 | -1/+1 |
|/ |
|
* | drm/udl: fix stride issues scanning out stride != width*bpp | Dave Airlie | 2012-11-02 | 1 | -5/+7 |
* | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 2012-10-09 | 1 | -1/+1 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2012-10-03 | 1 | -4/+22 |
|\ |
|
| * | drm/udl: Add missing static storage class specifiers in udl_fb.c | Sachin Kamat | 2012-10-02 | 1 | -2/+2 |
| * | drm/udl: call begin/end cpu access at more appropriate time | Dave Airlie | 2012-08-17 | 1 | -2/+20 |
* | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 2012-10-02 | 1 | -4/+4 |
* | | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. | David Howells | 2012-10-02 | 1 | -1/+0 |
|/ |
|
* | udl: support vmapping imported dma-bufs | Dave Airlie | 2012-05-31 | 1 | -2/+11 |
* | udl: add prime fd->handle support. | Dave Airlie | 2012-05-23 | 1 | -0/+9 |
* | drm/udl: initial UDL driver (v4) | Dave Airlie | 2012-03-15 | 1 | -0/+611 |