Home
last modified time | relevance | path

Searched refs:max_h_total (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_timing_generator.h103 uint32_t max_h_total; member
Ddce110_timing_generator_v.c700 tg110->max_h_total = CRTC_H_TOTAL__CRTC_H_TOTAL_MASK + 1; in dce110_timing_generator_v_construct()
Ddce110_timing_generator.c1140 if (timing->h_total > tg110->max_h_total || in dce110_timing_generator_validate_timing()
2260 tg110->max_h_total = CRTC_H_TOTAL__CRTC_H_TOTAL_MASK + 1; in dce110_timing_generator_construct()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_timing_generator.c240 tg110->max_h_total = CRTC_H_TOTAL__CRTC_H_TOTAL_MASK + 1; in dce80_timing_generator_construct()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_optc.c466 optc1->max_h_total = optc1->tg_mask->OTG_H_TOTAL + 1; in dcn20_timing_generator_init()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_optc.c539 if (timing->h_total > optc1->max_h_total || in optc1_validate_timing()
1524 optc1->max_h_total = optc1->tg_mask->OTG_H_TOTAL + 1; in dcn10_timing_generator_init()
Ddcn10_optc.h507 uint32_t max_h_total; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_timing_generator.c1256 tg110->max_h_total = CRTC0_CRTC_H_TOTAL__CRTC_H_TOTAL_MASK + 1; in dce120_timing_generator_construct()