Searched refs:viewport_height_max (Results 1 – 3 of 3) sorted by relevance
664 if (mode_lib->vba.ViewportHeight[mode_lib->vba.NumberOfActivePlanes] > src->viewport_height_max) in fetch_pipe_params()665 mode_lib->vba.ViewportHeight[mode_lib->vba.NumberOfActivePlanes] = src->viewport_height_max; in fetch_pipe_params()668 …->vba.ViewportHeightChroma[mode_lib->vba.NumberOfActivePlanes] > src->viewport_height_max / vdiv_c) in fetch_pipe_params()669 …->vba.ViewportHeightChroma[mode_lib->vba.NumberOfActivePlanes] = src->viewport_height_max / vdiv_c; in fetch_pipe_params()
265 unsigned int viewport_height_max; member
2287 pipes[pipe_cnt].pipe.src.viewport_height_max = pln->src_rect.height; in dcn20_populate_dml_pipes_from_context()
Completed in 16 milliseconds