forked from Minki/linux
drm/amd/display: Couple formatting fixes
Things such as mis-indent, and space at beginning of line. Signed-off-by: Harry Wentland <harry.wentland@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
403dc5e8aa
commit
ada8ce1530
@ -2692,6 +2692,7 @@ static void amdgpu_dm_connector_destroy(struct drm_connector *connector)
|
||||
const struct dc_link *link = aconnector->dc_link;
|
||||
struct amdgpu_device *adev = connector->dev->dev_private;
|
||||
struct amdgpu_display_manager *dm = &adev->dm;
|
||||
|
||||
#if defined(CONFIG_BACKLIGHT_CLASS_DEVICE) ||\
|
||||
defined(CONFIG_BACKLIGHT_CLASS_DEVICE_MODULE)
|
||||
|
||||
@ -4649,7 +4650,7 @@ static int dm_update_crtcs_state(struct dc *dc,
|
||||
if (aconnector && enable) {
|
||||
// Make sure fake sink is created in plug-in scenario
|
||||
new_con_state = drm_atomic_get_connector_state(state,
|
||||
&aconnector->base);
|
||||
&aconnector->base);
|
||||
|
||||
if (IS_ERR(new_con_state)) {
|
||||
ret = PTR_ERR_OR_ZERO(new_con_state);
|
||||
|
@ -1798,9 +1798,9 @@ enum dc_status dc_validate_global_state(
|
||||
return DC_ERROR_UNEXPECTED;
|
||||
|
||||
if (dc->res_pool->funcs->validate_global) {
|
||||
result = dc->res_pool->funcs->validate_global(dc, new_ctx);
|
||||
if (result != DC_OK)
|
||||
return result;
|
||||
result = dc->res_pool->funcs->validate_global(dc, new_ctx);
|
||||
if (result != DC_OK)
|
||||
return result;
|
||||
}
|
||||
|
||||
for (i = 0; i < new_ctx->stream_count; i++) {
|
||||
|
@ -430,7 +430,7 @@ static struct stream_encoder *dce112_stream_encoder_create(
|
||||
|
||||
if (!enc110)
|
||||
return NULL;
|
||||
|
||||
|
||||
dce110_stream_encoder_construct(enc110, ctx, ctx->dc_bios, eng_id,
|
||||
&stream_enc_regs[eng_id],
|
||||
&se_shift, &se_mask);
|
||||
|
Loading…
Reference in New Issue
Block a user