drm/amd/display: Add debug flag for VSR support

Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Reviewed-by: Krunoslav Kovac <Krunoslav.Kovac@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Charlene Liu 2017-10-02 16:25:58 -04:00 committed by Alex Deucher
parent 309c42efda
commit f6cb588a42
3 changed files with 3 additions and 0 deletions

View File

@ -218,6 +218,7 @@ struct dc_debug {
bool disable_hbup_pg;
bool disable_dpp_pg;
bool stereo_support;
bool vsr_support;
};
struct dc_state;
struct resource_pool;

View File

@ -428,6 +428,7 @@ static const struct dc_debug debug_defaults_drv = {
.pipe_split_policy = MPC_SPLIT_AVOID_MULT_DISP,
.disable_dcc = DCC_ENABLE,
.voltage_align_fclk = true,
.vsr_support = true,
};
static const struct dc_debug debug_defaults_diags = {

View File

@ -25,6 +25,7 @@
#include "reg_helper.h"
#include "dcn10_timing_generator.h"
#include "dc.h"
#define REG(reg)\
tgn10->tg_regs->reg