mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
drm/amd/display: Add FFE level defaults
[How & Why] Follow-up change to set defaults for HDMI FRL training Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Relja Vojvodic <Relja.Vojvodic@amd.com> Signed-off-by: Roman Li <roman.li@amd.com> Tested-by: Dan Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
047f60370f
commit
af4ab71aff
|
|
@ -753,6 +753,7 @@ static const struct dc_plane_cap plane_cap = {
|
|||
};
|
||||
|
||||
static const struct dc_debug_options debug_defaults_drv = {
|
||||
.limit_ffe = 3,
|
||||
.disable_dmcu = true, //No DMCU on DCN30
|
||||
.force_abm_enable = false,
|
||||
.clock_trace = true,
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@
|
|||
#define DC_LOGGER_INIT(logger)
|
||||
|
||||
static const struct dc_debug_options debug_defaults_drv = {
|
||||
.limit_ffe = 3,
|
||||
.disable_dmcu = true,
|
||||
.force_abm_enable = false,
|
||||
.clock_trace = true,
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@
|
|||
|
||||
|
||||
static const struct dc_debug_options debug_defaults_drv = {
|
||||
.limit_ffe = 3,
|
||||
.disable_dmcu = true,
|
||||
.force_abm_enable = false,
|
||||
.clock_trace = true,
|
||||
|
|
|
|||
|
|
@ -915,6 +915,7 @@ static const struct dc_plane_cap plane_cap = {
|
|||
};
|
||||
|
||||
static const struct dc_debug_options debug_defaults_drv = {
|
||||
.limit_ffe = 3,
|
||||
.disable_dmcu = true,
|
||||
.force_abm_enable = false,
|
||||
.clock_trace = true,
|
||||
|
|
|
|||
|
|
@ -928,6 +928,7 @@ static const struct dc_plane_cap plane_cap = {
|
|||
};
|
||||
|
||||
static const struct dc_debug_options debug_defaults_drv = {
|
||||
.limit_ffe = 3,
|
||||
.disable_z10 = false,
|
||||
.enable_z9_disable_interface = true,
|
||||
.minimum_z8_residency_time = 2100,
|
||||
|
|
|
|||
|
|
@ -914,6 +914,7 @@ static const struct dc_plane_cap plane_cap = {
|
|||
};
|
||||
|
||||
static const struct dc_debug_options debug_defaults_drv = {
|
||||
.limit_ffe = 3,
|
||||
.disable_z10 = true, /*hw not support it*/
|
||||
.disable_dmcu = true,
|
||||
.force_abm_enable = false,
|
||||
|
|
|
|||
|
|
@ -909,6 +909,7 @@ static const struct dc_plane_cap plane_cap = {
|
|||
};
|
||||
|
||||
static const struct dc_debug_options debug_defaults_drv = {
|
||||
.limit_ffe = 3,
|
||||
.disable_z10 = true, /*hw not support it*/
|
||||
.disable_dmcu = true,
|
||||
.force_abm_enable = false,
|
||||
|
|
|
|||
|
|
@ -745,6 +745,7 @@ static const struct dc_plane_cap plane_cap = {
|
|||
};
|
||||
|
||||
static const struct dc_debug_options debug_defaults_drv = {
|
||||
.limit_ffe = 3,
|
||||
.disable_dmcu = true,
|
||||
.force_abm_enable = false,
|
||||
.clock_trace = true,
|
||||
|
|
|
|||
|
|
@ -735,6 +735,7 @@ static const struct dc_plane_cap plane_cap = {
|
|||
};
|
||||
|
||||
static const struct dc_debug_options debug_defaults_drv = {
|
||||
.limit_ffe = 3,
|
||||
.disable_dmcu = true,
|
||||
.force_abm_enable = false,
|
||||
.clock_trace = true,
|
||||
|
|
|
|||
|
|
@ -761,6 +761,7 @@ static const struct dc_plane_cap plane_cap = {
|
|||
};
|
||||
|
||||
static const struct dc_debug_options debug_defaults_drv = {
|
||||
.limit_ffe = 3,
|
||||
.disable_dmcu = true,
|
||||
.force_abm_enable = false,
|
||||
.clock_trace = true,
|
||||
|
|
|
|||
|
|
@ -741,6 +741,7 @@ static const struct dc_plane_cap plane_cap = {
|
|||
};
|
||||
|
||||
static const struct dc_debug_options debug_defaults_drv = {
|
||||
.limit_ffe = 3,
|
||||
.disable_dmcu = true,
|
||||
.force_abm_enable = false,
|
||||
.clock_trace = true,
|
||||
|
|
|
|||
|
|
@ -748,6 +748,7 @@ static const struct dc_plane_cap plane_cap = {
|
|||
};
|
||||
|
||||
static const struct dc_debug_options debug_defaults_drv = {
|
||||
.limit_ffe = 3,
|
||||
.disable_dmcu = true,
|
||||
.force_abm_enable = false,
|
||||
.clock_trace = true,
|
||||
|
|
|
|||
|
|
@ -748,6 +748,7 @@ static const struct dc_plane_cap plane_cap = {
|
|||
};
|
||||
|
||||
static const struct dc_debug_options debug_defaults_drv = {
|
||||
.limit_ffe = 3,
|
||||
.disable_dmcu = true,
|
||||
.force_abm_enable = false,
|
||||
.clock_trace = true,
|
||||
|
|
|
|||
|
|
@ -727,6 +727,7 @@ static const struct dc_plane_cap plane_cap = {
|
|||
.min_height = 64};
|
||||
|
||||
static const struct dc_debug_options debug_defaults_drv = {
|
||||
.limit_ffe = 3,
|
||||
.disable_dmcu = true,
|
||||
.force_abm_enable = false,
|
||||
.clock_trace = true,
|
||||
|
|
|
|||
|
|
@ -785,6 +785,7 @@ static const struct dc_plane_cap plane_cap = {
|
|||
.min_height = 64};
|
||||
|
||||
static const struct dc_debug_options debug_defaults_drv = {
|
||||
.limit_ffe = 3,
|
||||
.disable_dmcu = true,
|
||||
.force_abm_enable = false,
|
||||
.clock_trace = true,
|
||||
|
|
|
|||
|
|
@ -615,6 +615,7 @@ static const struct dc_plane_cap plane_cap = {
|
|||
};
|
||||
|
||||
static const struct dc_debug_options debug_defaults_drv = {
|
||||
.limit_ffe = 7,
|
||||
.disable_dmcu = true,
|
||||
.force_abm_enable = false,
|
||||
.clock_trace = true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user