summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada
AgeCommit message (Expand)Author
2018-09-18Merge tag 'v4.9.127' into imx_4.9.x_2.3.0_gaGary Bisson
2018-08-24drm/armada: fix colorkey mode propertyRussell King
2018-08-24drm: Plumb modifiers through plane initBen Widawsky
2018-02-25drm/armada: fix leak of crtc structureRussell King
2017-12-14Revert "drm/armada: Fix compile fail"Sasha Levin
2017-11-30drm/armada: Fix compile failDaniel Vetter
2016-10-21Merge branch 'drm-armada-fixes' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-10-05drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson
2016-10-04drm/armada: fix clock countsRussell King
2016-09-27get rid of separate multipage fault-in primitivesAl Viro
2016-08-16drm: drop DRIVER_HAVE_IRQ flag for some driversShawn Guo
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen
2016-08-01Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-07-18drm/armada: make fbdev support really optionalTobias Jakobi
2016-07-12drm/armada: use drm_crtc_handle_vblank()Gustavo Padovan
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter
2016-06-17drm: Deal with rotation in drm_plane_helper_check_update()Ville Syrjälä
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-06-06drm/armada: use drm_crtc_vblank_{get,put}()Gustavo Padovan
2016-06-06drm/armada: use drm_crtc_send_vblank_event()Gustavo Padovan
2016-06-01drm/armada: Use lockless gem BO free callbackDaniel Vetter
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro
2016-05-21drm: Nuke ->vblank_disable_allowedDaniel Vetter
2016-05-18drm: remove unused dev variablesArnd Bergmann
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-25drm/armada: Remove NULL open/pre/postclose hooksDaniel Vetter
2015-12-23Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie
2015-12-15drm/armada: Constify function pointer structsVille Syrjälä
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä
2015-12-05drm/armada: use a private mutex to protect priv->linearDaniel Vetter
2015-12-05drm/armada: drop struct_mutex from cursor pathsDaniel Vetter
2015-12-03drm/armada: don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter
2015-12-03drm/armada: plug leak in dumb_map_offsetDaniel Vetter
2015-12-03drm/armada: use unlocked gem unreferencingDaniel Vetter
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä
2015-10-20drm/armada: Convert the probe function to the generic drm_of_component_probe()Liviu Dudau
2015-10-20Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter
2015-10-16Merge tag 'topic/drm-misc-2015-10-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-10-15Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding
2015-10-01drm/armada: move frame wait wakeup into plane workRussell King
2015-10-01drm/armada: convert overlay plane vbl worker to a armada plane workerRussell King
2015-10-01drm/armada: move CRTC flip work to primary plane workRussell King
2015-10-01drm/armada: move frame wait into armada_frameRussell King