mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/amd/display: Enable DCE12 support
This wires DCE12 support into DC and enables it. Signed-off-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -54,6 +54,9 @@ static struct mem_input_funcs dce80_mem_input_funcs = {
|
||||
dce_mem_input_program_surface_config,
|
||||
.mem_input_is_flip_pending =
|
||||
dce110_mem_input_is_flip_pending,
|
||||
#if defined(CONFIG_DRM_AMD_DC_DCE12_0)
|
||||
.mem_input_update_dchub = NULL
|
||||
#endif
|
||||
};
|
||||
|
||||
/*****************************************/
|
||||
|
||||
Reference in New Issue
Block a user