diff options
author | Harry Wentland <harry.wentland@amd.com> | 2018-07-04 13:47:07 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-07-05 17:40:02 -0400 |
commit | 25177e7f94a3deeda410edaf9313d0f1a2bb68e0 (patch) | |
tree | 8bfb1b4e67a93bf8fc34c27e90e13f89999d5446 /drivers/gpu | |
parent | 5d908944c5ba4fc8d301e1332635c64c1b77d843 (diff) |
Revert "drm/amd/display: Fix indentation in dcn10 resource constructor"
That change was a merge gone bad.
This reverts commit cb1d7eacb58f7d1b7d0e57b26dc02d45eada4a3c.
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c index 68be66eabc40..771e0cf29bba 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | |||
@@ -1068,8 +1068,7 @@ static bool construct( | |||
1068 | 1068 | ||
1069 | ctx->dc_bios->regs = &bios_regs; | 1069 | ctx->dc_bios->regs = &bios_regs; |
1070 | 1070 | ||
1071 | pool->base.res_cap = &res_cap; | 1071 | pool->base.res_cap = &res_cap; |
1072 | |||
1073 | pool->base.funcs = &dcn10_res_pool_funcs; | 1072 | pool->base.funcs = &dcn10_res_pool_funcs; |
1074 | 1073 | ||
1075 | /* | 1074 | /* |