[PULL] sti-drm-next-2016-09-20
Vincent ABRIOU
vincent.abriou at st.com
Tue Sep 20 13:38:33 UTC 2016
Hi Dave,
Here are some patches for drm-next.
It contains:
- minor fixes for typo and warning.
- sparse and coccicheck warning fixes
- bunch of patches fixing issues found while testing drm/sti with an
atomic version of weston
- the removal of the support of stih415-416 sti platform
Regards,
Vincent
The following changes since commit d27cd40addc06d34236bf818abcbe76f3527a69d:
drm: sti: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
(2016-09-20 11:32:04 +0200)
are available in the git repository at:
https://github.com/vinceab/linux.git sti-drm-next-2016-09-20
for you to fetch changes up to b4bba92dfbe23ccc4f1f6c93db88c39c10aa075a:
drm/sti: remove stih415-416 platform support (2016-09-20 15:03:33 +0200)
----------------------------------------------------------------
Benjamin Gaignard (1):
drm: sti: fix coccicheck warnings
Fabien Dessenne (8):
drm/sti: fix debug logs
drm/sti: run hqvdp init sequence only once
drm/sti: run gdp init sequence only once
drm/sti: fix atomic_disable check
drm/sti: use different notifier_block for each pipe
drm/sti: use vtg array instead of vtg_main/aux
drm/sti: in crtc_atomic_flush, enable only planes of this crtc
drm/sti: use valid video mode
Ville Syrjälä (1):
drm/sti: Fix sparse warnings
Vincent Abriou (3):
drm/sti: dpms function missing for HDMI connector
drm/sti: fix compositor debugfs creation
drm/sti: remove stih415-416 platform support
drivers/gpu/drm/sti/Kconfig | 6 +-
drivers/gpu/drm/sti/Makefile | 1 -
drivers/gpu/drm/sti/sti_compositor.c | 51 ++---
drivers/gpu/drm/sti/sti_compositor.h | 14 +-
drivers/gpu/drm/sti/sti_crtc.c | 26 +--
drivers/gpu/drm/sti/sti_cursor.c | 8 +-
drivers/gpu/drm/sti/sti_drv.c | 2 +-
drivers/gpu/drm/sti/sti_dvo.c | 3 +-
drivers/gpu/drm/sti/sti_gdp.c | 29 ++-
drivers/gpu/drm/sti/sti_hda.c | 39 +---
drivers/gpu/drm/sti/sti_hdmi.c | 31 +--
drivers/gpu/drm/sti/sti_hdmi_tx3g0c55phy.c | 336
-----------------------------
drivers/gpu/drm/sti/sti_hdmi_tx3g0c55phy.h | 14 --
drivers/gpu/drm/sti/sti_hqvdp.c | 25 +--
drivers/gpu/drm/sti/sti_mixer.c | 19 --
drivers/gpu/drm/sti/sti_tvout.c | 41 +---
drivers/gpu/drm/sti/sti_vid.c | 4 +-
drivers/gpu/drm/sti/sti_vtac.c | 2 +
drivers/gpu/drm/sti/sti_vtg.c | 3 +-
19 files changed, 96 insertions(+), 558 deletions(-)
delete mode 100644 drivers/gpu/drm/sti/sti_hdmi_tx3g0c55phy.c
delete mode 100644 drivers/gpu/drm/sti/sti_hdmi_tx3g0c55phy.h
More information about the dri-devel
mailing list