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: Add feature flags to disable LTTPR
[Why] Allow for disabling non transparent mode of LTTPR for running tests. [How] Add a feature flag and set them during init sequence. The flags are already being used in DC. Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
655ff3538e
commit
1232027449
@@ -231,6 +231,8 @@ enum DC_FEATURE_MASK {
|
||||
DC_DISABLE_FRACTIONAL_PWM_MASK = (1 << 2), //0x4, disabled by default
|
||||
DC_PSR_MASK = (1 << 3), //0x8, disabled by default for dcn < 3.1
|
||||
DC_EDP_NO_POWER_SEQUENCING = (1 << 4), //0x10, disabled by default
|
||||
DC_DISABLE_LTTPR_DP1_4A = (1 << 5), //0x20, disabled by default
|
||||
DC_DISABLE_LTTPR_DP2_0 = (1 << 6), //0x40, disabled by default
|
||||
};
|
||||
|
||||
enum DC_DEBUG_MASK {
|
||||
|
||||
Reference in New Issue
Block a user