Age | Commit message (Expand) | Author | Files | Lines |
2018-06-20 | dma-buf: remove kmap_atomic interface | Christian König | 1 | -2/+0 |
2018-05-18 | drm/armada: Move GEM BO to drm_framebuffer | Daniel Stone | 2 | -21/+5 |
2018-03-05 | drm: Don't pass clip to drm_atomic_helper_check_plane_state() | Ville Syrjälä | 2 | -12/+4 |
2018-03-05 | drm/armada: Use drm_mode_get_hv_timing() to populate plane clip rectangle | Ville Syrjälä | 2 | -8/+10 |
2018-03-05 | drm/armada: Construct a temporary crtc state for plane checks | Ville Syrjälä | 2 | -2/+10 |
2018-01-05 | Merge branch 'drm-armada-devel-4.15' of git://git.armlinux.org.uk/~rmk/linux-... | Dave Airlie | 4 | -290/+496 |
2017-12-08 | drm/armada: expand overlay trace entry | Russell King | 1 | -2/+22 |
2017-12-08 | drm/armada: implement primary plane update | Russell King | 1 | -1/+117 |
2017-12-08 | drm/armada: extract register generation from armada_drm_primary_set() | Russell King | 1 | -9/+16 |
2017-12-08 | drm/armada: wait for previous work when moving overlay window | Russell King | 1 | -4/+4 |
2017-12-08 | drm/armada: move overlay plane register update generation | Russell King | 2 | -93/+112 |
2017-12-08 | drm/armada: re-organise overlay register update generation | Russell King | 1 | -30/+22 |
2017-12-08 | drm/armada: disable planes at next blanking period | Russell King | 2 | -32/+50 |
2017-12-08 | drm/armada: avoid work allocation | Russell King | 3 | -15/+23 |
2017-12-08 | drm/armada: allow armada_drm_plane_work_queue() to silently fail | Russell King | 2 | -4/+4 |
2017-12-08 | drm/armada: use drm_plane_helper_check_state() | Russell King | 1 | -29/+32 |
2017-12-08 | drm/armada: only enable HSMOOTH if scaling horizontally | Russell King | 2 | -7/+8 |
2017-12-08 | drm/armada: move writes of LCD_SPU_SRAM_PARA1 under lock | Russell King | 2 | -6/+9 |
2017-12-08 | drm/armada: move regs into armada_plane_work | Russell King | 3 | -50/+39 |
2017-12-08 | drm/armada: move event sending into armada_plane_work | Russell King | 2 | -14/+14 |
2017-12-08 | drm/armada: move fb retirement into armada_plane_work | Russell King | 3 | -30/+13 |
2017-12-08 | drm/armada: move overlay plane work out from under spinlock | Russell King | 2 | -1/+5 |
2017-12-08 | drm/armada: clear plane enable bit when disabling | Russell King | 2 | -6/+6 |
2017-12-08 | drm/armada: clean up armada_drm_crtc_plane_disable() | Russell King | 3 | -20/+14 |
2017-12-08 | drm/armada: allow the primary plane to be disabled | Russell King | 1 | -44/+55 |
2017-12-08 | drm/armada: wait and cancel any pending frame work at disable | Russell King | 2 | -8/+22 |
2017-12-08 | drm/armada: add work cancel callback | Russell King | 2 | -7/+17 |
2017-12-08 | drm/armada: store plane in armada_plane_work | Russell King | 3 | -25/+21 |
2017-12-08 | drm/armada: add a common frame work allocator | Russell King | 1 | -7/+17 |
2017-12-08 | drm/armada: remove armada_drm_plane_work_cancel() return value | Russell King | 2 | -7/+5 |
2017-12-08 | drm/armada: fix YUV planar format framebuffer offsets | Russell King | 1 | -1/+7 |
2017-12-08 | drm/armada: improve efficiency of armada_drm_plane_calc_addrs() | Russell King | 1 | -2/+3 |
2017-12-08 | drm/armada: fix UV swap code | Russell King | 2 | -19/+21 |
2017-12-08 | drm/armada: fix SRAM powerdown | Russell King | 1 | -5/+4 |
2017-12-08 | drm/armada: fix leak of crtc structure | Russell King | 1 | -12/+13 |
2017-12-08 | drm/armada: Use drm_fb_helper_lastclose() and _poll_changed() | Noralf Trønnes | 4 | -25/+3 |
2017-11-16 | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 10 | -77/+28 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 3 | -0/+3 |
2017-10-16 | drm/armada: Replace drm_framebuffer_reference/unreference() with _get/put() | Haneen Mohammed | 3 | -10/+10 |
2017-10-16 | drm/armada: Replace drm_gem_object_reference/unreference() with _get/put() | Haneen Mohammed | 4 | -17/+17 |
2017-09-29 | drm/armada: Remove unused #include <drmP.h> | Haneen Mohammed | 5 | -5/+0 |
2017-09-05 | drm/armada: Use correct path to trace include | Thierry Reding | 2 | -3/+1 |
2017-09-02 | drm/armada: Use .dumb_map_offset and .dumb_destroy defaults | Noralf Trønnes | 3 | -42/+0 |
2017-08-04 | drm: armada: remove dead empty functions | Peter Rosin | 3 | -14/+0 |
2017-08-01 | drm: Plumb modifiers through plane init | Ben Widawsky | 2 | -0/+2 |
2017-07-26 | drm: Convert to using %pOF instead of full_name | Rob Herring | 2 | -4/+3 |
2017-07-26 | Merge airlied/drm-next into drm-misc-next | Daniel Vetter | 3 | -4/+4 |
2017-07-26 | drm/<drivers>: Drop fbdev info flags | Daniel Vetter | 1 | -1/+0 |
2017-07-10 | Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -1/+1 |
2017-07-03 | drm: armada: Constify drm_prop_enum_list structures. | Arvind Yadav | 1 | -1/+1 |