diff options
| author | 2018-05-08 16:35:09 -0400 | |
|---|---|---|
| committer | 2018-06-15 12:20:24 -0500 | |
| commit | cb1d7eacb58f7d1b7d0e57b26dc02d45eada4a3c (patch) | |
| tree | 26f55826a90b81bf5702e3b4358a8e67bf41ccaf | |
| parent | drm/amd/display: add DPCD read for Sink ieee OUI (diff) | |
| download | wireguard-linux-cb1d7eacb58f7d1b7d0e57b26dc02d45eada4a3c.tar.xz wireguard-linux-cb1d7eacb58f7d1b7d0e57b26dc02d45eada4a3c.zip | |
drm/amd/display: Fix indentation in dcn10 resource constructor
Signed-off-by: Hersen Wu <hersenxs.wu@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 3 |
1 files changed, 2 insertions, 1 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 df5cb2d1d164..99c223bcad71 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c @@ -1004,7 +1004,8 @@ 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; /* |
