summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sti
AgeCommit message (Expand)Author
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart
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-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart
2016-11-11Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula
2016-10-26drm: Don't force all planes to be added to the state due to zposVille Syrjälä
2016-10-25drm: convert DT component matching to component_match_add_release()Russell King
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson
2016-09-28Merge branch 'sti-drm-next-2016-09-20' of https://github.com/vinceab/linux in...Dave Airlie
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen
2016-09-20drm/sti: remove stih415-416 platform supportVincent Abriou
2016-09-20drm/sti: fix compositor debugfs creationVincent Abriou
2016-09-20drm/sti: use valid video modeFabien Dessenne
2016-09-20drm/sti: in crtc_atomic_flush, enable only planes of this crtcFabien Dessenne
2016-09-20drm/sti: use vtg array instead of vtg_main/auxFabien Dessenne
2016-09-20drm/sti: use different notifier_block for each pipeFabien 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: run hqvdp init sequence only onceFabien Dessenne
2016-09-20drm/sti: fix debug logsFabien Dessenne
2016-09-20drm/sti: dpms function missing for HDMI connectorVincent Abriou
2016-09-20drm/sti: Fix sparse warningsVille Syrjälä
2016-09-20drm: sti: fix coccicheck warningsBenjamin Gaignard
2016-09-20drm: sti: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying
2016-08-16drm: drop DRIVER_HAVE_IRQ flag for some driversShawn Guo
2016-08-03Merge branch 'generic-zpos-v8' of http://git.linaro.org/people/benjamin.gaign...Dave Airlie
2016-07-29drm: sti: use generic zpos for planeBenjamin Gaignard
2016-07-26drm/sti: use new Reset APILee Jones
2016-07-15Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-07-12gpu: drm: sti_vtg: add missing of_node_put after calling of_parse_phandlePeter Chen
2016-07-12gpu: drm: sti_hqvdp: add missing of_node_put after calling of_parse_phandlePeter Chen
2016-07-12gpu: drm: sti_vdo: add missing of_node_put after calling of_parse_phandlePeter Chen
2016-07-12gpu: drm: sti_compositor: add missing of_node_put after calling of_parse_phandlePeter Chen
2016-07-05Merge tag 'asoc-hdmi-codec-pdata' of git://git.kernel.org/pub/scm/linux/kerne...Dave Airlie
2016-07-01drm: sti: Add ASoC generic hdmi codec support.Arnaud Pouliquen
2016-06-27drm/sti: adjust delay for AWGBich Hemon
2016-06-27drm: sti: fix clocking issues in crtcBenjamin Gaignard
2016-06-27drm/sti: Use 64-bit timestampsTina Ruchandani
2016-06-21drm: sti: rework init sequenceBenjamin Gaignard
2016-06-21drm: sti: use late_register and early_unregister callbacksBenjamin Gaignard
2016-06-17drm/sti: Don't call drm_helper_disable_unused_functionsDaniel Vetter
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter
2016-06-09drm: sti: Rely on the default ->best_encoder() behaviorBoris Brezillon
2016-06-01drm/sti: Use lockless gem BO free callbackDaniel Vetter
2016-06-01drm: sti: remove useless call to dev->struct_mutexBenjamin Gaignard
2016-06-01drm/sti: remove extra mode fixupTomi Valkeinen
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann