Home
last modified time | relevance | path

Searched refs:lb_depth (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.c530 unsigned int lb_depth; in fetch_pipe_params() local
532 switch (scl->lb_depth) { in fetch_pipe_params()
534 lb_depth = 18; in fetch_pipe_params()
537 lb_depth = 24; in fetch_pipe_params()
540 lb_depth = 30; in fetch_pipe_params()
543 lb_depth = 36; in fetch_pipe_params()
546 lb_depth = 48; in fetch_pipe_params()
549 lb_depth = 57; in fetch_pipe_params()
552 lb_depth = 36; in fetch_pipe_params()
554 mode_lib->vba.LBBitPerPixel[mode_lib->vba.NumberOfActivePlanes] = lb_depth; in fetch_pipe_params()
H A Ddisplay_mode_enums.h91 enum lb_depth { enum
H A Ddisplay_mode_structs.h317 int lb_depth; member
H A Ddisplay_mode_lib.c223 dml_print("DML PARAMS: lb_depth = %d\n", scale_ratio_depth->lb_depth); in dml_log_pipe_params()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c414 input->scale_ratio_depth.lb_depth = 30; break; in pipe_ctx_to_e2e_pipe_params()
416 input->scale_ratio_depth.lb_depth = 36; break; in pipe_ctx_to_e2e_pipe_params()
418 input->scale_ratio_depth.lb_depth = 24; break; in pipe_ctx_to_e2e_pipe_params()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c2247 pipes[pipe_cnt].pipe.scale_ratio_depth.lb_depth = dm_lb_16;
2333 pipes[pipe_cnt].pipe.scale_ratio_depth.lb_depth = dm_lb_16;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c1461 pipes[pipe_cnt++].pipe.scale_ratio_depth.lb_depth = in dcn30_populate_dml_pipes_from_context()