diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2019-06-17 13:06:37 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-06-20 12:26:57 -0500 |
commit | f94ec6f8b8857e5792328774fa47984f7d7df194 (patch) | |
tree | 3cb8768940eb5f057d4a7cea25f83fe7c803bc74 /drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h | |
parent | 0198b6e5be885fd4dfe467dd6bea45416c2cd34e (diff) | |
download | linux-f94ec6f8b8857e5792328774fa47984f7d7df194.tar.gz linux-f94ec6f8b8857e5792328774fa47984f7d7df194.tar.bz2 linux-f94ec6f8b8857e5792328774fa47984f7d7df194.zip |
Revert "drm/amd/display: move vmid determination logic out of dc"
This reverts commit 11cd74cdb98aa6f4d6f54a0082dd28e0d4743746.
Revert this to apply the version that includes DCN2 support.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h index e4909d21b9f2..5420ad2da96f 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h @@ -80,7 +80,8 @@ struct hubp_funcs { bool (*hubp_program_surface_flip_and_addr)( struct hubp *hubp, const struct dc_plane_address *address, - bool flip_immediate); + bool flip_immediate, + uint8_t vmid); void (*hubp_program_pte_vm)( struct hubp *hubp, |