aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-23Merge tag 'sti-drm-next-2017-01-06' of https://github.com/vinceab/linux into drm-nextDave Airlie9-350/+154
2017-01-06drm/sti: sti_vtg: Handle return NULL error from devm_ioremap_nocacheArvind Yadav1-0/+4
2017-01-06drm/sti: remove deprecated sti_vtac.c fileVincent Abriou4-226/+0
2017-01-06drm/sti: create fbdev at bindingVincent Abriou1-13/+14
2017-01-06drm/sti: update fps debugfs entriesVincent Abriou2-5/+14
2017-01-06drm/sti: do not post HQVDP command if no updateFabien DESSENNE1-0/+15
2017-01-06drm/sti: load XP70 firmware only onceFabien DESSENNE1-2/+6
2017-01-06drm/sti: allow audio playback on HDMI even if disabled.Arnaud Pouliquen1-104/+101
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart3-6/+3
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä2-5/+5
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä1-1/+1
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart1-7/+0
2016-11-11Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+0
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-1/+21
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-10-26drm: Don't force all planes to be added to the state due to zposVille Syrjälä1-1/+21
2016-10-25drm: convert DT component matching to component_match_add_release()Russell King1-2/+3
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson1-1/+2
2016-09-28Merge branch 'sti-drm-next-2016-09-20' of https://github.com/vinceab/linux into drm-nextDave Airlie19-561/+99
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen1-2/+2
2016-09-20drm/sti: remove stih415-416 platform supportVincent Abriou9-480/+14
2016-09-20drm/sti: fix compositor debugfs creationVincent Abriou3-16/+12
2016-09-20drm/sti: use valid video modeFabien Dessenne3-10/+10
2016-09-20drm/sti: in crtc_atomic_flush, enable only planes of this crtcFabien Dessenne1-0/+4
2016-09-20drm/sti: use vtg array instead of vtg_main/auxFabien Dessenne4-15/+10
2016-09-20drm/sti: use different notifier_block for each pipeFabien Dessenne3-7/+9
2016-09-20drm/sti: fix atomic_disable checkFabien Dessenne3-9/+9
2016-09-20drm/sti: run gdp init sequence only onceFabien Dessenne1-2/+2
2016-09-20drm/sti: run hqvdp init sequence only onceFabien Dessenne1-2/+2
2016-09-20drm/sti: fix debug logsFabien Dessenne3-4/+4
2016-09-20drm/sti: dpms function missing for HDMI connectorVincent Abriou1-0/+1
2016-09-20drm/sti: Fix sparse warningsVille Syrjälä10-13/+19
2016-09-20drm: sti: fix coccicheck warningsBenjamin Gaignard1-4/+4
2016-09-20drm: sti: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart1-3/+3
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying1-1/+1
2016-08-16drm: drop DRIVER_HAVE_IRQ flag for some driversShawn Guo1-1/+1
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