提交 f6cb588a 编写于 作者: C Charlene Liu 提交者: Alex Deucher

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

Signed-off-by: NCharlene Liu <charlene.liu@amd.com>
Reviewed-by: NKrunoslav Kovac <Krunoslav.Kovac@amd.com>
Acked-by: NHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 309c42ef
......@@ -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;
......
......@@ -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 = {
......
......@@ -25,6 +25,7 @@
#include "reg_helper.h"
#include "dcn10_timing_generator.h"
#include "dc.h"
#define REG(reg)\
tgn10->tg_regs->reg
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册