From: Likun Gao <Likun.Gao@xxxxxxx> 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@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx