Home
last modified time | relevance | path

Searched refs:viewport_height_max (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h414 unsigned int viewport_height_max; member
H A Ddisplay_mode_vba.c819 if (mode_lib->vba.ViewportHeight[mode_lib->vba.NumberOfActivePlanes] > src->viewport_height_max) in fetch_pipe_params()
820 mode_lib->vba.ViewportHeight[mode_lib->vba.NumberOfActivePlanes] = src->viewport_height_max; in fetch_pipe_params()
823 …->vba.ViewportHeightChroma[mode_lib->vba.NumberOfActivePlanes] > src->viewport_height_max / vdiv_c) in fetch_pipe_params()
824 …->vba.ViewportHeightChroma[mode_lib->vba.NumberOfActivePlanes] = src->viewport_height_max / vdiv_c; in fetch_pipe_params()
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1623 pipes[pipe_cnt].pipe.src.viewport_height_max = pln->src_rect.height; in dcn20_populate_dml_pipes_from_context()