summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada
Commit message (Expand)AuthorAgeFilesLines
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+2
* Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-14/+3
|\
| * drm/armada: Make use of the helper component_compare_of/dev_nameYong Wu2022-02-251-14/+3
* | drm/armada: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
|/
* Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-041-0/+2
|\
| * dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-251-0/+2
* | gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher2021-10-181-4/+3
|/
* drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-1/+1
* drm/armada: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-2/+0
* drm/armada: Remove prepare/cleanup_fb hooksDaniel Vetter2021-06-243-33/+0
* drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann2021-04-141-3/+2
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-252-2/+4
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-252-4/+12
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-242-82/+85
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-2/+2
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-242-2/+4
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-19/+22
* drm: automatic legacy gamma supportTomi Valkeinen2020-12-151-1/+0
* drm/armada/armada_overlay: Staticify local function 'armada_overlay_duplicate...Lee Jones2020-11-171-1/+1
* drm: Use state helper instead of CRTC state pointerMaxime Ripard2020-11-101-2/+6
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-4/+3
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-2/+2
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-4/+6
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-021-13/+11
|\
| * Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-237-34/+20
| |\
| * | drm: armada: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-13/+11
* | | drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+6
* | | 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