[PATCH 0/3] RLC kernel code update to improve resuabillity
likun Gao
likun.gao at amd.com
Mon Nov 5 12:47:15 UTC 2018
From: Likun Gao <Likun.Gao at amd.com>
Hi,
Those series of patch modified the code of RLC to improve the resuabillity of
RLC's code. The process was separate into three part:
Part1[PATCH 1/3]: Unify RLC's function into the struct amdgpu_rlc_funcs and change the
method of calling RLC.
Part2[PATCH 2/3]: Abstract RLC's function from the function struct for each
version of GFX to improve the resuability of RLC's function code.
Part3[PATCH 3/3]: Separate RLC's code from the file of amdgpu_gfx.
Please help to review.
Regards,
Likun
Likun Gao (3):
drm/amdgpu: unify rlc function into structure
drm/amdgpu: abstract the function of enter/exit safe mode for RLC.
drm/amdgpu: separate amdgpu_rlc into a single file.
drivers/gpu/drm/amd/amdgpu/Makefile | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 54 +----
drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.c | 228 ++++++++++++++++++++
drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.h | 98 +++++++++
drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 6 +-
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 56 ++---
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 176 ++++------------
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 230 +++++++--------------
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 215 +++++--------------
drivers/gpu/drm/amd/amdgpu/kv_dpm.c | 6 +-
.../gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c | 12 +-
.../gpu/drm/amd/powerplay/hwmgr/vega10_powertune.c | 36 ++--
13 files changed, 545 insertions(+), 574 deletions(-)
create mode 100644 drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.c
create mode 100644 drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.h
--
2.7.4
More information about the amd-gfx
mailing list