Hi Linus, Just two sets of driver fixes this week to follow up on the set from earlier in the week and hopefully get me realigned schedule wise. amdgpu: ACP fix for boards with multiple I2S instances DP fix for CZ, vega hybrid laptop fixes Resume regression fix nouveau: large memory systems and Pascal fix MST race fixes runtime PM fix. Thanks, Dave. drm-fixes-2018-07-20: nouveau and amdgpu fixes The following changes since commit bf642e3a1996f1ed8f083c5ecd4b51270a9e11bc: Merge tag 'drm-intel-fixes-2018-07-12' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2018-07-16 10:32:28 +1000) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-07-20 for you to fetch changes up to 02e546eacceaaad4494e2ea8fb5014f00f9c4bef: Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixes (2018-07-20 10:27:53 +1000) ---------------------------------------------------------------- nouveau and amdgpu fixes ---------------------------------------------------------------- Alex Deucher (1): drm/amdgpu: add another ATPX quirk for TOPAZ Ben Skeggs (2): drm/nouveau/kms/nv50-: ensure window updates are submitted when flushing mst disables drm/nouveau/fb/gp100-: disable address remapper Dan Carpenter (1): drm/nouveau/gem: off by one bugs in nouveau_gem_pushbuf_reloc_apply() Dave Airlie (2): Merge branch 'drm-fixes-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixes Hersen Wu (1): drm/amd/display: Fix DP HBR2 Eye Diagram Pattern on Carrizo Leo Liu (1): drm/amdgpu: Make sure IB tests flushed after IP resume Lyude Paul (5): drm/nouveau: Use drm_connector_list_iter_* for iterating connectors drm/nouveau: Avoid looping through fake MST connectors drm/nouveau/drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit() drm/nouveau: Remove bogus crtc check in pmops_runtime_idle drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfs Vijendar Mukunda (1): drm/amd/amdgpu: creating two I2S instances for stoney/cz (v2) drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c | 47 +++++++++++++++---- drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 3 ++ drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 8 ++-- drivers/gpu/drm/amd/display/dc/dc.h | 1 + .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 2 + drivers/gpu/drm/nouveau/dispnv04/disp.c | 3 ++ drivers/gpu/drm/nouveau/dispnv50/disp.c | 53 +++++++++++----------- drivers/gpu/drm/nouveau/nouveau_backlight.c | 6 ++- drivers/gpu/drm/nouveau/nouveau_connector.c | 9 +++- drivers/gpu/drm/nouveau/nouveau_connector.h | 36 +++++++++++++-- drivers/gpu/drm/nouveau/nouveau_display.c | 10 +++- drivers/gpu/drm/nouveau/nouveau_drm.c | 18 +++----- drivers/gpu/drm/nouveau/nouveau_gem.c | 4 +- drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c | 3 ++ drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp100.c | 9 ++++ drivers/gpu/drm/nouveau/nvkm/subdev/fb/gp102.c | 1 + drivers/gpu/drm/nouveau/nvkm/subdev/fb/priv.h | 2 + 18 files changed, 152 insertions(+), 64 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel