]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amdgpu: change ELM/BAF to Polaris10/Polaris11
authorFlora Cui <Flora.Cui@amd.com>
Mon, 14 Mar 2016 22:33:29 +0000 (18:33 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 May 2016 00:27:57 +0000 (20:27 -0400)
commit2cc0c0b5cd4d07a65267c28a4f7b68134abff472
tree6f989d1e7fb5706e171c08881720ba8da8734bfc
parenta3ad7a9ad8ef2e87ffa7e65d6ce0e9928b4134e9
drm/amdgpu: change ELM/BAF to Polaris10/Polaris11

Adjust to preferred code names.

Signed-off-by: Flora Cui <Flora.Cui@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
35 files changed:
drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c
drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
drivers/gpu/drm/amd/amdgpu/vi.c
drivers/gpu/drm/amd/include/amd_shared.h
drivers/gpu/drm/amd/include/atombios.h
drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
drivers/gpu/drm/amd/powerplay/hwmgr/ellesmere_dyn_defaults.h [deleted file]
drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c
drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_clockpowergating.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/ellesmere_clockpowergating.c with 86% similarity]
drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_clockpowergating.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/ellesmere_clockpowergating.h with 65% similarity]
drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_dyn_defaults.h [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/ellesmere_hwmgr.c with 77% similarity]
drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/ellesmere_hwmgr.h with 68% similarity]
drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_powertune.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/ellesmere_powertune.c with 78% similarity]
drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_powertune.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/ellesmere_powertune.h with 70% similarity]
drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_thermal.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/ellesmere_thermal.c with 82% similarity]
drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_thermal.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/ellesmere_thermal.h with 55% similarity]
drivers/gpu/drm/amd/powerplay/hwmgr/tonga_pptable.h
drivers/gpu/drm/amd/powerplay/hwmgr/tonga_processpptables.c
drivers/gpu/drm/amd/powerplay/inc/polaris10_ppsmc.h [moved from drivers/gpu/drm/amd/powerplay/inc/ellesmere_ppsmc.h with 97% similarity]
drivers/gpu/drm/amd/powerplay/inc/polaris10_pwrvirus.h [moved from drivers/gpu/drm/amd/powerplay/inc/ellesmere_pwrvirus.h with 99% similarity]
drivers/gpu/drm/amd/powerplay/inc/smu74_discrete.h
drivers/gpu/drm/amd/powerplay/smumgr/Makefile
drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c [moved from drivers/gpu/drm/amd/powerplay/smumgr/ellesmere_smumgr.c with 77% similarity]
drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.h [moved from drivers/gpu/drm/amd/powerplay/smumgr/ellesmere_smumgr.h with 77% similarity]
drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c