From: Mike Hsieh Date: Mon, 9 Nov 2020 08:30:24 +0000 (+0800) Subject: drm/amd/display: Remove unused P010 debug flag X-Git-Tag: howlett/maple/20220722_2~3755^2~13^2~116 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ea0124a7d23000acfbb6bc11953b75b21a97555a;p=users%2Fjedix%2Flinux-maple.git drm/amd/display: Remove unused P010 debug flag Tested-by: Daniel Wheeler Signed-off-by: Mike Hsieh Reviewed-by: Aric Cyr Acked-by: Rodrigo Siqueira Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 38a962bc28f2..3737fb9802a4 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -484,7 +484,6 @@ struct dc_debug_options { bool performance_trace; bool az_endpoint_mute_only; bool always_use_regamma; - bool p010_mpo_support; bool recovery_enabled; bool avoid_vbios_exec_table; bool scl_reset_length10;