summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
diff options
context:
space:
mode:
authorBhawanpreet Lakha2017-08-02 22:56:03 +0200
committerAlex Deucher2017-09-27 00:16:37 +0200
commit77a4ea53fd89ccf823e77cc31cea808a3589f732 (patch)
treec5622c8866b1be8159f41496644d80b58fc11209 /drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
parentdrm/amd/display: add display write back(DWB) (diff)
downloadkernel-qcow2-linux-77a4ea53fd89ccf823e77cc31cea808a3589f732.tar.gz
kernel-qcow2-linux-77a4ea53fd89ccf823e77cc31cea808a3589f732.tar.xz
kernel-qcow2-linux-77a4ea53fd89ccf823e77cc31cea808a3589f732.zip
drm/amd/display: change bw_dceip and bw_vbios into pointers
-Change bw_calcs_dceip into pointer -Change bw_calcs_vbios into pointer This is needed for flattening of core_dc into dc, as without this the diags build fails Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
index 5b46e776b9b7..ccde7c80d658 100644
--- a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
+++ b/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
@@ -1264,7 +1264,7 @@ void dce110_set_displaymarks(
continue;
total_dest_line_time_ns = compute_pstate_blackout_duration(
- dc->bw_vbios.blackout_duration, pipe_ctx->stream);
+ dc->bw_vbios->blackout_duration, pipe_ctx->stream);
pipe_ctx->plane_res.mi->funcs->mem_input_program_display_marks(
pipe_ctx->plane_res.mi,
context->bw.dce.nbp_state_change_wm_ns[num_pipes],