From: Oded Gabbay <oded.gabbay@amd.com>
To: dri-devel@lists.freedesktop.org, alexdeucher@gmail.com
Subject: [PATCH 0/9] drm/amdkfd: initial support for VI APU
Date: Thu, 8 Jan 2015 18:15:27 +0200 [thread overview]
Message-ID: <1420733736-13938-1-git-send-email-oded.gabbay@amd.com> (raw)
This patch-set starts to prepare amdkfd so it could support VI APU.
1. As newer H/W will be handled by amdgpu, we need to eliminate amdkfd's
include of radeon header files.
2. MQDs are different between CI and VI, so we need to split the MQD manager
module to CI-specific and VI-specific.
3. Some new fields and enums need to be added to different structures.
Note: there is no change in the IOCTLs.
Oded
Ben Goz (5):
drm/amd: Put cik structures in a common place
drm/amdkfd: Add new VI-specific queue properties
drm/amdkfd: Make KFD_MQD_TYPE enum types H/W agnostic
drm/amdkfd: Add asic property to kfd_device_info
drm/amdkfd: Change MQD manager to be H/W specific
Oded Gabbay (4):
drm/radeon: Don't use relative paths in #include
drm/radeon: Use new cik_structs.h file
drm/amdkfd: Don't include header files from radeon
MAINTAINERS: Update amdkfd files
MAINTAINERS | 2 +
drivers/gpu/drm/amd/amdkfd/Makefile | 1 +
drivers/gpu/drm/amd/amdkfd/cik_regs.h | 13 +
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 31 +-
drivers/gpu/drm/amd/amdkfd/kfd_device.c | 10 +-
.../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 15 +-
drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c | 435 +-------------------
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c | 454 +++++++++++++++++++++
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c | 33 ++
drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 23 +-
drivers/gpu/drm/amd/include/cik_structs.h | 293 +++++++++++++
drivers/gpu/drm/radeon/Makefile | 2 +-
drivers/gpu/drm/radeon/cik_reg.h | 264 ------------
drivers/gpu/drm/radeon/radeon_kfd.c | 1 +
drivers/gpu/drm/radeon/radeon_kfd.h | 2 +-
16 files changed, 871 insertions(+), 710 deletions(-)
create mode 100644 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c
create mode 100644 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c
create mode 100644 drivers/gpu/drm/amd/include/cik_structs.h
--
1.9.1
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2015-01-08 16:15 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-08 16:15 Oded Gabbay [this message]
2015-01-08 16:15 ` [PATCH 1/9] drm/radeon: Don't use relative paths in #include Oded Gabbay
2015-01-08 16:15 ` [PATCH 2/9] drm/amd: Put cik structures in a common place Oded Gabbay
2015-01-08 16:15 ` [PATCH 3/9] drm/radeon: Use new cik_structs.h file Oded Gabbay
2015-01-08 16:15 ` [PATCH 4/9] drm/amdkfd: Don't include header files from radeon Oded Gabbay
2015-01-08 16:15 ` [PATCH 5/9] drm/amdkfd: Add new VI-specific queue properties Oded Gabbay
2015-01-08 16:15 ` [PATCH 6/9] drm/amdkfd: Make KFD_MQD_TYPE enum types H/W agnostic Oded Gabbay
2015-01-08 16:15 ` [PATCH 7/9] drm/amdkfd: Add asic property to kfd_device_info Oded Gabbay
2015-01-08 16:15 ` [PATCH 8/9] drm/amdkfd: Change MQD manager to be H/W specific Oded Gabbay
2015-01-08 16:15 ` [PATCH 9/9] MAINTAINERS: Update amdkfd files Oded Gabbay
2015-01-12 21:46 ` [PATCH 0/9] drm/amdkfd: initial support for VI APU 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=1420733736-13938-1-git-send-email-oded.gabbay@amd.com \
--to=oded.gabbay@amd.com \
--cc=alexdeucher@gmail.com \
--cc=dri-devel@lists.freedesktop.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