mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
drm/amd/display: Add disable_psr debug flag
Signed-off-by: Charlene Liu <charlene.liu@amd.com> Reviewed-by: Charlene Liu <Charlene.Liu@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
893a2dd4a3
commit
29eba8e88f
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ struct dc_debug {
|
||||||
bool disable_pplib_clock_request;
|
bool disable_pplib_clock_request;
|
||||||
bool disable_clock_gate;
|
bool disable_clock_gate;
|
||||||
bool disable_dmcu;
|
bool disable_dmcu;
|
||||||
|
bool disable_psr;
|
||||||
bool force_abm_enable;
|
bool force_abm_enable;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue