Home
last modified time | relevance | path

Searched refs:scale_ratio_depth (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1581 pipes[pipe_cnt].pipe.scale_ratio_depth.lb_depth = dm_lb_16; in dcn20_populate_dml_pipes_from_context()
1582 pipes[pipe_cnt].pipe.scale_ratio_depth.hscl_ratio = 1.0; in dcn20_populate_dml_pipes_from_context()
1583 pipes[pipe_cnt].pipe.scale_ratio_depth.vscl_ratio = 1.0; in dcn20_populate_dml_pipes_from_context()
1584 pipes[pipe_cnt].pipe.scale_ratio_depth.scl_enable = 0; /*Lb only or Full scl*/ in dcn20_populate_dml_pipes_from_context()
1679 pipes[pipe_cnt].pipe.scale_ratio_depth.lb_depth = dm_lb_16; in dcn20_populate_dml_pipes_from_context()
1680 pipes[pipe_cnt].pipe.scale_ratio_depth.hscl_ratio = (double) scl->ratios.horz.value / (1ULL<<32); in dcn20_populate_dml_pipes_from_context()
1681 pipes[pipe_cnt].pipe.scale_ratio_depth.hscl_ratio_c = (double) scl->ratios.horz_c.value / (1ULL<<32); in dcn20_populate_dml_pipes_from_context()
1682 pipes[pipe_cnt].pipe.scale_ratio_depth.vscl_ratio = (double) scl->ratios.vert.value / (1ULL<<32); in dcn20_populate_dml_pipes_from_context()
1683 pipes[pipe_cnt].pipe.scale_ratio_depth.vscl_ratio_c = (double) scl->ratios.vert_c.value / (1ULL<<32); in dcn20_populate_dml_pipes_from_context()
1684 pipes[pipe_cnt].pipe.scale_ratio_depth in dcn20_populate_dml_pipes_from_context()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h544 scaler_ratio_depth_st scale_ratio_depth; member
H A Ddisplay_mode_vba.c535 scaler_ratio_depth_st *scl = &pipes[j].pipe.scale_ratio_depth; in fetch_pipe_params()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1493 pipes[pipe_cnt++].pipe.scale_ratio_depth.lb_depth = in dcn30_acquire_post_bldn_3dlut()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2131 pipes[pipe_cnt].pipe.scale_ratio_depth.lb_depth = dm_lb_19; in dcn32_get_max_hw_cursor_size()