summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/irq
diff options
context:
space:
mode:
authorJerry Zuo2017-08-25 22:16:10 +0200
committerAlex Deucher2017-09-27 00:17:14 +0200
commit608ac7bb3924178d7bfa8b88d79d3d9d72b8f485 (patch)
tree9bff91996faa5e9a66d42e9454ed874fadaa2bf0 /drivers/gpu/drm/amd/display/dc/irq
parentdrm/amd/display: clean up header file includes (diff)
downloadkernel-qcow2-linux-608ac7bb3924178d7bfa8b88d79d3d9d72b8f485.tar.gz
kernel-qcow2-linux-608ac7bb3924178d7bfa8b88d79d3d9d72b8f485.tar.xz
kernel-qcow2-linux-608ac7bb3924178d7bfa8b88d79d3d9d72b8f485.zip
drm/amd/display: Rename dc validate_context and current_context
Rename all the dc validate_context to dc_stateĀ and dc current_context to current_state. Signed-off-by: Jerry Zuo <Jerry.Zuo@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/irq')
-rw-r--r--drivers/gpu/drm/amd/display/dc/irq/dce110/irq_service_dce110.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/irq/dce110/irq_service_dce110.c b/drivers/gpu/drm/amd/display/dc/irq/dce110/irq_service_dce110.c
index e3a12f3e0642..7cce28489dba 100644
--- a/drivers/gpu/drm/amd/display/dc/irq/dce110/irq_service_dce110.c
+++ b/drivers/gpu/drm/amd/display/dc/irq/dce110/irq_service_dce110.c
@@ -214,7 +214,7 @@ bool dce110_vblank_set(
uint8_t pipe_offset = dal_irq_src - IRQ_TYPE_VBLANK;
struct timing_generator *tg =
- core_dc->current_context->res_ctx.pipe_ctx[pipe_offset].stream_res.tg;
+ core_dc->current_state->res_ctx.pipe_ctx[pipe_offset].stream_res.tg;
if (enable) {
if (!tg->funcs->arm_vert_intr(tg, 2)) {