aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-23Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-nextDave Airlie5-24/+22
2015-12-15drm/armada: Constify function pointer structsVille Syrjälä1-1/+1
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä2-2/+2
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä1-1/+1
2015-12-05drm/armada: use a private mutex to protect priv->linearDaniel Vetter4-8/+14
2015-12-05drm/armada: drop struct_mutex from cursor pathsDaniel Vetter1-6/+1
2015-12-03drm/armada: don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter1-6/+2
2015-12-03drm/armada: plug leak in dumb_map_offsetDaniel Vetter1-1/+2
2015-12-03drm/armada: use unlocked gem unreferencingDaniel Vetter2-3/+3
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2-3/+3
2015-10-20drm/armada: Convert the probe function to the generic drm_of_component_probe()Liviu Dudau1-49/+19
2015-10-20Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-6/+3
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter1-6/+3
2015-10-16Merge tag 'topic/drm-misc-2015-10-08' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-5/+5
2015-10-15Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-nextDave Airlie11-658/+297
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä1-1/+1
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding1-4/+4
2015-10-01drm/armada: move frame wait wakeup into plane workRussell King1-2/+2
2015-10-01drm/armada: convert overlay plane vbl worker to a armada plane workerRussell King3-69/+26
2015-10-01drm/armada: move CRTC flip work to primary plane workRussell King2-47/+70
2015-10-01drm/armada: move frame wait into armada_frameRussell King3-9/+29
2015-10-01drm/armada: move the locking for armada_drm_vbl_event_remove()Russell King2-2/+2
2015-10-01drm/armada: move the update of dplane->ctrl0 out of spinlockRussell King1-1/+2
2015-10-01drm/armada: move write to dma_ctrl0 to armada_drm_crtc_plane_disable()Russell King2-3/+10
2015-10-01drm/armada: provide a common helper to disable a planeRussell King3-12/+31
2015-10-01drm/armada: allocate primary plane ourselvesRussell King1-5/+20
2015-10-01drm/armada: add primary plane creationRussell King1-1/+33
2015-10-01drm/armada: introduce generic armada_plane structRussell King2-9/+15
2015-10-01drm/armada: update armada overlay to use drm_universal_plane_init()Russell King1-3/+5
2015-10-01drm/armada: use xchg() to atomically update dplane->old_fbRussell King1-10/+2
2015-09-15drm/armada: factor out retirement of old fbRussell King1-20/+17
2015-09-15drm/armada: rename overlay identifiersRussell King1-25/+30
2015-09-15drm/armada: redo locking and atomics for armada_drm_crtc_complete_frame_work()Russell King1-30/+23
2015-09-15drm/armada: disable CRTC clock during DPMSRussell King1-0/+11
2015-09-15drm/armada: use drm_plane_force_disable() to disable the overlay planeRussell King1-9/+3
2015-09-15drm/armada: move vbl code into armada_crtcRussell King4-46/+56
2015-09-15drm/armada: remove non-component supportRussell King9-464/+19
2015-08-06drm/armada: Use new drm_fb_helper functionsArchit Taneja1-23/+10
2015-07-17Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-fixesDave Airlie3-50/+78
2015-07-15drm/armada: avoid saving the adjusted mode to crtc->modeRussell King1-2/+0
2015-07-15drm/armada: fix overlay when partially off-screenRussell King1-14/+28
2015-07-15drm/armada: convert overlay to use drm_plane_helper_check_update()Russell King1-28/+39
2015-07-15drm/armada: fix gem object free after failed prime importRussell King1-2/+3
2015-07-15drm/armada: fix incorrect overlay plane cleanupRussell King1-1/+5
2015-07-15drm/armada: fix missing overlay wake-upRussell King1-5/+5
2015-05-15Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-nextDave Airlie4-34/+0
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal1-2/+8
2015-04-13drm/armada: constify struct drm_encoder_helper_funcs pointerJani Nikula1-1/+1
2015-01-26drm/armada: armada_drv: Remove unused functionRickard Strandqvist2-12/+0
2015-01-26drm/armada: armada_output: Remove some unused functionsRickard Strandqvist2-22/+0