aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2017-07-20 11:43:32 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:15:35 -0400
commite12cfcb1d447cc937d1abc6f4aab8bbe5f88542e (patch)
tree92fc6fef16ac8e946d88ba7136607b304f7f1494 /drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h
parentdrm/amd/display: Move DCHUBBUB block from MemInput to HW sequencer. (diff)
downloadlinux-dev-e12cfcb1d447cc937d1abc6f4aab8bbe5f88542e.tar.xz
linux-dev-e12cfcb1d447cc937d1abc6f4aab8bbe5f88542e.zip
drm/amd/display: Roll core_surface into dc_surface
Signed-off-by: Harry Wentland <harry.wentland@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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h b/drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h
index d62fc526783f..ade7507e99c7 100644
--- a/drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h
+++ b/drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h
@@ -552,5 +552,5 @@ void dce_crtc_switch_to_clk_src(struct dce_hwseq *hws,
struct clock_source *clk_src,
unsigned int tg_inst);
-bool dce_use_lut(const struct core_surface *surface);
+bool dce_use_lut(const struct dc_surface *surface);
#endif /*__DCE_HWSEQ_H__*/