summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada
Commit message (Expand)AuthorAgeFilesLines
* 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
| * drm/armada: move vbl code into armada_crtcRussell King2015-09-154-46/+56
| * drm/armada: remove non-component supportRussell King2015-09-159-464/+19
* | drm/armada: Use new drm_fb_helper functionsArchit Taneja2015-08-061-23/+10
|/
* Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie2015-07-173-50/+78
|\
| * drm/armada: avoid saving the adjusted mode to crtc->modeRussell King2015-07-151-2/+0
| * drm/armada: fix overlay when partially off-screenRussell King2015-07-151-14/+28
| * drm/armada: convert overlay to use drm_plane_helper_check_update()Russell King2015-07-151-28/+39
| * drm/armada: fix gem object free after failed prime importRussell King2015-07-151-2/+3
| * drm/armada: fix incorrect overlay plane cleanupRussell King2015-07-151-1/+5
| * drm/armada: fix missing overlay wake-upRussell King2015-07-151-5/+5
OpenPOWER on IntegriCloud