From: Alex Deucher <alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: Alex Deucher <alexander.deucher-5C7GfCeVMHo@public.gmane.org>
Subject: [pull] radeon and amdgpu drm-next-4.12
Date: Fri, 7 Apr 2017 15:45:25 -0400 [thread overview]
Message-ID: <1491594325-2762-1-git-send-email-alexander.deucher@amd.com> (raw)
Hi Dave,
Just some bug fixes and vega10 updates for 4.12.
The following changes since commit 0168778115687486575a6831df865dbc4f5369fe:
Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux into drm-next (2017-04-07 05:49:12 +1000)
are available in the git repository at:
git://people.freedesktop.org/~agd5f/linux drm-next-4.12
for you to fetch changes up to 32df87dff04833bbf53f1750f6c6048192ed29bf:
drm/amdgpu: fix fence memory leak in wait_all_fence V2 (2017-04-07 15:15:45 -0400)
----------------------------------------------------------------
Alex Deucher (1):
drm/radeon: fix typo in bandwidth calculation
Christian König (1):
drm/amdgpu: fix "fix 64bit division"
Christopher James Halse Rogers (5):
drm/radeon: Fail fb creation from imported dma-bufs.
drm/amdgpu: Fail fb creation from imported dma-bufs. (v2)
drm/amdgpu: Refuse to pin or change acceptable domains of prime BOs to VRAM. (v2)
drm/radeon: Maintain prime import/export refcount for BOs
drm/radeon: Refuse to migrate a prime BO to VRAM. (v2)
Chunming Zhou (1):
drm/amdgpu: fix fence memory leak in wait_all_fence V2
Junwei Zhang (1):
drm/amdgpu: set vm size and block size by individual gmc by default (v3)
Mario Kleiner (2):
drm/amdgpu: Make display watermark calculations more accurate
drm/amdgpu: Avoid overflows/divide-by-zero in latency_watermark calculations.
Rex Zhu (2):
drm/amd/powerplay: port newest process pptable code for vega10.
drm/amd/powerplay: add fan controller table v11 support.
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 31 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 6 +
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 5 +
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 4 +
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 38 +++
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 1 +
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 29 +-
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 29 +-
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 29 +-
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 29 +-
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 6 +-
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 6 +-
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 6 +-
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 16 +-
.../gpu/drm/amd/powerplay/hwmgr/vega10_pptable.h | 50 ++++
.../amd/powerplay/hwmgr/vega10_processpptables.c | 324 +++++++++++++++------
.../amd/powerplay/hwmgr/vega10_processpptables.h | 28 ++
drivers/gpu/drm/radeon/r100.c | 2 +-
drivers/gpu/drm/radeon/radeon.h | 1 +
drivers/gpu/drm/radeon/radeon_cs.c | 10 +
drivers/gpu/drm/radeon/radeon_display.c | 6 +
drivers/gpu/drm/radeon/radeon_gem.c | 4 +
drivers/gpu/drm/radeon/radeon_object.c | 5 +
drivers/gpu/drm/radeon/radeon_prime.c | 6 +
27 files changed, 455 insertions(+), 220 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
next reply other threads:[~2017-04-07 19:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-07 19:45 Alex Deucher [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-05-10 22:10 [pull] radeon and amdgpu drm-next-4.12 Alex Deucher
2017-04-28 21:54 Alex Deucher
[not found] ` <1493416476-2570-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2017-04-29 2:40 ` Michel Dänzer
2017-03-30 22:01 Alex Deucher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1491594325-2762-1-git-send-email-alexander.deucher@amd.com \
--to=alexdeucher-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=alexander.deucher-5C7GfCeVMHo@public.gmane.org \
--cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox