summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-08-014-14/+10
|\
| * drm/armada: make fbdev support really optionalTobias Jakobi2016-07-181-4/+0
| * drm/armada: use drm_crtc_handle_vblank()Gustavo Padovan2016-07-121-1/+1
| * drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter2016-06-211-1/+0
| * drm: Deal with rotation in drm_plane_helper_check_update()Ville Syrjälä2016-06-171-0/+1
| * Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-091-7/+7
| |\
| | * drm/armada: use drm_crtc_vblank_{get,put}()Gustavo Padovan2016-06-061-6/+6
| | * drm/armada: use drm_crtc_send_vblank_event()Gustavo Padovan2016-06-061-1/+1
| * | drm/armada: Use lockless gem BO free callbackDaniel Vetter2016-06-011-1/+1
| |/
* / file_inode(f)->i_mapping is f->f_mappingAl Viro2016-05-291-2/+2
|/
* drm: Nuke ->vblank_disable_allowedDaniel Vetter2016-05-211-1/+0
* drm: remove unused dev variablesArnd Bergmann2016-05-181-1/+0
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-174-7/+7
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* drm/armada: Remove NULL open/pre/postclose hooksDaniel Vetter2016-01-251-3/+0
* Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie2015-12-235-24/+22
|\
| * drm/armada: use a private mutex to protect priv->linearDaniel Vetter2015-12-054-8/+14
| * drm/armada: drop struct_mutex from cursor pathsDaniel Vetter2015-12-051-6/+1
| * drm/armada: don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter2015-12-031-6/+2
| * drm/armada: plug leak in dumb_map_offsetDaniel Vetter2015-12-031-1/+2
| * drm/armada: use unlocked gem unreferencingDaniel Vetter2015-12-032-3/+3
* | drm/armada: Constify function pointer structsVille Syrjälä2015-12-151-1/+1
* | drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä2015-12-112-2/+2
* | drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä2015-12-111-1/+1
* | drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-242-3/+3
* | drm/armada: Convert the probe function to the generic drm_of_component_probe()Liviu Dudau2015-10-201-49/+19
* | Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-10-201-6/+3
|\ \
| * | drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter2015-10-161-6/+3
* | | Merge tag 'topic/drm-misc-2015-10-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-10-161-5/+5
|\| |
| * | drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä2015-10-071-1/+1
| * | drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-061-4/+4
* | | Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie2015-10-1511-658/+297
|\ \ \ | |/ / |/| / | |/
| * drm/armada: move frame wait wakeup into plane workRussell King2015-10-011-2/+2
| * drm/armada: convert overlay plane vbl worker to a armada plane workerRussell King2015-10-013-69/+26
| * drm/armada: move CRTC flip work to primary plane workRussell King2015-10-012-47/+70
| * drm/armada: move frame wait into armada_frameRussell King2015-10-013-9/+29
| * drm/armada: move the locking for armada_drm_vbl_event_remove()Russell King2015-10-012-2/+2
| * drm/armada: move the update of dplane->ctrl0 out of spinlockRussell King2015-10-011-1/+2
| * drm/armada: move write to dma_ctrl0 to armada_drm_crtc_plane_disable()Russell King2015-10-012-3/+10
| * drm/armada: provide a common helper to disable a planeRussell King2015-10-013-12/+31
| * drm/armada: allocate primary plane ourselvesRussell King2015-10-011-5/+20
| * drm/armada: add primary plane creationRussell King2015-10-011-1/+33
| * drm/armada: introduce generic armada_plane structRussell King2015-10-012-9/+15
| * drm/armada: update armada overlay to use drm_universal_plane_init()Russell King2015-10-011-3/+5
| * drm/armada: use xchg() to atomically update dplane->old_fbRussell King2015-10-011-10/+2
| * drm/armada: factor out retirement of old fbRussell King2015-09-151-20/+17
| * drm/armada: rename overlay identifiersRussell King2015-09-151-25/+30
| * drm/armada: redo locking and atomics for armada_drm_crtc_complete_frame_work()Russell King2015-09-151-30/+23
| * drm/armada: disable CRTC clock during DPMSRussell King2015-09-151-0/+11
| * drm/armada: use drm_plane_force_disable() to disable the overlay planeRussell King2015-09-151-9/+3