Home
last modified time | relevance | path

Searched refs:resource_pool (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Dresource.h72 struct resource_pool *pool,
75 struct resource_pool *dc_create_resource_pool(
98 const struct resource_pool *pool,
103 const struct resource_pool *pool,
108 const struct resource_pool *pool,
121 const struct resource_pool *pool);
132 const struct resource_pool *pool);
136 const struct resource_pool *pool);
146 const struct resource_pool *pool);
171 const struct resource_pool *pool,
Dcore_types.h89 struct resource_pool;
94 void (*destroy)(struct resource_pool **pool);
109 const struct resource_pool *pool,
133 struct resource_pool { struct
Dhw_sequencer.h67 struct resource_pool;
208 struct resource_pool *res_pool,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.h32 struct resource_pool;
34 struct resource_pool *dce80_create_resource_pool(
38 struct resource_pool *dce81_create_resource_pool(
42 struct resource_pool *dce83_create_resource_pool(
Ddce80_resource.c771 static void dce80_destroy_resource_pool(struct resource_pool **pool) in dce80_destroy_resource_pool()
965 struct resource_pool *dce80_create_resource_pool( in dce80_create_resource_pool()
1151 struct resource_pool *dce81_create_resource_pool( in dce81_create_resource_pool()
1333 struct resource_pool *dce83_create_resource_pool( in dce83_create_resource_pool()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.h35 struct resource_pool;
39 struct resource_pool base;
41 struct resource_pool *dcn10_create_resource_pool(
Ddcn10_resource.c1017 const struct resource_pool *pool, in dcn10_acquire_idle_pipe_for_layer()
1055 static void dcn10_destroy_resource_pool(struct resource_pool **pool) in dcn10_destroy_resource_pool()
1351 struct resource_pool *dcn10_create_resource_pool( in dcn10_create_resource_pool()
Ddcn10_hw_sequencer.c118 struct resource_pool *pool = dc->res_pool; in dcn10_log_hubp_states()
233 struct resource_pool *pool = dc->res_pool; in dcn10_log_hw_state()
2490 static struct hubp *get_hubp_by_inst(struct resource_pool *res_pool, int mpcc_inst) in get_hubp_by_inst()
2504 struct resource_pool *res_pool, in dcn10_wait_for_mpcc_disconnect()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.h32 struct resource_pool;
38 struct resource_pool base;
43 struct resource_pool *dce110_create_resource_pool(
Ddce110_hw_sequencer.h65 const struct resource_pool *pool);
Ddce110_resource.c965 const struct resource_pool *pool, in dce110_acquire_underlay()
1024 static void dce110_destroy_resource_pool(struct resource_pool **pool) in dce110_destroy_resource_pool()
1044 static bool underlay_create(struct dc_context *ctx, struct resource_pool *pool) in underlay_create()
1333 struct resource_pool *dce110_create_resource_pool( in dce110_create_resource_pool()
Ddce110_hw_sequencer.c1680 const struct resource_pool *pool) in dce110_set_safe_displaymarks()
2781 struct resource_pool *res_pool, in dce110_wait_for_mpcc_disconnect()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.h32 struct resource_pool;
34 struct resource_pool *dce120_create_resource_pool(
Ddce120_resource.c710 static void dce120_destroy_resource_pool(struct resource_pool **pool) in dce120_destroy_resource_pool()
1066 struct resource_pool *dce120_create_resource_pool( in dce120_create_resource_pool()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.h35 struct resource_pool;
38 struct resource_pool *dce100_create_resource_pool(
Ddce100_resource.c784 static void dce100_destroy_resource_pool(struct resource_pool **pool) in dce100_destroy_resource_pool()
991 struct resource_pool *dce100_create_resource_pool( in dce100_create_resource_pool()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.h32 struct resource_pool;
34 struct resource_pool *dce112_create_resource_pool(
Ddce112_resource.c718 const struct resource_pool *pool, in find_matching_pll()
911 static void dce112_destroy_resource_pool(struct resource_pool **pool) in dce112_destroy_resource_pool()
1277 struct resource_pool *dce112_create_resource_pool( in dce112_create_resource_pool()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c100 struct resource_pool *dc_create_resource_pool( in dc_create_resource_pool()
106 struct resource_pool *res_pool = NULL; in dc_create_resource_pool()
203 struct resource_pool *pool, in resource_construct()
272 const struct resource_pool *pool, in find_matching_clock_source()
287 const struct resource_pool *pool, in resource_unreference_clock_source()
301 const struct resource_pool *pool, in resource_reference_clock_source()
315 const struct resource_pool *pool, in resource_get_clock_source_reference()
1151 const struct resource_pool *pool) in find_idle_secondary_pipe()
1214 const struct resource_pool *pool, in acquire_free_pipe_for_stream()
1257 const struct resource_pool *pool, in acquire_first_split_pipe()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc.h275 struct resource_pool;
289 struct resource_pool *res_pool;
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c497 const struct resource_pool *pool, in split_stream_across_pipes()
698 const struct resource_pool *pool = dc->res_pool; in dcn_validate_bandwidth()