drm/amd: cleanup remaining spaces and tabs v2
This is the result of running the following commands: find drivers/gpu/drm/amd/ -name "*.h" -exec sed -i 's/[ \t]\+$//' {} \; find drivers/gpu/drm/amd/ -name "*.c" -exec sed -i 's/[ \t]\+$//' {} \; find drivers/gpu/drm/amd/ -name "*.h" -exec sed -i 's/ \+\t/\t/' {} \; find drivers/gpu/drm/amd/ -name "*.c" -exec sed -i 's/ \+\t/\t/' {} \; v2: drop changes to DAL and internal headers Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:

committed by
Alex Deucher

parent
b1c8a81fdd
commit
edf600dac6
@@ -465,14 +465,14 @@ static int fiji_set_private_data_based_on_pptable(struct pp_hwmgr *hwmgr)
|
||||
table_info->vdd_dep_on_mclk;
|
||||
|
||||
PP_ASSERT_WITH_CODE(allowed_sclk_vdd_table != NULL,
|
||||
"VDD dependency on SCLK table is missing. \
|
||||
"VDD dependency on SCLK table is missing. \
|
||||
This table is mandatory", return -EINVAL);
|
||||
PP_ASSERT_WITH_CODE(allowed_sclk_vdd_table->count >= 1,
|
||||
"VDD dependency on SCLK table has to have is missing. \
|
||||
"VDD dependency on SCLK table has to have is missing. \
|
||||
This table is mandatory", return -EINVAL);
|
||||
|
||||
PP_ASSERT_WITH_CODE(allowed_mclk_vdd_table != NULL,
|
||||
"VDD dependency on MCLK table is missing. \
|
||||
"VDD dependency on MCLK table is missing. \
|
||||
This table is mandatory", return -EINVAL);
|
||||
PP_ASSERT_WITH_CODE(allowed_mclk_vdd_table->count >= 1,
|
||||
"VDD dependency on MCLK table has to have is missing. \
|
||||
|
@@ -2900,14 +2900,14 @@ static int polaris10_set_private_data_based_on_pptable(struct pp_hwmgr *hwmgr)
|
||||
table_info->vdd_dep_on_mclk;
|
||||
|
||||
PP_ASSERT_WITH_CODE(allowed_sclk_vdd_table != NULL,
|
||||
"VDD dependency on SCLK table is missing. \
|
||||
"VDD dependency on SCLK table is missing. \
|
||||
This table is mandatory", return -EINVAL);
|
||||
PP_ASSERT_WITH_CODE(allowed_sclk_vdd_table->count >= 1,
|
||||
"VDD dependency on SCLK table has to have is missing. \
|
||||
"VDD dependency on SCLK table has to have is missing. \
|
||||
This table is mandatory", return -EINVAL);
|
||||
|
||||
PP_ASSERT_WITH_CODE(allowed_mclk_vdd_table != NULL,
|
||||
"VDD dependency on MCLK table is missing. \
|
||||
"VDD dependency on MCLK table is missing. \
|
||||
This table is mandatory", return -EINVAL);
|
||||
PP_ASSERT_WITH_CODE(allowed_mclk_vdd_table->count >= 1,
|
||||
"VDD dependency on MCLK table has to have is missing. \
|
||||
@@ -4628,7 +4628,7 @@ int polaris10_upload_mc_firmware(struct pp_hwmgr *hwmgr)
|
||||
data->need_long_memory_training = true;
|
||||
|
||||
/*
|
||||
* PPMCME_FirmwareDescriptorEntry *pfd = NULL;
|
||||
* PPMCME_FirmwareDescriptorEntry *pfd = NULL;
|
||||
pfd = &tonga_mcmeFirmware;
|
||||
if (0 == PHM_READ_FIELD(hwmgr->device, MC_SEQ_SUP_CNTL, RUN))
|
||||
polaris10_load_mc_microcode(hwmgr, pfd->dpmThreshold,
|
||||
|
@@ -1041,10 +1041,10 @@ int atomctrl_calculate_voltage_evv_on_sclk(
|
||||
}
|
||||
|
||||
/** atomctrl_get_voltage_evv_on_sclk gets voltage via call to ATOM COMMAND table.
|
||||
* @param hwmgr input: pointer to hwManager
|
||||
* @param hwmgr input: pointer to hwManager
|
||||
* @param voltage_type input: type of EVV voltage VDDC or VDDGFX
|
||||
* @param sclk input: in 10Khz unit. DPM state SCLK frequency
|
||||
* which is define in PPTable SCLK/VDDC dependence
|
||||
* which is define in PPTable SCLK/VDDC dependence
|
||||
* table associated with this virtual_voltage_Id
|
||||
* @param virtual_voltage_Id input: voltage id which match per voltage DPM state: 0xff01, 0xff02.. 0xff08
|
||||
* @param voltage output: real voltage level in unit of mv
|
||||
|
@@ -2683,7 +2683,7 @@ static int tonga_populate_all_memory_levels(struct pp_hwmgr *hwmgr)
|
||||
struct TONGA_DLL_SPEED_SETTING {
|
||||
uint16_t Min; /* Minimum Data Rate*/
|
||||
uint16_t Max; /* Maximum Data Rate*/
|
||||
uint32_t dll_speed; /* The desired DLL_SPEED setting*/
|
||||
uint32_t dll_speed; /* The desired DLL_SPEED setting*/
|
||||
};
|
||||
|
||||
static int tonga_populate_clock_stretcher_data_table(struct pp_hwmgr *hwmgr)
|
||||
@@ -3316,14 +3316,14 @@ static int tonga_set_private_var_based_on_pptale(struct pp_hwmgr *hwmgr)
|
||||
pptable_info->vdd_dep_on_mclk;
|
||||
|
||||
PP_ASSERT_WITH_CODE(allowed_sclk_vdd_table != NULL,
|
||||
"VDD dependency on SCLK table is missing. \
|
||||
"VDD dependency on SCLK table is missing. \
|
||||
This table is mandatory", return -1);
|
||||
PP_ASSERT_WITH_CODE(allowed_sclk_vdd_table->count >= 1,
|
||||
"VDD dependency on SCLK table has to have is missing. \
|
||||
"VDD dependency on SCLK table has to have is missing. \
|
||||
This table is mandatory", return -1);
|
||||
|
||||
PP_ASSERT_WITH_CODE(allowed_mclk_vdd_table != NULL,
|
||||
"VDD dependency on MCLK table is missing. \
|
||||
"VDD dependency on MCLK table is missing. \
|
||||
This table is mandatory", return -1);
|
||||
PP_ASSERT_WITH_CODE(allowed_mclk_vdd_table->count >= 1,
|
||||
"VDD dependency on MCLK table has to have is missing. \
|
||||
|
@@ -74,7 +74,7 @@ struct tonga_power_state {
|
||||
};
|
||||
|
||||
struct _phw_tonga_dpm_level {
|
||||
bool enabled;
|
||||
bool enabled;
|
||||
uint32_t value;
|
||||
uint32_t param1;
|
||||
};
|
||||
@@ -237,20 +237,20 @@ struct tonga_hwmgr {
|
||||
irq_handler_func_t ctf_callback;
|
||||
void *ctf_context;
|
||||
|
||||
phw_tonga_clock_registers clock_registers;
|
||||
phw_tonga_clock_registers clock_registers;
|
||||
phw_tonga_voltage_smio_registers voltage_smio_registers;
|
||||
|
||||
bool is_memory_GDDR5;
|
||||
bool is_memory_GDDR5;
|
||||
uint16_t acpi_vddc;
|
||||
bool pspp_notify_required; /* Flag to indicate if PSPP notification to SBIOS is required */
|
||||
bool pspp_notify_required; /* Flag to indicate if PSPP notification to SBIOS is required */
|
||||
uint16_t force_pcie_gen; /* The forced PCI-E speed if not 0xffff */
|
||||
uint16_t acpi_pcie_gen; /* The PCI-E speed at ACPI time */
|
||||
uint32_t pcie_gen_cap; /* The PCI-E speed capabilities bitmap from CAIL */
|
||||
uint32_t pcie_lane_cap; /* The PCI-E lane capabilities bitmap from CAIL */
|
||||
uint32_t pcie_spc_cap; /* Symbol Per Clock Capabilities from registry */
|
||||
phw_tonga_leakage_voltage vddc_leakage; /* The Leakage VDDC supported (based on leakage ID).*/
|
||||
phw_tonga_leakage_voltage vddcgfx_leakage; /* The Leakage VDDC supported (based on leakage ID). */
|
||||
phw_tonga_leakage_voltage vddci_leakage; /* The Leakage VDDCI supported (based on leakage ID). */
|
||||
phw_tonga_leakage_voltage vddc_leakage; /* The Leakage VDDC supported (based on leakage ID).*/
|
||||
phw_tonga_leakage_voltage vddcgfx_leakage; /* The Leakage VDDC supported (based on leakage ID). */
|
||||
phw_tonga_leakage_voltage vddci_leakage; /* The Leakage VDDCI supported (based on leakage ID). */
|
||||
|
||||
uint32_t mvdd_control;
|
||||
uint32_t vddc_mask_low;
|
||||
@@ -263,8 +263,8 @@ struct tonga_hwmgr {
|
||||
uint32_t mclk_stutter_mode_threshold;
|
||||
uint32_t mclk_edc_enable_threshold;
|
||||
uint32_t mclk_edc_wr_enable_threshold;
|
||||
bool is_uvd_enabled;
|
||||
bool is_xdma_enabled;
|
||||
bool is_uvd_enabled;
|
||||
bool is_xdma_enabled;
|
||||
phw_tonga_vbios_boot_state vbios_boot_state;
|
||||
|
||||
bool battery_state;
|
||||
|
@@ -500,7 +500,7 @@ struct phm_dynamic_state_info {
|
||||
struct phm_ppm_table *ppm_parameter_table;
|
||||
struct phm_cac_tdp_table *cac_dtp_table;
|
||||
struct phm_clock_voltage_dependency_table *vdd_gfx_dependency_on_sclk;
|
||||
struct phm_vq_budgeting_table *vq_budgeting_table;
|
||||
struct phm_vq_budgeting_table *vq_budgeting_table;
|
||||
};
|
||||
|
||||
struct pp_fan_info {
|
||||
|
Reference in New Issue
Block a user