aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_cursor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-05drm/sti: Use drm_atomic_helper_shutdownDaniel Vetter1-1/+0
2018-07-03drm: add missing ctx argument to plane transitional helpersRussell King1-1/+1
2017-12-06gpu: drm: sti: Adopt SPDX identifiersBenjamin Gaignard1-1/+1
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter1-1/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-05-09drm/sti: Fix a typo in a comment lineMarkus Elfring1-1/+1
2017-05-09drm/sti: Replace 17 seq_puts() calls by seq_putc()Markus Elfring1-2/+1
2016-09-20drm/sti: fix atomic_disable checkFabien Dessenne1-3/+3
2016-09-20drm/sti: Fix sparse warningsVille Syrjälä1-1/+1
2016-07-29drm: sti: use generic zpos for planeBenjamin Gaignard1-2/+2
2016-06-21drm: sti: use late_register and early_unregister callbacksBenjamin Gaignard1-4/+28
2016-06-01drm: sti: remove useless call to dev->struct_mutexBenjamin Gaignard1-7/+0
2016-05-11drm/sti: include linux/seq_file.h where neededArnd Bergmann1-0/+2
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-40/+144
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-11/+9
2016-02-26drm/sti: add debugfs fps_show/fps_get mechanism for planesVincent Abriou1-0/+2
2016-02-26drm/sti: add debugfs entries for CURSOR planeVincent Abriou1-0/+79
2016-02-26drm/sti: implement atomic_check for the planesVincent Abriou1-32/+58
2016-02-26drm/sti: force cursor CLUT fetchFabien Dessenne1-7/+4
2016-02-26drm/sti: fix cursor coordinatesbenjamin.gaignard@linaro.org1-1/+1
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä1-1/+1
2015-08-03drm/sti: atomic crtc/plane updateVincent Abriou1-84/+127
2015-08-03drm/sti: rename files and functionsVincent Abriou1-1/+1
2015-08-03drm/sti: code clean upVincent Abriou1-50/+58
2014-12-11drm: sti: add cursor planeBenjamin Gaignard1-0/+242