aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2019-06-17 13:06:37 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-06-20 12:26:57 -0500
commitf94ec6f8b8857e5792328774fa47984f7d7df194 (patch)
tree3cb8768940eb5f057d4a7cea25f83fe7c803bc74 /drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c
parentRevert "drm/amd/display: Add Underflow Asserts to dc" (diff)
downloadlinux-dev-f94ec6f8b8857e5792328774fa47984f7d7df194.tar.xz
linux-dev-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/dcn10/dcn10_hubp.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c
index 4cb7fe8b3903..aea2b63db137 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c
@@ -317,7 +317,8 @@ void hubp1_program_pixel_format(
bool hubp1_program_surface_flip_and_addr(
struct hubp *hubp,
const struct dc_plane_address *address,
- bool flip_immediate)
+ bool flip_immediate,
+ uint8_t vmid)
{
struct dcn10_hubp *hubp1 = TO_DCN10_HUBP(hubp);