Symbol: free_pipes
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
564
unsigned int free_pipes = 0;
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
578
free_pipes = dc->res_pool->pipe_count - num_pipes;
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
579
return free_pipes;
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
609
unsigned int free_pipes = dcn32_get_num_free_pipes(dc, context);
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
648
if (num_pipes <= free_pipes) {
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
685
unsigned int i, split_cnt, free_pipes;
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
706
free_pipes = dcn32_get_num_free_pipes(dc, context);
drivers/gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c
710
if (free_pipes >= min_pipe_split && free_pipes < dc->res_pool->pipe_count)
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn3.c
102
free_pipes--;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn3.c
459
unsigned int i, used_pipes, free_pipes, planes_on_stream;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn3.c
471
free_pipes = pmo->ip_caps->pipe_count - used_pipes;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn3.c
483
result = optimize_dcc_mcache_no_odm(in_out, free_pipes);
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn3.c
500
if (free_pipes >= planes_on_stream) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn3.c
516
result = optimize_dcc_mcache_no_odm(in_out, free_pipes);
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn3.c
77
int free_pipes)
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn3.c
94
if (free_pipes > 0) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
249
int free_pipes)
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
266
if (free_pipes > 0) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
274
free_pipes--;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
296
unsigned int i, used_pipes, free_pipes, planes_on_stream;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
308
free_pipes = pmo->ip_caps->pipe_count - used_pipes;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
320
result = optimize_dcc_mcache_no_odm(in_out, free_pipes);
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
337
if (free_pipes >= planes_on_stream) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
353
result = optimize_dcc_mcache_no_odm(in_out, free_pipes);
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
189
unsigned int free_pipes = 0;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
203
free_pipes = ctx->config.dcn_pipe_count - num_pipes;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
204
return free_pipes;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
234
unsigned int free_pipes = 2; //dcn32_get_num_free_pipes(dc, context);
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
265
if (num_pipes <= free_pipes) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
312
unsigned int i, split_cnt, free_pipes;
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
333
free_pipes = get_num_free_pipes(ctx, state);
drivers/gpu/drm/amd/display/dc/dml2_0/dml2_mall_phantom.c
337
if (free_pipes >= min_pipe_split && free_pipes < ctx->config.dcn_pipe_count)
sound/pci/echoaudio/echoaudio.c
537
err = free_pipes(chip, pipe);
sound/pci/echoaudio/echoaudio.c
662
free_pipes(chip, pipe);
sound/pci/echoaudio/echoaudio.h
421
static int free_pipes(struct echoaudio *chip, struct audiopipe *pipe);