2015-11-13 00:12:20

by Dave Airlie

[permalink] [raw]
Subject: [git pull] drm next (sti driver only)


Hi Linus,

The sti driver had a requirement on some patches in Greg's tree, they are
in, so I see no problems just merging this one now. But if it's too late
I don't mind either.

Dave.

The following changes since commit a18e2fa5e670a1b84e66522b221c42875b02028a:

Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux (2015-11-12 15:33:11 -0800)

are available in the git repository at:

git://people.freedesktop.org/~airlied/linux drm-next

for you to fetch changes up to f20780f3e8feec0eebcf9fb41e1d90202fffaeff:

Merge branch 'drm-sti-next-2015-11-03' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-next (2015-11-13 10:08:19 +1000)

----------------------------------------------------------------
Archit Taneja (1):
drm/sti: Remove local fbdev emulation Kconfig option

Dave Airlie (1):
Merge branch 'drm-sti-next-2015-11-03' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-next

Rasmus Villemoes (1):
drm/sti: remove redundant sign extensions

Thierry Reding (5):
drm/sti: Select FW_LOADER
drm/sti: Store correct CRTC index in events
drm/sti: Use drm_crtc_vblank_*() API
drm/sti: Build monolithic driver
drm/sti: Do not export symbols

Ville Syrj?l? (1):
drm/sti: Constify function pointer structs

Vincent Abriou (3):
drm/sti: set mixer background color through module param
drm/sti: fix typo issue in sti_mode_config_init
drm/sti: load HQVDP firmware the first time HQVDP's plane is used

Vladimir Zapolskiy (2):
drm/sti: hdmi fix i2c adapter device refcounting
drm/sti: hdmi use of_get_i2c_adapter_by_node interface

drivers/gpu/drm/sti/Kconfig | 8 +-
drivers/gpu/drm/sti/Makefile | 21 ++-
drivers/gpu/drm/sti/sti_awg_utils.c | 4 -
drivers/gpu/drm/sti/sti_compositor.c | 4 +-
drivers/gpu/drm/sti/sti_crtc.c | 45 +++---
drivers/gpu/drm/sti/sti_drv.c | 33 +++-
drivers/gpu/drm/sti/sti_drv.h | 9 ++
drivers/gpu/drm/sti/sti_dvo.c | 7 +-
drivers/gpu/drm/sti/sti_gdp.c | 2 +-
drivers/gpu/drm/sti/sti_hda.c | 7 +-
drivers/gpu/drm/sti/sti_hdmi.c | 69 ++++----
drivers/gpu/drm/sti/sti_hqvdp.c | 306 +++++++++++++++++------------------
drivers/gpu/drm/sti/sti_mixer.c | 14 +-
drivers/gpu/drm/sti/sti_plane.c | 3 -
drivers/gpu/drm/sti/sti_tvout.c | 2 -
drivers/gpu/drm/sti/sti_vtac.c | 2 -
drivers/gpu/drm/sti/sti_vtg.c | 22 +--
drivers/gpu/drm/sti/sti_vtg.h | 4 +-
18 files changed, 283 insertions(+), 279 deletions(-)