[git pull] drm/sti: drm-next 2016-02-26
Vincent ABRIOU
vincent.abriou at st.com
Thu Mar 3 09:47:49 UTC 2016
Hello Dave,
Here are sti patches for drm-next.
It brings:
- The support of the atomic_check for the planes and minor fixes for
planes
- The support of the vendor specific infoframe for HDMI and the
support of 2 HDMI properties related to the connector
- The support of the DVO solving panel detection issue and timing issue.
- The support of debugfs for connectors, encoders, crtcs and planes.
The following changes since commit 44ab4042178bd596275927ea050980aa4257581b:
Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu
into drm-next (2016-02-26 13:02:57 +1000)
are available in the git repository at:
http://git.linaro.org/people/benjamin.gaignard/kernel.git
2016-02-26-st-drm-next
for you to fetch changes up to 52807ae90e76b69fd01688d6031190271536d29f:
drm/sti: use u32 to store DMA addresses (2016-03-03 09:17:17 +0100)
Regards,
Vincent
----------------------------------------------------------------
Arnd Bergmann (1):
drm/sti: use u32 to store DMA addresses
Benjamin Gaignard (1):
drm: sti: remove sti_gem_prime_export hack
Bich Hemon (6):
drm/sti: awg_utils code cleanup
drm/sti: GDP planes only support RGB formats
drm/sti: fallback for GDP scaling
drm/sti: adapt YUV colorspace in display pipeline
drm/sti: adjust delay for DVO
drm/sti: fix dvo data_enable signal
Fabien Dessenne (2):
drm/sti: clarify the skip frame/field message
drm/sti: force cursor CLUT fetch
Vincent Abriou (22):
drm/sti: update VTG timing programming
drm/sti: GDP cropping fails when we remove 2 pixels horizontally
drm/sti: implement atomic_check for the planes
drm/sti: do not clip RGB/YUV component value at connector side
drm/sti: fix panel detection for DVO connector
drm/sti: add missing encoder cleanup for DVO connector
drm/sti: reset HD DACS when HDA connector is created
drm/sti: HDMI infoframe transmission mode not take into account
drm/sti: reset infoframe transmission when HDMI is stopped
drm/sti: add HDMI vendor specific infoframe
drm/sti: add colorspace property to the HDMI connector
drm/sti: add hdmi_mode property for HDMI connector
drm/sti: add debugfs entries for HDMI connector
drm/sti: add debugfs entries for DVO connector
drm/sti: add debugfs entries for HDA connector
drm/sti: add debugfs entries for CURSOR plane
drm/sti: add debugfs entries for GDP planes
drm/sti: add debugfs entries for HQVDP plane
drm/sti: add debugfs entries for VID plane
drm/sti: add debugfs entries for MIXER crtc
drm/sti: add debugfs entries for TVOUT encoders
drm/sti: add debugfs fps_show/fps_get mechanism for planes
benjamin.gaignard at linaro.org (4):
drm/sti: fix potential crash in gdp
drm/sti: set CRTC modesetting parameters
drm/sti: fix cursor coordinates
drm/sti: set DRIVER_ATOMIC for sti
drivers/gpu/drm/sti/sti_awg_utils.c | 78 +++---
drivers/gpu/drm/sti/sti_compositor.c | 4 +-
drivers/gpu/drm/sti/sti_crtc.c | 1 +
drivers/gpu/drm/sti/sti_cursor.c | 184 +++++++++++---
drivers/gpu/drm/sti/sti_drv.c | 141 ++++++++++-
drivers/gpu/drm/sti/sti_dvo.c | 78 +++++-
drivers/gpu/drm/sti/sti_gdp.c | 476
++++++++++++++++++++++++++++-------
drivers/gpu/drm/sti/sti_hda.c | 108 +++++++-
drivers/gpu/drm/sti/sti_hdmi.c | 400 +++++++++++++++++++++++++++--
drivers/gpu/drm/sti/sti_hdmi.h | 31 ++-
drivers/gpu/drm/sti/sti_hqvdp.c | 447
++++++++++++++++++++++++++------
drivers/gpu/drm/sti/sti_mixer.c | 146 ++++++++++-
drivers/gpu/drm/sti/sti_mixer.h | 4 +-
drivers/gpu/drm/sti/sti_plane.c | 63 +++++
drivers/gpu/drm/sti/sti_plane.h | 17 ++
drivers/gpu/drm/sti/sti_tvout.c | 295 +++++++++++++++++-----
drivers/gpu/drm/sti/sti_vid.c | 125 ++++++++-
drivers/gpu/drm/sti/sti_vid.h | 4 +-
drivers/gpu/drm/sti/sti_vtg.c | 200 ++++++++++-----
drivers/gpu/drm/sti/sti_vtg.h | 5 +
20 files changed, 2391 insertions(+), 416 deletions(-)
More information about the dri-devel
mailing list