aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_gdp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-18drm: sti: don't pass GFP_DMA32 to dma_alloc_wcChristoph Hellwig1-1/+1
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
2018-05-25drm/sti: Stop consulting plane->crtcVille Syrjälä1-1/+5
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: Reduce function calls for sequence output at five placesMarkus Elfring1-2/+1
2017-05-09drm/sti: use seq_puts to display a stringNicolas Iooss1-1/+1
2017-04-13drm/sti: fix GDP size to support up to UHD resolutionVincent Abriou1-5/+7
2017-02-10drm/sti: do not post GDP command if no updateVincent Abriou1-0/+15
2017-02-10drm/sti: do not set gdp pixel clock rate if mode is not setVincent Abriou1-1/+1
2017-02-10drm/sti: enable gdp pixel clock in atomic_updateVincent Abriou1-38/+32
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-4/+4
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä1-1/+1
2016-09-20drm/sti: use valid video modeFabien Dessenne1-4/+4
2016-09-20drm/sti: use vtg array instead of vtg_main/auxFabien Dessenne1-2/+1
2016-09-20drm/sti: fix atomic_disable checkFabien Dessenne1-3/+3
2016-09-20drm/sti: run gdp init sequence only onceFabien Dessenne1-2/+2
2016-09-20drm/sti: fix debug logsFabien Dessenne1-1/+1
2016-09-20drm/sti: Fix sparse warningsVille Syrjälä1-3/+3
2016-09-20drm: sti: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart1-3/+3
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-14/+0
2016-05-11drm/sti: include linux/seq_file.h where neededArnd Bergmann1-0/+1
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-97/+379
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-2/+1
2016-02-26drm/sti: add debugfs fps_show/fps_get mechanism for planesVincent Abriou1-0/+2
2016-02-26drm/sti: add debugfs entries for GDP planesVincent Abriou1-0/+236
2016-02-26drm/sti: implement atomic_check for the planesVincent Abriou1-70/+103
2016-02-26drm/sti: GDP cropping fails when we remove 2 pixels horizontallyVincent Abriou1-4/+5
2016-02-26drm/sti: fallback for GDP scalingBich Hemon1-5/+31
2016-02-26drm/sti: GDP planes only support RGB formatsBich Hemon1-17/+0
2016-02-26drm/sti: fix potential crash in gdpbenjamin.gaignard@linaro.org1-6/+7
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä1-1/+1
2015-11-03drm/sti: Use drm_crtc_vblank_*() APIThierry Reding1-1/+1
2015-08-03drm/sti: atomic crtc/plane updateVincent Abriou1-219/+274
2015-08-03drm/sti: rename files and functionsVincent Abriou1-1/+1
2015-08-03drm/sti: code clean upVincent Abriou1-88/+97
2015-02-05drm: sti: add support of XBGR8888 for gdp planeFabien Dessenne1-0/+4
2015-02-04drm: sti: add support of ABGR8888 for gdp planeBenjamin Gaignard1-0/+7
2014-12-11drm: sti: enable auxiliary CRTCBenjamin Gaignard1-0/+23
2014-12-11drm: sti: simplify gdp codeBenjamin Gaignard1-19/+20
2014-07-30drm: sti: add CompositorBenjamin Gaignard1-0/+33
2014-07-30drm: sti: add GDP layerBenjamin Gaignard1-0/+516