dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Deferr load of radeon/amdgpu until amdkfd is loaded
@ 2016-02-14  9:16 Oded Gabbay
  2016-02-14  9:16 ` [PATCH 1/3] drm/amdkfd: Track when module's init is complete Oded Gabbay
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Oded Gabbay @ 2016-02-14  9:16 UTC (permalink / raw)
  To: dri-devel; +Cc: daniel.vetter

Following Daniel's request, I spent some time removing the hard requirement 
that radeon and amdgpu will always appear _after_ amdkfd in the drm Makefile.

This was done by modifing radeon/amdgpu to defer their loading if they detect 
that amdkfd is not loaded yet, in case the drivers are built inside the 
kernel image. 

See the patch's individiual commit messages for more explanation.

This patch-set was tested on a KAVERI machine, with multiple configurations:

1. radeon + amdgpu (CIK disabled) + amdkfd as kernel modules
2. radeon + amdgpu (CIK disabled) + amdkfd inside the kernel image
3. amdgpu (CIK enabled) + amdkfd inside the kernel image (radeon not compiled)
4. amdgpu (CIK enabled) inside the kernel image (radeon + amdkfd not compiled)
5. radeon + amdgpu (CIK disabled) as kernel modules (amdkfd not compiled)

Thanks,

    Oded

Oded Gabbay (3):
  drm/amdkfd: Track when module's init is complete
  drm/radeon: Return -EPROBE_DEFER when amdkfd not loaded
  drm/amdgpu: Return -EPROBE_DEFER when amdkfd not loaded

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c      | 57 +++++++++----------------
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h      |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c         | 10 ++++-
 drivers/gpu/drm/amd/amdkfd/kfd_module.c         | 15 +++++--
 drivers/gpu/drm/amd/include/kgd_kfd_interface.h |  2 +-
 drivers/gpu/drm/radeon/radeon_drv.c             | 10 ++++-
 drivers/gpu/drm/radeon/radeon_kfd.c             | 25 ++++++-----
 drivers/gpu/drm/radeon/radeon_kfd.h             |  2 +-
 8 files changed, 64 insertions(+), 59 deletions(-)

-- 
2.5.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-02-23  6:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-14  9:16 [PATCH 0/3] Deferr load of radeon/amdgpu until amdkfd is loaded Oded Gabbay
2016-02-14  9:16 ` [PATCH 1/3] drm/amdkfd: Track when module's init is complete Oded Gabbay
2016-02-14  9:16 ` [PATCH 2/3] drm/radeon: Return -EPROBE_DEFER when amdkfd not loaded Oded Gabbay
2016-02-14  9:16 ` [PATCH 3/3] drm/amdgpu: " Oded Gabbay
2016-02-14 12:58 ` [PATCH 0/3] Deferr load of radeon/amdgpu until amdkfd is loaded Daniel Vetter
2016-02-15 11:04   ` Oded Gabbay
2016-02-23  3:08     ` Xinliang Liu
2016-02-23  3:10     ` Xinliang Liu
2016-02-23  6:51       ` Oded Gabbay
2016-02-23  6:57         ` Xinliang Liu
2016-02-17 21:00 ` Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox