[PATCH 2/3] drm/amd/include:cleanup vega10 hdp header files.

Feifei Xu feifxu at amd.com
Fri Nov 17 04:25:40 UTC 2017



On 11/16/2017 10:59 PM, Alex Deucher wrote:
> On Thu, Nov 16, 2017 at 3:03 AM, Feifei Xu<Feifei.Xu at amd.com>  wrote:
>> Cleanup asic_reg/vega10/HDP folder, remove hdp_4_0_default.h
>>
>> Change-Id: Ia7cd2e660ceb89a1096c195c6a67677714ccbd69
>> Signed-off-by: Feifei Xu<Feifei.Xu at amd.com>
>> Reviewed-by: Alex Deucher<alexander.deucher at amd.com>
>> ---
>>   drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |   2 +-
>>   drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              |   4 +-
>>   drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c             |   2 +-
>>   drivers/gpu/drm/amd/amdgpu/soc15.c                 |   4 +-
>>   drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c              |   2 +-
>>   drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c              |   2 +-
>>   .../drm/amd/include/asic_reg/hdp/hdp_4_0_offset.h  | 209 +++++++
>>   .../drm/amd/include/asic_reg/hdp/hdp_4_0_sh_mask.h | 601 +++++++++++++++++++++
>>   .../include/asic_reg/vega10/HDP/hdp_4_0_default.h  | 117 ----
>>   .../include/asic_reg/vega10/HDP/hdp_4_0_offset.h   | 209 -------
>>   .../include/asic_reg/vega10/HDP/hdp_4_0_sh_mask.h  | 601 ---------------------
>>   11 files changed, 818 insertions(+), 935 deletions(-)
>>   create mode 100644 drivers/gpu/drm/amd/include/asic_reg/hdp/hdp_4_0_offset.h
>>   create mode 100644 drivers/gpu/drm/amd/include/asic_reg/hdp/hdp_4_0_sh_mask.h
>>   delete mode 100644 drivers/gpu/drm/amd/include/asic_reg/vega10/HDP/hdp_4_0_default.h
>>   delete mode 100644 drivers/gpu/drm/amd/include/asic_reg/vega10/HDP/hdp_4_0_offset.h
>>   delete mode 100644 drivers/gpu/drm/amd/include/asic_reg/vega10/HDP/hdp_4_0_sh_mask.h
> Is there a reason to remove hdp_4_0_default.h?  It's useful if we ever
> need to get the default values of the registers.  I think we should
> try and keep the register headers consistent.  If we aren't using any
> of the default headers, that's fine, we can remove them.
>
> Alex
I remove it because we aren't using any of the default headers in this file.
When cleaning up vega10's header files, I found some header files are 
never used though we included them somewhere.
hdp_4_0_default.h is one of them. Checked vega10, raven and other asics, 
we don't get the hdp registers' default values
from this header file. So I remove it, and test it on vega board.

Thanks
Feifei


More information about the amd-gfx mailing list