Home
last modified time | relevance | path

Searched refs:h_blank_end (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dio_stream_encoder.c252 uint16_t h_blank_end = 0; in is_h_timing_divisible_by_2() local
256 h_blank_end = h_blank_start - timing->h_addressable; in is_h_timing_divisible_by_2()
264 (h_blank_end % 2 == 0) && in is_h_timing_divisible_by_2()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_optc.c71 uint32_t h_blank_end = 0; in optc3_lock_doublebuffer_enable() local
78 OTG_H_BLANK_END, &h_blank_end); in optc3_lock_doublebuffer_enable()
/openbmc/linux/drivers/gpu/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); in optc1_get_hw_timing()
1360 OTG_H_BLANK_END, &s->h_blank_end); in optc1_read_otg_state()
1396 uint32_t h_blank_end; in optc1_get_otg_active_size() local
1412 OTG_H_BLANK_END, &h_blank_end); in optc1_get_otg_active_size()
1415 *otg_active_height = h_blank_start - h_blank_end; in optc1_get_otg_active_size()
H A Ddcn10_hw_sequencer_debug.c451 s.h_blank_end, in dcn10_get_otg_states()
H A Ddcn10_optc.h608 uint32_t h_blank_end; member
H A Ddcn10_hw_sequencer.c388 s.h_blank_end, in dcn10_log_hw_state()
/openbmc/linux/drivers/video/fbdev/
H A Dbw2.c71 u8 h_blank_end; member
H A Dcg3.c96 u8 h_blank_end; member
H A Dsmscufx.c662 u16 h_total, h_active, h_blank_start, h_blank_end, h_sync_start, h_sync_end; in ufx_set_vid_mode() local
688 h_blank_end = var->xres + var->right_margin + var->hsync_len; in ufx_set_vid_mode()
696 temp = ((h_blank_start - 1) << 16) | (h_blank_end - 1); in ufx_set_vid_mode()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c4246 uint16_t h_blank_end = 0; in is_h_timing_divisible_by_2() local
4250 h_blank_end = h_blank_start - stream->timing.h_addressable; in is_h_timing_divisible_by_2()
4258 (h_blank_end % 2 == 0) && in is_h_timing_divisible_by_2()