diff options
| author | Harry Wentland <[email protected]> | 2018-07-04 13:47:07 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-07-05 16:40:02 -0500 |
| commit | 25177e7f94a3deeda410edaf9313d0f1a2bb68e0 (patch) | |
| tree | 8bfb1b4e67a93bf8fc34c27e90e13f89999d5446 | |
| 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 <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -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( ctx->dc_bios->regs = &bios_regs; - pool->base.res_cap = &res_cap; - + pool->base.res_cap = &res_cap; pool->base.funcs = &dcn10_res_pool_funcs; /* |