aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann1-1/+1
2021-06-29drm/armada: Don't set struct drm_device.irq_enabledThomas Zimmermann1-2/+0
2021-06-24drm/armada: Remove prepare/cleanup_fb hooksDaniel Vetter3-33/+0
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-3/+2
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard2-2/+4
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2-4/+12
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard2-82/+85
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-2/+2
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2-2/+4
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-19/+22
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen1-1/+0
2020-11-17drm/armada/armada_overlay: Staticify local function 'armada_overlay_duplicate_state'Lee Jones1-1/+1
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard1-2/+6
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-4/+3
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-4/+6
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-13/+11
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+6
2020-09-25drm/armada: Introduce GEM object functionsThomas Zimmermann3-6/+11
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie7-34/+20
2020-09-11drm/armada: Don't use drm_device->dev_privateDaniel Vetter7-14/+14
2020-09-11drm/armada: Use devm_drm_dev_allocDaniel Vetter1-20/+6
2020-09-10drm: armada: fix common struct sg_table related issuesMarek Szyprowski1-13/+11
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie4-14/+14
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
2020-05-19drm/armada: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov4-14/+14
2020-04-21Update rmk's email address in various driversRussell King1-1/+1
2020-03-26drm/<drivers>: Use drmm_add_final_kfreeDaniel Vetter1-0/+2
2020-03-06drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya1-6/+0
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya1-1/+1
2019-12-05drm: constify fb ops across all driversJani Nikula1-1/+1
2019-11-26drm/armada: Delete dma_buf->k(un)map implemenationDaniel Vetter1-12/+0
2019-08-14drm/armada: drop use of drmP.hSam Ravnborg10-12/+49
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard16-272/+537
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds11-213/+524
2019-07-04Merge tag 'for-airlie-armada' of git://git.armlinux.org.uk/~rmk/linux-arm into drm-nextDave Airlie10-212/+522
2019-06-28drm/armada: no need to check parent of remoteRussell King1-11/+3
2019-06-28drm/armada: use for_each_endpoint_of_node() to walk crtc endpointsRussell King1-7/+4
2019-06-28drm/armada: replace the simple-framebufferLubomir Rintel1-0/+11
2019-06-28drm/armada: redo CRTC debugfs filesRussell King3-60/+48
2019-06-22drm/armada: use mode_valid to validate the adjusted modeRussell King1-5/+14
2019-06-22drm/armada: improve Dove clock selectionRussell King3-37/+183
2019-06-21drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter2-5/+3
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner15-60/+15
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-20drm: Remove users of drm_format_num_planesMaxime Ripard1-1/+2
2019-05-17drm/armada: add CRTC mode validationRussell King1-0/+20
2019-05-17drm/armada: add drm_atomic_helper_shutdown() call in tear-downRussell King1-0/+2