Home
last modified time | relevance | path

Searched refs:h_blank_start (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/optc/dcn20/
H A Ddcn20_optc.c413 uint32_t h_blank_start = 0; in optc2_lock_doublebuffer_enable() local
422 REG_GET(OTG_H_BLANK_START_END, OTG_H_BLANK_START, &h_blank_start); in optc2_lock_doublebuffer_enable()
426 (h_blank_start - 200 - 1) / optc1->opp_count, in optc2_lock_doublebuffer_enable()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn10/
H A Ddcn10_optc.c1318 hw_crtc_timing->h_addressable = s.h_total - ((s.h_total - s.h_blank_start) + s.h_blank_end); in optc1_get_hw_timing()
1319 hw_crtc_timing->h_front_porch = s.h_total + 1 - s.h_blank_start; in optc1_get_hw_timing()
1364 OTG_H_BLANK_START, &s->h_blank_start, in optc1_read_otg_state()
1403 uint32_t h_blank_start; in optc1_get_otg_active_size() local
1419 OTG_H_BLANK_START, &h_blank_start, in optc1_get_otg_active_size()
1422 *otg_active_width = h_blank_start - h_blank_end; in optc1_get_otg_active_size()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Doptc.h84 uint32_t h_blank_start; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn3.c256 unsigned long h_blank_start = timing->h_total - timing->h_front_porch; in is_h_timing_divisible_by() local
259 (h_blank_start % denominator == 0) && in is_h_timing_divisible_by()
H A Ddml2_pmo_dcn4_fams2.c718 unsigned long h_blank_start = timing->h_total - timing->h_front_porch; in is_h_timing_divisible_by() local
721 (h_blank_start % denominator == 0) && in is_h_timing_divisible_by()
/linux/drivers/video/fbdev/
H A Dbw2.c63 u8 h_blank_start; member
H A Dcg3.c88 u8 h_blank_start; 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
687 h_blank_start = var->xres + var->right_margin; in ufx_set_vid_mode()
696 temp = ((h_blank_start - 1) << 16) | (h_blank_end - 1); in ufx_set_vid_mode()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c5139 uint16_t h_blank_start = 0; in is_h_timing_divisible_by_2() local
5143 h_blank_start = stream->timing.h_total - stream->timing.h_front_porch; in is_h_timing_divisible_by_2()
5144 h_blank_end = h_blank_start - stream->timing.h_addressable; in is_h_timing_divisible_by_2()
5151 (h_blank_start % 2 == 0) && in is_h_timing_divisible_by_2()