Home
last modified time | relevance | path

Searched refs:optc1 (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/optc/dcn201/
H A Ddcn201_optc.c32 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 Ddcn20_optc.c31 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 Ddcn30_optc.c36 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/dcn301/
H A Ddcn301_optc.c36 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 Ddcn301_optc.h32 void dcn301_timing_generator_init(struct optc *optc1);