Searched refs:h_blank_end (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_dio_stream_encoder.c252 uint16_t h_blank_end = 0; local
256 h_blank_end = h_blank_start - timing->h_addressable;
264 (h_blank_end % 2 == 0) &&
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_optc.c71 uint32_t h_blank_end = 0; local
78 OTG_H_BLANK_END, &h_blank_end);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c1313 hw_crtc_timing->h_addressable = s.h_total - ((s.h_total - s.h_blank_start) + s.h_blank_end);
1360 OTG_H_BLANK_END, &s->h_blank_end);
1396 uint32_t h_blank_end; local
1412 OTG_H_BLANK_END, &h_blank_end);
1415 *otg_active_height = h_blank_start - h_blank_end;
H A Ddcn10_hw_sequencer_debug.c451 s.h_blank_end,
H A Ddcn10_optc.h608 uint32_t h_blank_end; member in struct:dcn_otg_state
H A Ddcn10_hw_sequencer.c388 s.h_blank_end,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_resource.c4232 uint16_t h_blank_end = 0; local
4236 h_blank_end = h_blank_start - stream->timing.h_addressable;
4244 (h_blank_end % 2 == 0) &&

Completed in 256 milliseconds