diff options
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c index 63c2f5266142..961ad5c3b454 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | |||
| @@ -202,7 +202,7 @@ static void dcn10_log_hw_state(struct dc *dc) | |||
| 202 | DTN_INFO("OTG:\t v_bs \t v_be \t v_ss \t v_se \t vpol \t vmax \t vmin \t " | 202 | DTN_INFO("OTG:\t v_bs \t v_be \t v_ss \t v_se \t vpol \t vmax \t vmin \t " |
| 203 | "h_bs \t h_be \t h_ss \t h_se \t hpol \t htot \t vtot \t underflow\n"); | 203 | "h_bs \t h_be \t h_ss \t h_se \t hpol \t htot \t vtot \t underflow\n"); |
| 204 | 204 | ||
| 205 | for (i = 0; i < pool->pipe_count; i++) { | 205 | for (i = 0; i < pool->res_cap->num_timing_generator; i++) { |
| 206 | struct timing_generator *tg = pool->timing_generators[i]; | 206 | struct timing_generator *tg = pool->timing_generators[i]; |
| 207 | struct dcn_otg_state s = {0}; | 207 | struct dcn_otg_state s = {0}; |
| 208 | 208 | ||
