All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vincent ABRIOU <vincent.abriou@st.com>
To: "dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"airlied@linux.ie" <airlied@linux.ie>
Cc: Vincent ABRIOU <vincent.abriou@st.com>,
	Fabien DESSENNE <fabien.dessenne@st.com>,
	Benjamin Gaignard <benjamin.gaignard@linaro.org>
Subject: [git pull] drm/sti: drm-next 2016-02-26
Date: Thu, 3 Mar 2016 10:47:49 +0100	[thread overview]
Message-ID: <56D80845.8060905@st.com> (raw)

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@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(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

                 reply	other threads:[~2016-03-03  9:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56D80845.8060905@st.com \
    --to=vincent.abriou@st.com \
    --cc=airlied@linux.ie \
    --cc=benjamin.gaignard@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=fabien.dessenne@st.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.