gpu: amd: Remove duplicate semicolons at the end of line
Remove duplicate semicolons at the end of line. Signed-off-by: Youling Tang <tangyouling@loongson.cn> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
f0372d4f3f
commit
a590a83d74
|
@ -1103,7 +1103,7 @@ static int vcn_v2_5_mmsch_start(struct amdgpu_device *adev,
|
|||
{
|
||||
uint32_t data = 0, loop = 0, size = 0;
|
||||
uint64_t addr = table->gpu_addr;
|
||||
struct mmsch_v1_1_init_header *header = NULL;;
|
||||
struct mmsch_v1_1_init_header *header = NULL;
|
||||
|
||||
header = (struct mmsch_v1_1_init_header *)table->cpu_addr;
|
||||
size = header->total_size;
|
||||
|
|
|
@ -467,7 +467,7 @@ static void fetch_pipe_params(struct display_mode_lib *mode_lib)
|
|||
mode_lib->vba.AudioSampleLayout[mode_lib->vba.NumberOfActivePlanes] =
|
||||
1;
|
||||
mode_lib->vba.DRAMClockChangeLatencyOverride = 0.0;
|
||||
mode_lib->vba.DSCEnabled[mode_lib->vba.NumberOfActivePlanes] = dout->dsc_enable;;
|
||||
mode_lib->vba.DSCEnabled[mode_lib->vba.NumberOfActivePlanes] = dout->dsc_enable;
|
||||
mode_lib->vba.DSCEnable[mode_lib->vba.NumberOfActivePlanes] = dout->dsc_enable;
|
||||
mode_lib->vba.NumberOfDSCSlices[mode_lib->vba.NumberOfActivePlanes] =
|
||||
dout->dsc_slices;
|
||||
|
|
Loading…
Reference in New Issue