mbox

[PULL] sti-drm-next-2017-01-06

Message ID 1483714604-4550-1-git-send-email-vincent.abriou@st.com
State New
Headers show

Pull-request

https://github.com/vinceab/linux.git 1ae0d5af347df224a6e76334683f13a96d915a44

Message

Vincent ABRIOU Jan. 6, 2017, 2:56 p.m. UTC
Hi Dave,

Here is an update of the STI drm driver.
It contains file cleanup and various fixes.

Regard,
Vincent

The following changes since commit 2cf026ae85c42f253feb9f420d1b4bc99bd5503d:

  Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-next (2016-12-13 14:29:05 +1000)

are available in the git repository at:

  https://github.com/vinceab/linux.git 1ae0d5af347df224a6e76334683f13a96d915a44

for you to fetch changes up to 1ae0d5af347df224a6e76334683f13a96d915a44:

  drm/sti: sti_vtg: Handle return NULL error from devm_ioremap_nocache (2017-01-06 15:12:03 +0100)

----------------------------------------------------------------
Arnaud Pouliquen (1):
      drm/sti: allow audio playback on HDMI even if disabled.

Arvind Yadav (1):
      drm/sti: sti_vtg: Handle return NULL error from devm_ioremap_nocache

Fabien DESSENNE (2):
      drm/sti: load XP70 firmware only once
      drm/sti: do not post HQVDP command if no update

Vincent Abriou (3):
      drm/sti: update fps debugfs entries
      drm/sti: create fbdev at binding
      drm/sti: remove deprecated sti_vtac.c file

 drivers/gpu/drm/sti/Makefile    |   1 -
 drivers/gpu/drm/sti/sti_drv.c   |  28 ++---
 drivers/gpu/drm/sti/sti_drv.h   |   1 -
 drivers/gpu/drm/sti/sti_hdmi.c  | 205 ++++++++++++++++++------------------
 drivers/gpu/drm/sti/sti_hqvdp.c |  23 ++++-
 drivers/gpu/drm/sti/sti_plane.c |  17 ++-
 drivers/gpu/drm/sti/sti_plane.h |   2 +-
 drivers/gpu/drm/sti/sti_vtac.c  | 223 ----------------------------------------
 drivers/gpu/drm/sti/sti_vtg.c   |   4 +
 9 files changed, 154 insertions(+), 350 deletions(-)
 delete mode 100644 drivers/gpu/drm/sti/sti_vtac.c

Comments

Dave Airlie Jan. 8, 2017, 11:57 p.m. UTC | #1
On 7 January 2017 at 00:56, Vincent Abriou <vincent.abriou@st.com> wrote:
> Hi Dave,
>
> Here is an update of the STI drm driver.
> It contains file cleanup and various fixes.
>
> Regard,
> Vincent
>
> The following changes since commit 2cf026ae85c42f253feb9f420d1b4bc99bd5503d:
>
>   Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-next (2016-12-13 14:29:05 +1000)
>
> are available in the git repository at:
>
>   https://github.com/vinceab/linux.git 1ae0d5af347df224a6e76334683f13a96d915a44

Hi Vincent,

please use a tag (signed preferable) rather than a straight commit id.

Dave.