mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
drm/amd/display: avoid variable reinitialization
The member variable enable_hpo_pg_support is already initialized and hence the reinitialization instruction can be removed. Issue identified using the doubleinit.cocci Coccinelle semantic patch script. Signed-off-by: Bragatheswaran Manickavel <bragathemanick0908@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
8cfd6a0575
commit
c68b4550b6
@ -757,7 +757,6 @@ static const struct dc_debug_options debug_defaults_drv = {
|
||||
.disable_boot_optimizations = false,
|
||||
.disable_unbounded_requesting = false,
|
||||
.disable_mem_low_power = false,
|
||||
.enable_hpo_pg_support = false,
|
||||
//must match enable_single_display_2to1_odm_policy to support dynamic ODM transitions
|
||||
.enable_double_buffered_dsc_pg_support = true,
|
||||
.enable_dp_dig_pixel_rate_div_policy = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user