[pull] radeon and amdgpu drm-fixes-4.3

Alex Deucher alexdeucher at gmail.com
Thu Oct 8 10:45:17 PDT 2015


Hi Dave,

radeon and amdgpu fixes for 4.3. Highlights:
- Move pm sysfs setup later in the driver init process to avoid
  problems with laptop scripts attempting to change pm settings
  before the driver has finished setting up the pm hardware.
- Fix console restore if a drm app (e.g. X) is forcibly killed
- Flag iceland support as experimental for now
- Misc bug fixes

The following changes since commit ccf03d6995fa4b784f5b987726ba98f4859bf326:

  drm/dp/mst: add some defines for logical/physical ports (2015-10-02 15:34:42 +1000)

are available in the git repository at:

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

for you to fetch changes up to 7a574557e62dc3d2d7ed55fa0b99e7d5bb403878:

  drm/amdgpu: fix memory leak in amdgpu_vm_update_page_directory (2015-10-08 12:18:23 -0400)

----------------------------------------------------------------
Alex Deucher (8):
      drm/radeon: add pm sysfs files late
      drm/amdgpu: add pm sysfs files late
      drm/radeon: add quirk for ASUS R7 370
      drm/radeon: restore the fbdev mode in lastclose
      drm/amdgpu: restore the fbdev mode in lastclose
      drm/amdgpu: fix num_crtc on CZ
      drm/amdgpu: check before checking pci bridge registers
      drm/amdgpu: flag iceland as experimental

Arnd Bergmann (1):
      drm/amdgpu: fix 32-bit compiler warning

Sudip Mukherjee (1):
      drm/amdgpu: fix memory leak in amdgpu_vm_update_page_directory

 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c   |  6 +--
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c  | 10 ++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c   | 16 ++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c  |  5 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c   |  4 +-
 drivers/gpu/drm/amd/amdgpu/ci_dpm.c      |  8 ++--
 drivers/gpu/drm/amd/amdgpu/cik.c         |  3 ++
 drivers/gpu/drm/amd/amdgpu/cz_dpm.c      | 10 +++--
 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c   |  2 +-
 drivers/gpu/drm/amd/amdgpu/kv_dpm.c      |  9 +++--
 drivers/gpu/drm/amd/amdgpu/vi.c          |  3 ++
 drivers/gpu/drm/radeon/radeon_display.c  | 14 +------
 drivers/gpu/drm/radeon/radeon_fb.c       | 16 ++++++++
 drivers/gpu/drm/radeon/radeon_kms.c      |  5 ++-
 drivers/gpu/drm/radeon/radeon_mode.h     |  1 +
 drivers/gpu/drm/radeon/radeon_pm.c       | 63 +++++++++++++++++++-------------
 drivers/gpu/drm/radeon/si_dpm.c          |  1 +
 18 files changed, 118 insertions(+), 59 deletions(-)


More information about the dri-devel mailing list