Age | Commit message (Expand) | Author | Files | Lines |
2016-06-09 | Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 1 | -7/+7 |
2016-06-06 | drm/armada: use drm_crtc_vblank_{get,put}() | Gustavo Padovan | 1 | -6/+6 |
2016-06-06 | drm/armada: use drm_crtc_send_vblank_event() | Gustavo Padovan | 1 | -1/+1 |
2016-06-01 | drm/armada: Use lockless gem BO free callback | Daniel Vetter | 1 | -1/+1 |
2016-05-21 | drm: Nuke ->vblank_disable_allowed | Daniel Vetter | 1 | -1/+0 |
2016-05-18 | drm: remove unused dev variables | Arnd Bergmann | 1 | -1/+0 |
2016-05-17 | drm: Remove unused drm_device from drm_gem_object_lookup() | Chris Wilson | 4 | -7/+7 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -2/+2 |
2016-01-25 | drm/armada: Remove NULL open/pre/postclose hooks | Daniel Vetter | 1 | -3/+0 |
2015-12-23 | Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ... | Dave Airlie | 5 | -24/+22 |
2015-12-15 | drm/armada: Constify function pointer structs | Ville Syrjälä | 1 | -1/+1 |
2015-12-11 | drm: Pass 'name' to drm_universal_plane_init() | Ville Syrjälä | 2 | -2/+2 |
2015-12-11 | drm: Pass 'name' to drm_crtc_init_with_planes() | Ville Syrjälä | 1 | -1/+1 |
2015-12-06 | drm/armada: use a private mutex to protect priv->linear | Daniel Vetter | 4 | -8/+14 |
2015-12-06 | drm/armada: drop struct_mutex from cursor paths | Daniel Vetter | 1 | -6/+1 |
2015-12-03 | drm/armada: don't grab dev->struct_mutex for in mmap offset ioctl | Daniel Vetter | 1 | -6/+2 |
2015-12-03 | drm/armada: plug leak in dumb_map_offset | Daniel Vetter | 1 | -1/+2 |
2015-12-03 | drm/armada: use unlocked gem unreferencing | Daniel Vetter | 2 | -3/+3 |
2015-11-24 | drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() | Ville Syrjälä | 2 | -3/+3 |
2015-10-20 | drm/armada: Convert the probe function to the generic drm_of_component_probe() | Liviu Dudau | 1 | -49/+19 |
2015-10-20 | Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 1 | -6/+3 |
2015-10-16 | drm/<drivers>: Drop DRM_UNLOCKED from modeset drivers | Daniel Vetter | 1 | -6/+3 |
2015-10-16 | Merge tag 'topic/drm-misc-2015-10-08' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 1 | -5/+5 |
2015-10-15 | Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ... | Dave Airlie | 11 | -658/+297 |
2015-10-07 | drm: Stop using drm_vblank_count() as the hw frame counter | Ville Syrjälä | 1 | -1/+1 |
2015-10-06 | drm/irq: Use unsigned int pipe in public API | Thierry Reding | 1 | -4/+4 |
2015-10-01 | drm/armada: move frame wait wakeup into plane work | Russell King | 1 | -2/+2 |
2015-10-01 | drm/armada: convert overlay plane vbl worker to a armada plane worker | Russell King | 3 | -69/+26 |
2015-10-01 | drm/armada: move CRTC flip work to primary plane work | Russell King | 2 | -47/+70 |
2015-10-01 | drm/armada: move frame wait into armada_frame | Russell King | 3 | -9/+29 |
2015-10-01 | drm/armada: move the locking for armada_drm_vbl_event_remove() | Russell King | 2 | -2/+2 |
2015-10-01 | drm/armada: move the update of dplane->ctrl0 out of spinlock | Russell King | 1 | -1/+2 |
2015-10-01 | drm/armada: move write to dma_ctrl0 to armada_drm_crtc_plane_disable() | Russell King | 2 | -3/+10 |
2015-10-01 | drm/armada: provide a common helper to disable a plane | Russell King | 3 | -12/+31 |
2015-10-01 | drm/armada: allocate primary plane ourselves | Russell King | 1 | -5/+20 |
2015-10-01 | drm/armada: add primary plane creation | Russell King | 1 | -1/+33 |
2015-10-01 | drm/armada: introduce generic armada_plane struct | Russell King | 2 | -9/+15 |
2015-10-01 | drm/armada: update armada overlay to use drm_universal_plane_init() | Russell King | 1 | -3/+5 |
2015-10-01 | drm/armada: use xchg() to atomically update dplane->old_fb | Russell King | 1 | -10/+2 |
2015-09-15 | drm/armada: factor out retirement of old fb | Russell King | 1 | -20/+17 |
2015-09-15 | drm/armada: rename overlay identifiers | Russell King | 1 | -25/+30 |
2015-09-15 | drm/armada: redo locking and atomics for armada_drm_crtc_complete_frame_work() | Russell King | 1 | -30/+23 |
2015-09-15 | drm/armada: disable CRTC clock during DPMS | Russell King | 1 | -0/+11 |
2015-09-15 | drm/armada: use drm_plane_force_disable() to disable the overlay plane | Russell King | 1 | -9/+3 |
2015-09-15 | drm/armada: move vbl code into armada_crtc | Russell King | 4 | -46/+56 |
2015-09-15 | drm/armada: remove non-component support | Russell King | 9 | -464/+19 |
2015-08-06 | drm/armada: Use new drm_fb_helper functions | Archit Taneja | 1 | -23/+10 |
2015-07-17 | Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ... | Dave Airlie | 3 | -50/+78 |
2015-07-15 | drm/armada: avoid saving the adjusted mode to crtc->mode | Russell King | 1 | -2/+0 |
2015-07-15 | drm/armada: fix overlay when partially off-screen | Russell King | 1 | -14/+28 |