summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada
AgeCommit message (Expand)AuthorLines
2020-11-17drm/armada/armada_overlay: Staticify local function 'armada_overlay_duplicate...Lee Jones-1/+1
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard-2/+6
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter-4/+3
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard-4/+6
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard-13/+11
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard-2/+6
2020-09-25drm/armada: Introduce GEM object functionsThomas Zimmermann-6/+11
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-34/+20
2020-09-11drm/armada: Don't use drm_device->dev_privateDaniel Vetter-14/+14
2020-09-11drm/armada: Use devm_drm_dev_allocDaniel Vetter-20/+6
2020-09-10drm: armada: fix common struct sg_table related issuesMarek Szyprowski-13/+11
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-14/+14
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+2
2020-05-19drm/armada: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov-14/+14
2020-04-21Update rmk's email address in various driversRussell King-1/+1
2020-03-26drm/<drivers>: Use drmm_add_final_kfreeDaniel Vetter-0/+2
2020-03-06drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya-6/+0
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya-1/+1
2019-12-05drm: constify fb ops across all driversJani Nikula-1/+1
2019-11-26drm/armada: Delete dma_buf->k(un)map implemenationDaniel Vetter-12/+0
2019-08-14drm/armada: drop use of drmP.hSam Ravnborg-12/+49
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard-272/+537
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-213/+524
2019-07-04Merge tag 'for-airlie-armada' of git://git.armlinux.org.uk/~rmk/linux-arm int...Dave Airlie-212/+522
2019-06-28drm/armada: no need to check parent of remoteRussell King-11/+3
2019-06-28drm/armada: use for_each_endpoint_of_node() to walk crtc endpointsRussell King-7/+4
2019-06-28drm/armada: replace the simple-framebufferLubomir Rintel-0/+11
2019-06-28drm/armada: redo CRTC debugfs filesRussell King-60/+48
2019-06-22drm/armada: use mode_valid to validate the adjusted modeRussell King-5/+14
2019-06-22drm/armada: improve Dove clock selectionRussell King-37/+183
2019-06-21drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter-5/+3
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-60/+15
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-1/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-20drm: Remove users of drm_format_num_planesMaxime Ripard-1/+2
2019-05-17drm/armada: add CRTC mode validationRussell King-0/+20
2019-05-17drm/armada: add drm_atomic_helper_shutdown() call in tear-downRussell King-0/+2
2019-05-17drm/armada: add and use definitions for RDREG4FRussell King-2/+17
2019-05-17drm/armada: add drm_mode_set_crtcinfo() mode fixupRussell King-0/+7
2019-05-17drm/armada: add comments about HWC32 cursor colour formatRussell King-0/+7
2019-05-17drm/armada: add support for setting gammaRussell King-1/+68
2019-05-17drm/armada: move plane address and pitch calculation to atomic_checkRussell King-33/+25
2019-05-17drm/armada: add missing interlaced support for overlay frameRussell King-2/+5
2019-05-17drm/armada: fix plane location and size for interlaceRussell King-39/+91
2019-05-17drm/armada: add plane size/location accessorsRussell King-12/+16
2019-05-17drm/armada: use __drm_atomic_helper_plane_reset in overlay resetRussell King-5/+4
2019-05-17drm/armada: fix crtc interlaceRussell King-8/+7
2019-03-27drm/armada: Use drm_fb_helper_fill_infoDaniel Vetter-5/+1