Lines 1069-1075
static const struct dc_debug_options debug_defaults_drv = {
Link Here
|
1069 |
.timing_trace = false, |
1069 |
.timing_trace = false, |
1070 |
.clock_trace = true, |
1070 |
.clock_trace = true, |
1071 |
.disable_pplib_clock_request = true, |
1071 |
.disable_pplib_clock_request = true, |
1072 |
.pipe_split_policy = MPC_SPLIT_DYNAMIC, |
1072 |
.pipe_split_policy = MPC_SPLIT_AVOID_MULT_DISP, |
1073 |
.force_single_disp_pipe_split = false, |
1073 |
.force_single_disp_pipe_split = false, |
1074 |
.disable_dcc = DCC_ENABLE, |
1074 |
.disable_dcc = DCC_ENABLE, |
1075 |
.vsr_support = true, |
1075 |
.vsr_support = true, |
1076 |
- |
|
|