aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-03Merge branch 'generic-zpos-v8' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-nextDave Airlie6-68/+38
2016-07-29drm: sti: use generic zpos for planeBenjamin Gaignard6-68/+38
2016-07-26drm/sti: use new Reset APILee Jones1-2/+2
2016-07-15Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie4-0/+5
2016-07-12gpu: drm: sti_vtg: add missing of_node_put after calling of_parse_phandlePeter Chen1-0/+1
2016-07-12gpu: drm: sti_hqvdp: add missing of_node_put after calling of_parse_phandlePeter Chen1-0/+1
2016-07-12gpu: drm: sti_vdo: add missing of_node_put after calling of_parse_phandlePeter Chen1-0/+1
2016-07-12gpu: drm: sti_compositor: add missing of_node_put after calling of_parse_phandlePeter Chen1-0/+2
2016-07-05Merge tag 'asoc-hdmi-codec-pdata' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into drm-nextDave Airlie1-3/+4
2016-07-01drm: sti: Add ASoC generic hdmi codec support.Arnaud Pouliquen3-17/+291
2016-06-27drm/sti: adjust delay for AWGBich Hemon2-2/+4
2016-06-27drm: sti: fix clocking issues in crtcBenjamin Gaignard1-30/+29
2016-06-27drm/sti: Use 64-bit timestampsTina Ruchandani2-14/+4
2016-06-21drm: sti: rework init sequenceBenjamin Gaignard5-74/+100
2016-06-21drm: sti: use late_register and early_unregister callbacksBenjamin Gaignard16-69/+198
2016-06-17drm/sti: Don't call drm_helper_disable_unused_functionsDaniel Vetter1-1/+0
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter1-1/+1
2016-06-09drm: sti: Rely on the default ->best_encoder() behaviorBoris Brezillon3-30/+0
2016-06-01drm/sti: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-06-01drm: sti: remove useless call to dev->struct_mutexBenjamin Gaignard10-76/+0
2016-06-01drm/sti: remove extra mode fixupTomi Valkeinen1-10/+0
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-2/+2
2016-05-11drm/sti: include linux/seq_file.h where neededArnd Bergmann7-0/+8
2016-05-02drm/sti: Rename async to nonblock.Maarten Lankhorst1-3/+3
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