summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada
Commit message (Expand)AuthorAgeFilesLines
* drm/armada: Introduce GEM object functionsThomas Zimmermann2020-09-253-6/+11
* drm/armada: Don't use drm_device->dev_privateDaniel Vetter2020-09-117-14/+14
* drm/armada: Use devm_drm_dev_allocDaniel Vetter2020-09-111-20/+6
* Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-244-14/+14
|\
| * drm/armada: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-194-14/+14
* | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-021-0/+2
|\|
| * drm/<drivers>: Use drmm_add_final_kfreeDaniel Vetter2020-03-261-0/+2
* | Update rmk's email address in various driversRussell King2020-04-211-1/+1
|/
* drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya2020-03-061-6/+0
* drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya2020-03-061-1/+1
* drm: constify fb ops across all driversJani Nikula2019-12-051-1/+1
* drm/armada: Delete dma_buf->k(un)map implemenationDaniel Vetter2019-11-261-12/+0
* drm/armada: drop use of drmP.hSam Ravnborg2019-08-1410-12/+49
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-2216-272/+537
|\
| * Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-1511-213/+524
| |\
| | * Merge tag 'for-airlie-armada' of git://git.armlinux.org.uk/~rmk/linux-arm int...Dave Airlie2019-07-0410-212/+522
| | |\
| | | * drm/armada: no need to check parent of remoteRussell King2019-06-281-11/+3
| | | * drm/armada: use for_each_endpoint_of_node() to walk crtc endpointsRussell King2019-06-281-7/+4
| | | * drm/armada: replace the simple-framebufferLubomir Rintel2019-06-281-0/+11
| | | * drm/armada: redo CRTC debugfs filesRussell King2019-06-283-60/+48
| | | * drm/armada: use mode_valid to validate the adjusted modeRussell King2019-06-221-5/+14
| | | * drm/armada: improve Dove clock selectionRussell King2019-06-223-37/+183
| | | * drm/armada: add CRTC mode validationRussell King2019-05-171-0/+20
| | | * drm/armada: add drm_atomic_helper_shutdown() call in tear-downRussell King2019-05-171-0/+2
| | | * drm/armada: add and use definitions for RDREG4FRussell King2019-05-172-2/+17
| | | * drm/armada: add drm_mode_set_crtcinfo() mode fixupRussell King2019-05-171-0/+7
| | | * drm/armada: add comments about HWC32 cursor colour formatRussell King2019-05-171-0/+7
| | | * drm/armada: add support for setting gammaRussell King2019-05-173-1/+68
| | | * drm/armada: move plane address and pitch calculation to atomic_checkRussell King2019-05-173-33/+25
| | | * drm/armada: add missing interlaced support for overlay frameRussell King2019-05-171-2/+5
| | | * drm/armada: fix plane location and size for interlaceRussell King2019-05-174-39/+91
| | | * drm/armada: add plane size/location accessorsRussell King2019-05-173-12/+16
| | | * drm/armada: use __drm_atomic_helper_plane_reset in overlay resetRussell King2019-05-171-5/+4
| | | * drm/armada: fix crtc interlaceRussell King2019-05-171-8/+7
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1915-60/+15
* | | | drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter2019-06-212-5/+3
* | | | drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-2/+1
| |/ / |/| |
* | | Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-05-281-1/+2
|\ \ \ | |/ / |/| |
| * | drm: Remove users of drm_format_num_planesMaxime Ripard2019-05-201-1/+2
* | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/ /
* / drm/armada: Use drm_fb_helper_fill_infoDaniel Vetter2019-03-271-5/+1
|/
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-245-4/+6
* drm: armada: Cleanup drm_display_mode print strShayenne Moura2019-01-151-7/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* drm: extract drm_atomic_uapi.cDaniel Vetter2018-09-091-0/+1
* drm/armada: remove obsolete fb unreferencing kfifo and workqueueRussell King2018-07-302-42/+0
* drm/armada: remove unnecessary armada_plane structureRussell King2018-07-304-26/+7
* drm/armada: remove unnecessary armada_ovl_plane structureRussell King2018-07-301-25/+9
* drm/armada: update primary framebuffer parameters on mode changeRussell King2018-07-301-2/+4
* drm/armada: update planes after the dumb frame is completeRussell King2018-07-302-19/+28