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: 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>
This commit is contained in:
committed by
Alex Deucher
parent
f8931ea730
commit
6133470c8e
@@ -42,11 +42,6 @@ enum dc_status dce112_validate_with_context(
|
||||
struct dc_state *context,
|
||||
struct dc_state *old_context);
|
||||
|
||||
enum dc_status dce112_validate_guaranteed(
|
||||
struct dc *dc,
|
||||
struct dc_stream_state *dc_stream,
|
||||
struct dc_state *context);
|
||||
|
||||
bool dce112_validate_bandwidth(
|
||||
struct dc *dc,
|
||||
struct dc_state *context);
|
||||
|
||||
Reference in New Issue
Block a user