Skip to content

Commit

Permalink
drm/amd/display: Fix misleading indentation bug in link_encoder
Browse files Browse the repository at this point in the history
Change-Id: Ib5b1446544a388d769cd5e614949693a61d960cf
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
  • Loading branch information
Harry Wentland authored and Alex Deucher committed Jan 9, 2017
1 parent 3a1d107 commit f72af76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -1017,11 +1017,12 @@ bool dce110_link_encoder_construct(
/* Override features with DCE-specific values */
if (BP_RESULT_OK == bp_funcs->get_encoder_cap_info(
enc110->base.ctx->dc_bios, enc110->base.id,
&bp_cap_info))
&bp_cap_info)) {
enc110->base.features.flags.bits.IS_HBR2_CAPABLE =
bp_cap_info.DP_HBR2_CAP;
enc110->base.features.flags.bits.IS_HBR3_CAPABLE =
bp_cap_info.DP_HBR3_EN;
}

return true;
}
Expand Down

0 comments on commit f72af76

Please sign in to comment.