Searched refs:is_phantom_pipe (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_rq_dlg_calc_32.c | 53 bool is_phantom_pipe; in dml32_rq_dlg_get_rq_reg() local 167 is_phantom_pipe = get_is_phantom_pipe(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); in dml32_rq_dlg_get_rq_reg() 171 if (is_phantom_pipe) { in dml32_rq_dlg_get_rq_reg() 195 dml_print("DML_DLG: %s: is_phantom_pipe = %d\n", __func__, is_phantom_pipe); in dml32_rq_dlg_get_rq_reg()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml_display_rq_dlg_calc.c | 67 dml_bool_t is_phantom_pipe; in dml_rq_dlg_get_rq_reg() local 159 is_phantom_pipe = dml_get_is_phantom_pipe(mode_lib, pipe_idx); in dml_rq_dlg_get_rq_reg() 163 if (is_phantom_pipe) { in dml_rq_dlg_get_rq_reg() 182 dml_print("DML_DLG: %s: is_phantom_pipe = %d\n", __func__, is_phantom_pipe); in dml_rq_dlg_get_rq_reg()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_dcn4_calcs.c | 11803 bool is_phantom_pipe; in rq_dlg_get_rq_reg() local 11884 is_phantom_pipe = dml_get_is_phantom_pipe(display_cfg, mode_lib, pipe_idx); in rq_dlg_get_rq_reg() 11888 if (is_phantom_pipe) { in rq_dlg_get_rq_reg() 11907 dml2_printf("DML_DLG: %s: is_phantom_pipe = %d\n", __func__, is_phantom_pipe); in rq_dlg_get_rq_reg()
|
H A D | dml2_core_shared.c | 11567 bool is_phantom_pipe = dml_get_is_phantom_pipe(display_cfg, mode_lib, pipe_idx); in rq_dlg_get_rq_reg() local 11571 if (is_phantom_pipe) { in rq_dlg_get_rq_reg() 11590 dml2_printf("DML_DLG: %s: is_phantom_pipe = %d\n", __func__, is_phantom_pipe); in rq_dlg_get_rq_reg()
|