Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_dio_stream_encoder.c254 uint16_t h_blank_end = 0; in is_h_timing_divisible_by_2() local
258 h_blank_end = h_blank_start - timing->h_addressable; in is_h_timing_divisible_by_2()
266 (h_blank_end % 2 == 0) && in is_h_timing_divisible_by_2()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_optc.c69 uint32_t h_blank_end = 0; in optc3_lock_doublebuffer_enable() local
76 OTG_H_BLANK_END, &h_blank_end); in optc3_lock_doublebuffer_enable()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_optc.c1304 hw_crtc_timing->h_addressable = s.h_total - ((s.h_total - s.h_blank_start) + s.h_blank_end); in optc1_get_hw_timing()
1351 OTG_H_BLANK_END, &s->h_blank_end); in optc1_read_otg_state()
1387 uint32_t h_blank_end; in optc1_get_otg_active_size() local
1403 OTG_H_BLANK_END, &h_blank_end); in optc1_get_otg_active_size()
1406 *otg_active_height = h_blank_start - h_blank_end; in optc1_get_otg_active_size()
Ddcn10_hw_sequencer_debug.c450 s.h_blank_end, in dcn10_get_otg_states()
Ddcn10_optc.h578 uint32_t h_blank_end; member
Ddcn10_hw_sequencer.c387 s.h_blank_end, in dcn10_log_hw_state()
/Linux-v6.1/drivers/video/fbdev/
Dbw2.c70 u8 h_blank_end; member
Dcg3.c95 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.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c3669 uint16_t h_blank_end = 0; in is_h_timing_divisible_by_2() local
3673 h_blank_end = h_blank_start - stream->timing.h_addressable; in is_h_timing_divisible_by_2()
3681 (h_blank_end % 2 == 0) && in is_h_timing_divisible_by_2()