On 2016å¹´06æ??22æ?¥ 00:28, Alex Deucher wrote: > Misc gfx7/gfx8 cleanups. patches all are Reviewed-by: Chunming Zhou <david1.zhou at amd.com> btw: are you going to add wait_for_mc_idle to GMC ip block specific funcs? Regards, David Zhou > > Alex Deucher (6): > drm/amdgpu/gmc: make some functions static > drm/amdgpu: drop wait_for_mc_idle asic callback > drm/amdgpu: move get_gpu_clock_counter into the gfx struct > drm/amdgpu: move select_se_sh into the gfx struct > drm/amdgpu/gfx7: switch to using the existing rlc callbacks > drm/amdgpu/gfx7: make gfx_v7_0_rlc_stop static > > drivers/gpu/drm/amd/amdgpu/amdgpu.h | 15 +++++++++------ > drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 4 ++-- > drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +- > drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 6 +++--- > drivers/gpu/drm/amd/amdgpu/cik.c | 7 ++----- > drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 23 ++++++++++++++++++----- > drivers/gpu/drm/amd/amdgpu/gfx_v7_0.h | 7 ------- > drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 11 +++++++++-- > drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h | 1 - > drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 16 ++++++++-------- > drivers/gpu/drm/amd/amdgpu/gmc_v7_0.h | 7 ------- > drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 16 ++++++++-------- > drivers/gpu/drm/amd/amdgpu/gmc_v8_0.h | 7 ------- > drivers/gpu/drm/amd/amdgpu/kv_dpm.c | 6 +++--- > drivers/gpu/drm/amd/amdgpu/vi.c | 7 ++----- > 15 files changed, 65 insertions(+), 70 deletions(-) >