Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1464904 > unrolled thread

[git pull] drm fixes

Started byDave Airlie <airlied@linux.ie>
First post2016-08-18 05:00 +0200
Last post2016-08-19 03:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [git pull] drm fixes Dave Airlie <airlied@linux.ie> - 2016-08-18 05:00 +0200
    Re: [git pull] drm fixes Daniel Vetter <daniel@ffwll.ch> - 2016-08-19 03:10 +0200

#1464904 — [git pull] drm fixes

FromDave Airlie <airlied@linux.ie>
Date2016-08-18 05:00 +0200
Subject[git pull] drm fixes
Message-ID<s7lIJ-1SQ-3@gated-at.bofh.it>
Hi Linus,

Pretty quiet so far, a few amdgpu/radeon fixup for pcie pm changes,
and a couple of amdgpu fixes, along with some build fixes, and printk fix.

Dave.

The following changes since commit 4b9eaf33d83d91430b7ca45d0ebf8241da489c92:

  Merge branch 'akpm' (patches from Andrew) (2016-08-11 16:58:24 -0700)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-4.8-rc3

for you to fetch changes up to 91d62d9f30206be6f7749a0e6f7fa58c6d70c702:

  Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2016-08-18 12:51:27 +1000)

----------------------------------------------------------------
Alex Deucher (2):
      Revert "drm/amdgpu: work around lack of upstream ACPI support for D3cold"
      Revert "drm/radeon: work around lack of upstream ACPI support for D3cold"

Arnd Bergmann (3):
      drm/mediatek: add COMMON_CLK dependency
      drm/mediatek: add CONFIG_OF dependency
      drm/mediatek: add ARM_SMCCC dependency

Chunming Zhou (1):
      drm/amdgpu: fix vm init error path

Colin Ian King (1):
      drm/amdkfd: print doorbell offset as a hex value

Dave Airlie (4):
      Merge tag 'drm-amdkfd-fixes-2016-08-09' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes
      Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge tag 'mediatek-drm-fixes-2016-08-12' of git://git.pengutronix.de/git/pza/linux into drm-fixes
      Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-fixes

Felix Kuehling (1):
      drm/amdgpu: Change GART offset to 64-bit

Jay Cornwall (1):
      drm/amdgpu: Fix memory trashing if UVD ring test fails

 drivers/gpu/drm/amd/amdgpu/amdgpu.h              | 4 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 9 ---------
 drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c         | 4 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c          | 3 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c           | 5 ++++-
 drivers/gpu/drm/amd/amdkfd/kfd_doorbell.c        | 2 +-
 drivers/gpu/drm/mediatek/Kconfig                 | 3 +++
 drivers/gpu/drm/radeon/radeon_atpx_handler.c     | 9 ---------
 8 files changed, 14 insertions(+), 25 deletions(-)

[toc] | [next] | [standalone]


#1465726

FromDaniel Vetter <daniel@ffwll.ch>
Date2016-08-19 03:10 +0200
Message-ID<s7GtR-7go-85@gated-at.bofh.it>
In reply to#1464904
On Thu, Aug 18, 2016 at 4:58 AM, Dave Airlie <airlied@linux.ie> wrote:
>
> Hi Linus,
>
> Pretty quiet so far, a few amdgpu/radeon fixup for pcie pm changes,
> and a couple of amdgpu fixes, along with some build fixes, and printk fix.

It's missing the intel fixes pile from earlier this week, already
pinged Dave over irc bug I guess was too late in the evening to
respin.
-Daniel

>
> Dave.
>
> The following changes since commit 4b9eaf33d83d91430b7ca45d0ebf8241da489c92:
>
>   Merge branch 'akpm' (patches from Andrew) (2016-08-11 16:58:24 -0700)
>
> are available in the git repository at:
>
>   git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-4.8-rc3
>
> for you to fetch changes up to 91d62d9f30206be6f7749a0e6f7fa58c6d70c702:
>
>   Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2016-08-18 12:51:27 +1000)
>
> ----------------------------------------------------------------
> Alex Deucher (2):
>       Revert "drm/amdgpu: work around lack of upstream ACPI support for D3cold"
>       Revert "drm/radeon: work around lack of upstream ACPI support for D3cold"
>
> Arnd Bergmann (3):
>       drm/mediatek: add COMMON_CLK dependency
>       drm/mediatek: add CONFIG_OF dependency
>       drm/mediatek: add ARM_SMCCC dependency
>
> Chunming Zhou (1):
>       drm/amdgpu: fix vm init error path
>
> Colin Ian King (1):
>       drm/amdkfd: print doorbell offset as a hex value
>
> Dave Airlie (4):
>       Merge tag 'drm-amdkfd-fixes-2016-08-09' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes
>       Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
>       Merge tag 'mediatek-drm-fixes-2016-08-12' of git://git.pengutronix.de/git/pza/linux into drm-fixes
>       Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
>
> Felix Kuehling (1):
>       drm/amdgpu: Change GART offset to 64-bit
>
> Jay Cornwall (1):
>       drm/amdgpu: Fix memory trashing if UVD ring test fails
>
>  drivers/gpu/drm/amd/amdgpu/amdgpu.h              | 4 ++--
>  drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 9 ---------
>  drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c         | 4 ++--
>  drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c          | 3 ++-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c           | 5 ++++-
>  drivers/gpu/drm/amd/amdkfd/kfd_doorbell.c        | 2 +-
>  drivers/gpu/drm/mediatek/Kconfig                 | 3 +++
>  drivers/gpu/drm/radeon/radeon_atpx_handler.c     | 9 ---------
>  8 files changed, 14 insertions(+), 25 deletions(-)
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel



-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web