mbox

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

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

Pull-request

https://github.com/vinceab/linux.git tags/sti-drm-next-2017-01-06

Message

Vincent ABRIOU Jan. 10, 2017, 10:12 a.m. UTC
Hi Dave,

Here is an update of the STI drm driver.
It contains stih410 cleanup, create fbdev at binding, HQVDP fixes.

Tag is available but not yet signed for the moment. I'm working on it.

Regards,
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 tags/sti-drm-next-2017-01-06

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)

----------------------------------------------------------------
stih410 cleanup, create fbdev at binding, HQVDP fixes.

----------------------------------------------------------------
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