Searched refs:opp_count (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_optc.c91 optc1->opp_count = opp_cnt;
232 optc1->opp_count = 1;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_optc.c103 optc1->opp_count = opp_cnt;
184 optc1->opp_count = 1;
H A Ddcn314_hwseq.c160 unsigned int opp_count = 1; local
174 opp_instances[opp_count] = odm_pipe->stream_res.opp->inst;
175 opp_count++;
178 return opp_count;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_optc.c98 optc1->opp_count = opp_cnt;
217 optc1->opp_count = 1;
H A Ddcn32_hwseq.c1067 unsigned int opp_count = 1; local
1081 opp_instances[opp_count] = odm_pipe->stream_res.opp->inst;
1082 opp_count++;
1085 return opp_count;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_optc.c185 optc1->opp_count = 1;
226 optc1->opp_count = opp_cnt;
435 (h_blank_start - 200 - 1) / optc1->opp_count,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_optc.c215 optc1->opp_count = 1;
273 optc1->opp_count = opp_cnt;
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h675 __field(int, opp_count)
693 __entry->opp_count = optc_state->opp_count;
706 TP_printk("%s: %s()+%d: optc_instance=%d opp_count=%d max_h_total=%d max_v_total=%d "
714 __entry->opp_count,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c300 if (optc1_is_two_pixels_per_containter(&patched_crtc_timing) || optc1->opp_count == 2)
315 if (optc1->opp_count == 4)
H A Ddcn10_optc.h574 int opp_count; member in struct:optc
/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Damdgpu_dc.c3485 int opp_count = dc->res_pool->pipe_count; local
3505 for (opp_inst = 0; opp_inst < opp_count; opp_inst++) {

Completed in 228 milliseconds