[git pull] drm fixes for 5.1-rc7

From: Dave Airlie
Date: Thu Apr 25 2019 - 20:46:45 EST


Hi Linus,

Regular drm fixes pull, nothing too outstanding, I'm guessing Easter
was slowing people down.

i915:
- FEC enable fix
- BXT display lanes fix

ttm:
- fix reinit for reloading drivers regression

imx:
- DP CSC fix

sun4i:
- module unload/load fix

vc4:
- memory leak fix
- compile fix

dw-hdmi:
- rockchip scdc overflow fix

sched:
- docs fix

vmwgfx:
- dma api layering fix.

Dave.

drm-fixes-2019-04-26:
drm: i915, sched, sun4i, vmwgfx, vc4, imx, dw-hdmi fixes
The following changes since commit a0cecc23cfcbf2626497a8c8770856dd56b67917:

Revert "drm/virtio: drop prime import/export callbacks" (2019-04-24
10:52:52 +1000)

are available in the Git repository at:

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-04-26

for you to fetch changes up to 6db71bea59f964d241bdcf1e73e47aebb7427888:

Merge tag 'imx-drm-fixes-2019-04-25' of
git://git.pengutronix.de/pza/linux into drm-fixes (2019-04-26 10:33:33
+1000)

----------------------------------------------------------------
drm: i915, sched, sun4i, vmwgfx, vc4, imx, dw-hdmi fixes

----------------------------------------------------------------
Christian KÃnig (1):
drm/ttm: fix re-init of global structures

Dave Airlie (5):
Merge tag 'drm-intel-fixes-2019-04-24' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Merge branch 'drm-fixes-5.1' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
Merge tag 'drm-misc-fixes-2019-04-25' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Merge branch 'vmwgfx-fixes-5.1' of
git://people.freedesktop.org/~thomash/linux into drm-fixes
Merge tag 'imx-drm-fixes-2019-04-25' of
git://git.pengutronix.de/pza/linux into drm-fixes

Jonas Karlman (2):
drm: bridge: dw-hdmi: Fix overflow workaround for Rockchip SoCs
drm/bridge: dw-hdmi: fix SCDC configuration for ddc-i2c-bus

Jonathan NeuschÃfer (1):
drm/sched: Fix description of drm_sched_stop

Lucas Stach (2):
gpu: ipu-v3: dp: fix CSC handling
drm/imx: don't skip DP channel disable for background plane

Maarten Lankhorst (2):
drm/vc4: Fix memory leak during gpu reset.
drm/vc4: Fix compilation error reported by kbuild test bot

Paul Kocialkowski (4):
drm/sun4i: Add missing drm_atomic_helper_shutdown at driver unbind
drm/sun4i: Set device driver data at bind time for use in unbind
drm/sun4i: Fix component unbinding and component master deletion
drm/sun4i: Unbind components before releasing DRM and memory

Thomas Hellstrom (1):
drm/vmwgfx: Fix dma API layer violation

Ville SyrjÃlà (2):
drm/i915: Do not enable FEC without DSC
drm/i915: Restore correct bxt_ddi_phy_calc_lane_lat_optim_mask()
calculation

drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 16 +++++++++++----
drivers/gpu/drm/i915/intel_ddi.c | 6 ++++--
drivers/gpu/drm/i915/intel_dp.c | 6 +++---
drivers/gpu/drm/imx/ipuv3-crtc.c | 2 +-
drivers/gpu/drm/scheduler/sched_main.c | 3 +--
drivers/gpu/drm/sun4i/sun4i_drv.c | 9 +++++++++
drivers/gpu/drm/ttm/ttm_bo.c | 10 +++++-----
drivers/gpu/drm/ttm/ttm_memory.c | 5 +++--
drivers/gpu/drm/vc4/vc4_crtc.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 33 +++++--------------------------
drivers/gpu/ipu-v3/ipu-dp.c | 12 ++++++++---
include/drm/ttm/ttm_bo_driver.h | 1 -
12 files changed, 53 insertions(+), 52 deletions(-)