Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn32/
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()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn30/
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()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn10/
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()
Ddcn10_hw_sequencer_debug.c451 s.h_blank_end, in dcn10_get_otg_states()
Ddcn10_optc.h608 uint32_t h_blank_end; member
Ddcn10_hw_sequencer.c387 s.h_blank_end, in dcn10_log_hw_state()
/Linux-v6.6/drivers/video/fbdev/
Dbw2.c71 u8 h_blank_end; member
Dcg3.c96 u8 h_blank_end; member
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()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c4232 uint16_t h_blank_end = 0; in is_h_timing_divisible_by_2() local
4236 h_blank_end = h_blank_start - stream->timing.h_addressable; in is_h_timing_divisible_by_2()
4244 (h_blank_end % 2 == 0) && in is_h_timing_divisible_by_2()