[git pull] drm fixes

Dave Airlie airlied at linux.ie
Thu Oct 15 21:02:42 PDT 2015


Hi Linus,

two MAINTAINERS entries that I didn't see the point in delaying.
one drm mst fix to stop sending uninitialised data to monitors
two amdgpu fixes
one radeon mst tiling fix
one vmwgfx regression fix
one virtio warning fix.

Nothing two crazy or exciting.

I have found one locking problem that needs a bit of reorg to fix,
but I'm not sure it's worth putting in -fixes as I don't think we've
seen it hit in the real world ever, I just found it using the virtio-gpu
driver when working on it. I'll possibly send it next week once I've
time to discuss with Daniel.

Dave.

The following changes since commit 5b5f1455272e23f4e7889cec37228802d8d01adf:

  Merge tag 'nfsd-4.3-2' of git://linux-nfs.org/~bfields/linux (2015-10-13 11:31:03 -0700)

are available in the git repository at:

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

for you to fetch changes up to d549f545e690c3cbdeb33df3579eae3230eb8904:

  drm/virtio: use %llu format string form atomic64_t (2015-10-16 11:36:36 +1000)

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: adjust default dispclk (v2)

Arnd Bergmann (1):
      drm/virtio: use %llu format string form atomic64_t

Boris BREZILLON (1):
      MAINTAINERS: add a maintainer for the atmel-hlcdc DRM driver

Dave Airlie (4):
      drm/radeon: attach tile property to mst connector
      drm/dp/mst: make mst i2c transfer code more robust.
      Merge tag 'vmwgfx-fixes-4.3-151014' of git://people.freedesktop.org/~thomash/linux into drm-fixes
      Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux into drm-fixes

Michel Dänzer (1):
      drm/amdgpu: Keep the pflip interrupts always enabled v7

Patrik Jakobsson (1):
      MAINTAINERS: Add myself as maintainer for the gma500 driver

Thomas Hellstrom (1):
      drm/vmwgfx: Fix kernel NULL pointer dereference on older hardware

 MAINTAINERS                                  | 15 ++++++++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c |  8 ++++++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c  |  2 --
 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c       | 30 ++++++++++++++++++++++++++--
 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c       | 30 ++++++++++++++++++++++++++--
 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c        | 30 ++++++++++++++++++++++++++--
 drivers/gpu/drm/drm_dp_mst_topology.c        |  3 ++-
 drivers/gpu/drm/radeon/radeon_dp_mst.c       |  1 +
 drivers/gpu/drm/virtio/virtgpu_debugfs.c     |  4 ++--
 drivers/gpu/drm/virtio/virtgpu_fence.c       |  2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c      |  3 ++-
 include/drm/drm_dp_mst_helper.h              |  3 ++-
 12 files changed, 115 insertions(+), 16 deletions(-)


More information about the dri-devel mailing list