summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_cursor.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-2/+4
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-5/+5
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-10/+12
* drm: sti: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart2021-01-051-8/+1
* drm/sti: remove use of drm_debugfs functions as return valuesWambui Karuga2020-03-181-6/+8
* drm: sti: fix W=1 warningsBenjamin Gaignard2019-09-161-1/+1
* drm/sti: drop use of drmP.hSam Ravnborg2019-06-061-0/+2
* drm/sti: Use drm_atomic_helper_shutdownDaniel Vetter2018-10-051-1/+0
* drm: add missing ctx argument to plane transitional helpersRussell King2018-07-031-1/+1
* gpu: drm: sti: Adopt SPDX identifiersBenjamin Gaignard2017-12-061-1/+1
* drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-081-1/+0
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-1/+1
* drm/sti: Fix a typo in a comment lineMarkus Elfring2017-05-091-1/+1
* drm/sti: Replace 17 seq_puts() calls by seq_putc()Markus Elfring2017-05-091-2/+1
* drm/sti: fix atomic_disable checkFabien Dessenne2016-09-201-3/+3
* drm/sti: Fix sparse warningsVille Syrjälä2016-09-201-1/+1
* drm: sti: use generic zpos for planeBenjamin Gaignard2016-07-291-2/+2
* drm: sti: use late_register and early_unregister callbacksBenjamin Gaignard2016-06-211-4/+28
* drm: sti: remove useless call to dev->struct_mutexBenjamin Gaignard2016-06-011-7/+0
* drm/sti: include linux/seq_file.h where neededArnd Bergmann2016-05-111-0/+2
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-211-40/+144
|\
| * drm/sti: add debugfs fps_show/fps_get mechanism for planesVincent Abriou2016-02-261-0/+2
| * drm/sti: add debugfs entries for CURSOR planeVincent Abriou2016-02-261-0/+79
| * drm/sti: implement atomic_check for the planesVincent Abriou2016-02-261-32/+58
| * drm/sti: force cursor CLUT fetchFabien Dessenne2016-02-261-7/+4
| * drm/sti: fix cursor coordinatesbenjamin.gaignard@linaro.org2016-02-261-1/+1
* | dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-03-091-11/+9
|/
* drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä2015-12-111-1/+1
* drm/sti: atomic crtc/plane updateVincent Abriou2015-08-031-84/+127
* drm/sti: rename files and functionsVincent Abriou2015-08-031-1/+1
* drm/sti: code clean upVincent Abriou2015-08-031-50/+58
* drm: sti: add cursor planeBenjamin Gaignard2014-12-111-0/+242