summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_gdp.c
Commit message (Expand)AuthorAgeFilesLines
* drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-031-3/+3
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-7/+7
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-3/+3
* drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/sti: fix typos in commentsJulia Lawall2022-04-071-1/+1
* drm/sti: plane: Remove redundant zpos initialisationMaxime Ripard2022-02-251-1/+1
* 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/+6
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-20/+20
* 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-12/+14
* 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-3/+4
* drm: sti: fix W=1 warningsBenjamin Gaignard2019-09-161-1/+1
* drm/sti: drop use of drmP.hSam Ravnborg2019-06-061-0/+4
* drm: sti: don't pass GFP_DMA32 to dma_alloc_wcChristoph Hellwig2018-10-181-1/+1
* 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
* drm/sti: Stop consulting plane->crtcVille Syrjälä2018-05-251-1/+5
* 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: Reduce function calls for sequence output at five placesMarkus Elfring2017-05-091-2/+1
* drm/sti: use seq_puts to display a stringNicolas Iooss2017-05-091-1/+1
* drm/sti: fix GDP size to support up to UHD resolutionVincent Abriou2017-04-131-5/+7
* drm/sti: do not post GDP command if no updateVincent Abriou2017-02-101-0/+15
* drm/sti: do not set gdp pixel clock rate if mode is not setVincent Abriou2017-02-101-1/+1
* drm/sti: enable gdp pixel clock in atomic_updateVincent Abriou2017-02-101-38/+32
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-4/+4
* drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä2016-12-151-1/+1
* drm/sti: use valid video modeFabien Dessenne2016-09-201-4/+4
* drm/sti: use vtg array instead of vtg_main/auxFabien Dessenne2016-09-201-2/+1
* drm/sti: fix atomic_disable checkFabien Dessenne2016-09-201-3/+3
* drm/sti: run gdp init sequence only onceFabien Dessenne2016-09-201-2/+2
* drm/sti: fix debug logsFabien Dessenne2016-09-201-1/+1
* drm/sti: Fix sparse warningsVille Syrjälä2016-09-201-3/+3
* drm: sti: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2016-09-201-3/+3
* 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-14/+0
* drm/sti: include linux/seq_file.h where neededArnd Bergmann2016-05-111-0/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-211-97/+379
|\
| * drm/sti: add debugfs fps_show/fps_get mechanism for planesVincent Abriou2016-02-261-0/+2
| * drm/sti: add debugfs entries for GDP planesVincent Abriou2016-02-261-0/+236
| * drm/sti: implement atomic_check for the planesVincent Abriou2016-02-261-70/+103
| * drm/sti: GDP cropping fails when we remove 2 pixels horizontallyVincent Abriou2016-02-261-4/+5
| * drm/sti: fallback for GDP scalingBich Hemon2016-02-261-5/+31
| * drm/sti: GDP planes only support RGB formatsBich Hemon2016-02-261-17/+0