Searched refs:optc1 (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/optc/dcn201/ |
| H A D | dcn201_optc.c | 32 optc1->tg_regs->reg 35 optc1->base.ctx 39 optc1->tg_shift->field_name, optc1->tg_mask->field_name 43 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc201_triplebuffer_lock() local 59 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc201_triplebuffer_unlock() local 75 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc201_validate_timing() local 99 if (timing->h_total > optc1->max_h_total || in optc201_validate_timing() 100 timing->v_total > optc1->max_v_total) in optc201_validate_timing() 103 if (h_blank < optc1->min_h_blank) in optc201_validate_timing() 106 if (timing->h_sync_width < optc1->min_h_sync_width || in optc201_validate_timing() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/optc/dcn20/ |
| H A D | dcn20_optc.c | 31 optc1->tg_regs->reg 34 optc1->base.ctx 38 optc1->tg_shift->field_name, optc1->tg_mask->field_name 54 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc2_enable_crtc() local 89 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc2_set_gsl() local 110 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc2_set_gsl_source_select() local 137 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc2_set_dsc_config() local 155 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc2_get_dsc_status() local 164 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc2_set_odm_bypass() local 178 optc1->opp_count = 1; in optc2_set_odm_bypass() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/optc/dcn30/ |
| H A D | dcn30_optc.c | 36 optc1->tg_regs->reg 39 optc1->base.ctx 43 optc1->tg_shift->field_name, optc1->tg_mask->field_name 47 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc3_triplebuffer_lock() local 62 TRACE_OPTC_LOCK_UNLOCK_STATE(optc1, optc->inst, true); in optc3_triplebuffer_lock() 67 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc3_lock_doublebuffer_enable() local 99 TRACE_OPTC_LOCK_UNLOCK_STATE(optc1, optc->inst, true); in optc3_lock_doublebuffer_enable() 104 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc3_lock_doublebuffer_disable() local 116 TRACE_OPTC_LOCK_UNLOCK_STATE(optc1, optc->inst, true); in optc3_lock_doublebuffer_disable() 121 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc3_lock() local [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/optc/dcn35/ |
| H A D | dcn35_optc.c | 38 optc1->tg_regs->reg 41 optc1->base.ctx 45 optc1->tg_shift->field_name, optc1->tg_mask->field_name 61 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc35_set_odm_combine() local 109 optc1->opp_count = opp_cnt; in optc35_set_odm_combine() 114 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc35_enable_crtc() local 140 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc35_disable_crtc() local 174 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc35_phantom_crtc_post_enable() local 210 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc35_get_crc() local 218 if (optc1->tg_mask->CRC0_R_CR32 != 0 && optc1->tg_mask->CRC1_R_CR32 != 0 && in optc35_get_crc() [all …]
|
| H A D | dcn35_optc.h | 87 void dcn35_timing_generator_init(struct optc *optc1); 89 void dcn35_timing_generator_set_fgcg(struct optc *optc1, bool enable);
|
| /linux/drivers/gpu/drm/amd/display/dc/optc/dcn301/ |
| H A D | dcn301_optc.c | 36 optc1->tg_regs->reg 39 optc1->base.ctx 43 optc1->tg_shift->field_name, optc1->tg_mask->field_name 56 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc301_set_drr() local 99 struct optc *optc1 = DCN10TG_FROM_TG(optc); in optc301_setup_manual_trigger() local 178 void dcn301_timing_generator_init(struct optc *optc1) in dcn301_timing_generator_init() argument 180 optc1->base.funcs = &dcn30_tg_funcs; in dcn301_timing_generator_init() 182 optc1->max_h_total = optc1->tg_mask->OTG_H_TOTAL + 1; in dcn301_timing_generator_init() 183 optc1->max_v_total = optc1->tg_mask->OTG_V_TOTAL + 1; in dcn301_timing_generator_init() 185 optc1->min_h_blank = 32; in dcn301_timing_generator_init() [all …]
|
| H A D | dcn301_optc.h | 32 void dcn301_timing_generator_init(struct optc *optc1);
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
| H A D | dcn10_hwseq.c | 197 struct optc *optc1 = DCN10TG_FROM_TG(tg); in dcn10_set_wait_for_update_needed_for_pipe() local 199 ASSERT(optc1->max_frame_count != 0); in dcn10_set_wait_for_update_needed_for_pipe() 211 if (cur_frame + 1 > optc1->max_frame_count) in dcn10_set_wait_for_update_needed_for_pipe() 212 pipe_ctx->wait_frame_count = cur_frame + 1 - optc1->max_frame_count; in dcn10_set_wait_for_update_needed_for_pipe()
|