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,
daniel.vetter-/w4YWyX8dFk@public.gmane.org
Cc: Alex Deucher <alexander.deucher-5C7GfCeVMHo@public.gmane.org>
Subject: [pull] amdgpu drm-fixes-5.4
Date: Wed, 23 Oct 2019 23:18:09 -0400 [thread overview]
Message-ID: <20191024031809.3155-1-alexander.deucher@amd.com> (raw)
Hi Dave, Daniel,
Fixes for 5.4 for amdgpu.
The following changes since commit 5c1e34b5159ec65bf33e2c1a62fa7158132c10cf:
Merge tag 'drm-misc-fixes-2019-10-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2019-10-18 06:40:28 +1000)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.4-2019-10-23
for you to fetch changes up to ee027828c40faa92a7ef4c2b0641bbb3f4be95d3:
drm/amdgpu/vce: fix allocation size in enc ring test (2019-10-17 17:12:34 -0400)
----------------------------------------------------------------
drm-fixes-5.4-2019-10-23:
amdgpu:
- Fix suspend/resume issue related to multi-media engines
- Fix memory leak in user ptr code related to hmm conversion
- Fix possible VM faults when allocating page table memory
- Fix error handling in bo list ioctl
----------------------------------------------------------------
Alex Deucher (4):
drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)
drm/amdgpu/uvd7: fix allocation size in enc ring test (v2)
drm/amdgpu/vcn: fix allocation size in enc ring test
drm/amdgpu/vce: fix allocation size in enc ring test
Christian König (2):
drm/amdgpu: fix potential VM faults
drm/amdgpu: fix error handling in amdgpu_bo_list_create
Philip Yang (1):
drm/amdgpu: user pages array memory leak fix
drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c | 7 +++++-
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 8 ++-----
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 3 ++-
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 20 ++++++++++++-----
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 35 +++++++++++++++++++----------
drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 31 ++++++++++++++++---------
drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c | 33 ++++++++++++++++++---------
8 files changed, 92 insertions(+), 46 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
WARNING: multiple messages have this Message-ID (diff)
From: Alex Deucher <alexdeucher@gmail.com>
To: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
airlied@gmail.com, daniel.vetter@ffwll.ch
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [pull] amdgpu drm-fixes-5.4
Date: Wed, 23 Oct 2019 23:18:09 -0400 [thread overview]
Message-ID: <20191024031809.3155-1-alexander.deucher@amd.com> (raw)
Message-ID: <20191024031809.nueYte_j1bOJ9KhiH-RXAD2VWl5PiwXq8HtVIYd2p0Y@z> (raw)
Hi Dave, Daniel,
Fixes for 5.4 for amdgpu.
The following changes since commit 5c1e34b5159ec65bf33e2c1a62fa7158132c10cf:
Merge tag 'drm-misc-fixes-2019-10-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2019-10-18 06:40:28 +1000)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.4-2019-10-23
for you to fetch changes up to ee027828c40faa92a7ef4c2b0641bbb3f4be95d3:
drm/amdgpu/vce: fix allocation size in enc ring test (2019-10-17 17:12:34 -0400)
----------------------------------------------------------------
drm-fixes-5.4-2019-10-23:
amdgpu:
- Fix suspend/resume issue related to multi-media engines
- Fix memory leak in user ptr code related to hmm conversion
- Fix possible VM faults when allocating page table memory
- Fix error handling in bo list ioctl
----------------------------------------------------------------
Alex Deucher (4):
drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)
drm/amdgpu/uvd7: fix allocation size in enc ring test (v2)
drm/amdgpu/vcn: fix allocation size in enc ring test
drm/amdgpu/vce: fix allocation size in enc ring test
Christian König (2):
drm/amdgpu: fix potential VM faults
drm/amdgpu: fix error handling in amdgpu_bo_list_create
Philip Yang (1):
drm/amdgpu: user pages array memory leak fix
drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c | 7 +++++-
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 8 ++-----
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 3 ++-
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 20 ++++++++++++-----
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 35 +++++++++++++++++++----------
drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 31 ++++++++++++++++---------
drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c | 33 ++++++++++++++++++---------
8 files changed, 92 insertions(+), 46 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2019-10-24 3:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-24 3:18 Alex Deucher [this message]
2019-10-24 3:18 ` [pull] amdgpu drm-fixes-5.4 Alex Deucher
-- strict thread matches above, loose matches on Subject: below --
2019-11-20 23:51 Alex Deucher
2019-11-14 22:13 Alex Deucher
2019-10-10 3:10 Alex Deucher
2019-10-02 20:49 Alex Deucher
2019-09-25 21:35 Alex Deucher
2019-09-19 15:38 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=20191024031809.3155-1-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=daniel.vetter-/w4YWyX8dFk@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