aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/display/dc/inc/resource.h
diff options
context:
space:
mode:
authorJulian Parkin <jparkin@amd.com>2018-03-13 15:53:13 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-04-11 13:07:40 -0500
commit6133470c8e2ffdc6a5d67a1d79a9a0c1c0a94a10 (patch)
tree295184f95f8fe258d6b24ef188932b1a54f5d5da /drivers/gpu/drm/amd/display/dc/inc/resource.h
parentdrm/amd/display: Change wb_h/vratio to double (diff)
downloadwireguard-linux-6133470c8e2ffdc6a5d67a1d79a9a0c1c0a94a10.tar.xz
wireguard-linux-6133470c8e2ffdc6a5d67a1d79a9a0c1c0a94a10.zip
drm/amd/display: drop dc_validate_guaranteed
Block FP16 scaling in validate_resources codepath. Signed-off-by: Julian Parkin <jparkin@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/inc/resource.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/resource.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/resource.h b/drivers/gpu/drm/amd/display/dc/inc/resource.h
index 5467332faf7b..640a647f4611 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/resource.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/resource.h
@@ -139,10 +139,6 @@ bool resource_validate_attach_surfaces(
struct dc_state *context,
const struct resource_pool *pool);
-void validate_guaranteed_copy_streams(
- struct dc_state *context,
- int max_streams);
-
void resource_validate_ctx_update_pointer_after_copy(
const struct dc_state *src_ctx,
struct dc_state *dst_ctx);