Searched refs:exclude_this_plane (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_dcn4_calcs.c | 4864 bool exclude_this_plane = 0; in get_urgent_bandwidth_required() local 4868 exclude_this_plane = 1; in get_urgent_bandwidth_required() 4885 if (!exclude_this_plane) { in get_urgent_bandwidth_required() 4935 …plane=%d\n", __func__, k, l->required_bandwidth_mbps, inc_flip_bw, is_phantom, exclude_this_plane); in get_urgent_bandwidth_required() 4936 …s, dml2_core_internal_soc_state_type_str(state_type), inc_flip_bw, is_phantom, exclude_this_plane); in get_urgent_bandwidth_required() 4937 …plane=%d\n", __func__, k, l->required_bandwidth_mbps, inc_flip_bw, is_phantom, exclude_this_plane); in get_urgent_bandwidth_required()
|
D | dml2_core_shared.c | 7383 bool exclude_this_plane = 0; in get_urgent_bandwidth_required() local 7387 exclude_this_plane = 1; in get_urgent_bandwidth_required() 7395 if (!exclude_this_plane) { in get_urgent_bandwidth_required() 7425 …plane=%d\n", __func__, k, l->required_bandwidth_mbps, inc_flip_bw, is_phantom, exclude_this_plane); in get_urgent_bandwidth_required()
|