aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2017-08-10 14:39:51 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:16:33 -0400
commit7992a6290a79afc1568c873d434f39234f7d3e26 (patch)
tree46b60a2db3ea9baa7176979db4319e35659dbd97 /drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.h
parentdrm/amd/display/dc: add DCE_VERSION for DCE8 APUs (diff)
downloadlinux-dev-7992a6290a79afc1568c873d434f39234f7d3e26.tar.xz
linux-dev-7992a6290a79afc1568c873d434f39234f7d3e26.zip
drm/amd/disply/dc: add resource support for DCE8 APUs (v2)
Add the appropriate resources for APUs: KV: 4 pipes, 7 dig, 3 PPLLs KB/ML: 2 pipes, 6 dig, 2 PPLLs v2: rebase changes Signed-off-by: Alex Deucher <alexander.deucher@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/dce80/dce80_resource.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.h b/drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.h
index 2a0cdccddeaf..04f0cfe24ef2 100644
--- a/drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.h
+++ b/drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.h
@@ -35,5 +35,13 @@ struct resource_pool *dce80_create_resource_pool(
uint8_t num_virtual_links,
struct core_dc *dc);
+struct resource_pool *dce81_create_resource_pool(
+ uint8_t num_virtual_links,
+ struct core_dc *dc);
+
+struct resource_pool *dce83_create_resource_pool(
+ uint8_t num_virtual_links,
+ struct core_dc *dc);
+
#endif /* __DC_RESOURCE_DCE80_H__ */