All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] RLC kernel code update for unified RLC function
@ 2018-10-10 11:42 likun Gao
       [not found] ` <1539171776-8157-1-git-send-email-likun.gao-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: likun Gao @ 2018-10-10 11:42 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Likun Gao

From: Likun Gao <Likun.Gao@amd.com>

Hi all,

Code modified about RLC will be operated to improve the resuability of RLC's
code, and this process will operated with two steps:

STEP1(completed):
- Unify RLC's function into the structure amdgpu_rlc_funcs and use structure
  pointer to call RLC functions.
- The modified of the step have completed, and the related code change have
  patched in the following patches.

Please help to review.

STEP2(underway):
- Will modified the code to unify the RLC function for each version of GFX to
  improve the resuability of RLC's function code.

Regards,
Likun

Likun Gao (5):
  drm/amdgpu/rlc: unify rlc function into structure
  drm/amdgpu/rlc: gfx_v6 change the method to call rlc function
  drm/amdgpu/rlc: gfx_v7 change the method to call rlc function
  drm/amdgpu/rlc: gfx_v8 change the method to call rlc function
  drm/amdgpu/rlc: gfx_v9 change the method to call rlc function

 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h |  6 ++++++
 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c   | 28 +++++++++++++++++++---------
 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c   | 30 ++++++++++++++++++------------
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c   | 28 +++++++++++++++++-----------
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c   | 30 ++++++++++++++++++------------
 5 files changed, 78 insertions(+), 44 deletions(-)

-- 
2.7.4

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2018-10-10 12:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-10 11:42 [PATCH 0/5] RLC kernel code update for unified RLC function likun Gao
     [not found] ` <1539171776-8157-1-git-send-email-likun.gao-5C7GfCeVMHo@public.gmane.org>
2018-10-10 11:42   ` [PATCH 1/5] drm/amdgpu/rlc: unify rlc function into structure likun Gao
     [not found]     ` <1539171776-8157-2-git-send-email-likun.gao-5C7GfCeVMHo@public.gmane.org>
2018-10-10 12:04       ` Christian König
2018-10-10 11:42   ` [PATCH 2/5] drm/amdgpu/rlc: gfx_v6 change the method to call rlc function likun Gao
     [not found]     ` <1539171776-8157-3-git-send-email-likun.gao-5C7GfCeVMHo@public.gmane.org>
2018-10-10 12:05       ` Christian König
2018-10-10 11:42   ` [PATCH 3/5] drm/amdgpu/rlc: gfx_v7 " likun Gao
2018-10-10 11:42   ` [PATCH 4/5] drm/amdgpu/rlc: gfx_v8 " likun Gao
2018-10-10 11:42   ` [PATCH 5/5] drm/amdgpu/rlc: gfx_v9 " likun Gao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.