Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6cb588a authored by Charlene Liu's avatar Charlene Liu Committed by Alex Deucher
Browse files

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

parent 309c42ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
+1 −0
Original line number Diff line number Diff line
@@ -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 = {
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@

#include "reg_helper.h"
#include "dcn10_timing_generator.h"
#include "dc.h"

#define REG(reg)\
	tgn10->tg_regs->reg