summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sti/sti_gdp.c
AgeCommit message (Expand)Author
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-04-07drm/sti: fix typos in commentsJulia Lawall
2022-02-25drm/sti: plane: Remove redundant zpos initialisationMaxime Ripard
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2021-01-05drm: sti: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart
2020-03-18drm/sti: remove use of drm_debugfs functions as return valuesWambui Karuga
2019-09-16drm: sti: fix W=1 warningsBenjamin Gaignard
2019-06-06drm/sti: drop use of drmP.hSam Ravnborg
2018-10-18drm: sti: don't pass GFP_DMA32 to dma_alloc_wcChristoph Hellwig
2018-10-05drm/sti: Use drm_atomic_helper_shutdownDaniel Vetter
2018-07-03drm: add missing ctx argument to plane transitional helpersRussell King
2018-05-25drm/sti: Stop consulting plane->crtcVille Syrjälä
2017-12-06gpu: drm: sti: Adopt SPDX identifiersBenjamin Gaignard
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
2017-05-09drm/sti: Reduce function calls for sequence output at five placesMarkus Elfring
2017-05-09drm/sti: use seq_puts to display a stringNicolas Iooss
2017-04-13drm/sti: fix GDP size to support up to UHD resolutionVincent Abriou
2017-02-10drm/sti: do not post GDP command if no updateVincent Abriou
2017-02-10drm/sti: do not set gdp pixel clock rate if mode is not setVincent Abriou
2017-02-10drm/sti: enable gdp pixel clock in atomic_updateVincent Abriou
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä
2016-09-20drm/sti: use valid video modeFabien Dessenne
2016-09-20drm/sti: use vtg array instead of vtg_main/auxFabien Dessenne
2016-09-20drm/sti: fix atomic_disable checkFabien Dessenne
2016-09-20drm/sti: run gdp init sequence only onceFabien Dessenne
2016-09-20drm/sti: fix debug logsFabien Dessenne
2016-09-20drm/sti: Fix sparse warningsVille Syrjälä
2016-09-20drm: sti: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart
2016-07-29drm: sti: use generic zpos for planeBenjamin Gaignard
2016-06-21drm: sti: use late_register and early_unregister callbacksBenjamin Gaignard
2016-06-01drm: sti: remove useless call to dev->struct_mutexBenjamin Gaignard
2016-05-11drm/sti: include linux/seq_file.h where neededArnd Bergmann
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez
2016-02-26drm/sti: add debugfs fps_show/fps_get mechanism for planesVincent Abriou
2016-02-26drm/sti: add debugfs entries for GDP planesVincent Abriou
2016-02-26drm/sti: implement atomic_check for the planesVincent Abriou
2016-02-26drm/sti: GDP cropping fails when we remove 2 pixels horizontallyVincent Abriou
2016-02-26drm/sti: fallback for GDP scalingBich Hemon
2016-02-26drm/sti: GDP planes only support RGB formatsBich Hemon
2016-02-26drm/sti: fix potential crash in gdpbenjamin.gaignard@linaro.org
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä