aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds20-424/+2389
2016-03-18drm/sti: restore mode_fixup callbackArnd Bergmann1-0/+1
2016-03-17Merge branch '2016-02-26-st-drm-next' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-nextDave Airlie20-416/+2399
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez3-16/+13
2016-03-04drm/sti: removed optional dummy crtc mode_fixup function.Carlos Palminha1-9/+0
2016-03-03drm/sti: use u32 to store DMA addressesArnd Bergmann1-6/+8
2016-03-03drm: sti: remove sti_gem_prime_export hackBenjamin Gaignard1-10/+1
2016-02-26drm/sti: add debugfs fps_show/fps_get mechanism for planesVincent Abriou6-7/+216
2016-02-26drm/sti: add debugfs entries for TVOUT encodersVincent Abriou1-0/+157
2016-02-26drm/sti: add debugfs entries for MIXER crtcVincent Abriou3-3/+149
2016-02-26drm/sti: add debugfs entries for VID planeVincent Abriou3-5/+95
2016-02-26drm/sti: add debugfs entries for HQVDP planeVincent Abriou1-0/+243
2016-02-26drm/sti: add debugfs entries for GDP planesVincent Abriou1-0/+236
2016-02-26drm/sti: add debugfs entries for CURSOR planeVincent Abriou1-0/+79
2016-02-26drm/sti: add debugfs entries for HDA connectorVincent Abriou1-1/+104
2016-02-26drm/sti: add debugfs entries for DVO connectorVincent Abriou1-0/+70
2016-02-26drm/sti: add debugfs entries for HDMI connectorVincent Abriou2-4/+175
2016-02-26drm/sti: add hdmi_mode property for HDMI connectorVincent Abriou2-2/+43
2016-02-26drm/sti: add colorspace property to the HDMI connectorVincent Abriou2-1/+79
2016-02-26drm/sti: add HDMI vendor specific infoframeVincent Abriou1-9/+73
2016-02-26drm/sti: reset infoframe transmission when HDMI is stoppedVincent Abriou1-0/+43
2016-02-26drm/sti: HDMI infoframe transmission mode not take into accountVincent Abriou1-1/+1
2016-02-26drm/sti: reset HD DACS when HDA connector is createdVincent Abriou1-0/+3
2016-02-26drm/sti: fix dvo data_enable signalBich Hemon1-16/+35
2016-02-26drm/sti: adjust delay for DVOBich Hemon1-1/+4
2016-02-26drm/sti: add missing encoder cleanup for DVO connectorVincent Abriou1-0/+4
2016-02-26drm/sti: fix panel detection for DVO connectorVincent Abriou1-3/+5
2016-02-26drm/sti: do not clip RGB/YUV component value at connector sideVincent Abriou1-8/+6
2016-02-26drm/sti: adapt YUV colorspace in display pipelineBich Hemon2-28/+64
2016-02-26drm/sti: implement atomic_check for the planesVincent Abriou3-168/+270
2016-02-26drm/sti: force cursor CLUT fetchFabien Dessenne1-7/+4
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: clarify the skip frame/field messageFabien Dessenne1-2/+2
2016-02-26drm/sti: awg_utils code cleanupBich Hemon1-21/+12
2016-02-26drm/sti: update VTG timing programmingVincent Abriou3-88/+173
2016-02-26drm/sti: set DRIVER_ATOMIC for stibenjamin.gaignard@linaro.org1-1/+1
2016-02-26drm/sti: fix cursor coordinatesbenjamin.gaignard@linaro.org1-1/+1
2016-02-26drm/sti: set CRTC modesetting parametersbenjamin.gaignard@linaro.org1-0/+1
2016-02-26drm/sti: fix potential crash in gdpbenjamin.gaignard@linaro.org1-6/+7
2016-02-16drm/sti: removed optional dummy encoder mode_fixup function.Carlos Palminha1-10/+0
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-1/+1
2016-01-15drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard1-0/+1
2015-12-11drm/sti: Drop bogus drm_mode_sort() callVille Syrjälä1-2/+0
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-3/+4
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä3-3/+3
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä1-1/+1
2015-11-03drm/sti: load HQVDP firmware the first time HQVDP's plane is usedVincent Abriou2-153/+150
2015-11-03drm/sti: fix typo issue in sti_mode_config_initVincent Abriou1-2/+2