HomeSort by: relevance | last modified time | path
    Searched refs:resource_pool (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/
dce120_resource.h 34 struct resource_pool;
36 struct resource_pool *dce120_create_resource_pool(
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
dcn21_resource.h 37 struct resource_pool;
41 struct resource_pool base;
43 struct resource_pool *dcn21_create_resource_pool(
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
dce110_resource.h 34 struct resource_pool;
40 struct resource_pool base;
45 struct resource_pool *dce110_create_resource_pool(
52 const struct resource_pool *pool,
dce110_hw_sequencer.h 66 const struct resource_pool *pool);
amdgpu_dce110_resource.c 1101 const struct resource_pool *pool,
1166 static void dce110_destroy_resource_pool(struct resource_pool **pool)
1177 const struct resource_pool *pool,
1219 static bool underlay_create(struct dc_context *ctx, struct resource_pool *pool)
1505 struct resource_pool *dce110_create_resource_pool(
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce80/
dce80_resource.h 34 struct resource_pool;
36 struct resource_pool *dce80_create_resource_pool(
40 struct resource_pool *dce81_create_resource_pool(
44 struct resource_pool *dce83_create_resource_pool(
amdgpu_dce80_resource.c 905 static void dce80_destroy_resource_pool(struct resource_pool **pool)
1105 struct resource_pool *dce80_create_resource_pool(
1302 struct resource_pool *dce81_create_resource_pool(
1495 struct resource_pool *dce83_create_resource_pool(
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
dcn10_resource.h 37 struct resource_pool;
41 struct resource_pool base;
43 struct resource_pool *dcn10_create_resource_pool(
49 const struct resource_pool *pool,
amdgpu_dcn10_hw_sequencer_debug.c 117 struct resource_pool *pool = dc->res_pool;
195 struct resource_pool *pool = dc->res_pool;
237 struct resource_pool *pool = dc->res_pool;
294 struct resource_pool *pool = dc->res_pool;
334 struct resource_pool *pool = dc->res_pool;
389 struct resource_pool *pool = dc->res_pool;
420 struct resource_pool *pool = dc->res_pool;
495 struct resource_pool *pool = dc->res_pool;
511 struct resource_pool *pool = dc->res_pool;
dcn10_hw_sequencer.h 149 struct resource_pool *res_pool,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
dce_i2c.h 36 struct resource_pool *pool,
amdgpu_dce_i2c.c 34 struct resource_pool *pool,
dce_i2c_sw.h 49 struct resource_pool *pool,
amdgpu_dce_i2c_sw.c 74 struct resource_pool *pool,
477 struct resource_pool *pool,
dce_i2c_hw.h 319 struct resource_pool *pool,
325 struct resource_pool *pool,
amdgpu_dce_i2c_hw.c 374 struct resource_pool *pool,
562 struct resource_pool *pool,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce100/
dce100_resource.h 37 struct resource_pool;
40 struct resource_pool *dce100_create_resource_pool(
53 const struct resource_pool *pool,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce112/
dce112_resource.h 34 struct resource_pool;
36 struct resource_pool *dce112_create_resource_pool(
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
resource.h 78 struct resource_pool *pool,
81 struct resource_pool *dc_create_resource_pool(struct dc *dc,
102 const struct resource_pool *pool,
107 const struct resource_pool *pool,
112 const struct resource_pool *pool,
125 const struct resource_pool *pool);
136 const struct resource_pool *pool);
140 const struct resource_pool *pool,
151 const struct resource_pool *pool);
176 const struct resource_pool *pool
    [all...]
core_types.h 89 struct resource_pool;
95 void (*destroy)(struct resource_pool **pool);
115 const struct resource_pool *pool,
134 const struct resource_pool *pool,
160 struct resource_pool { struct
hw_sequencer.h 48 struct resource_pool;
76 struct resource_pool *res_pool,
hw_sequencer_private.h 57 struct resource_pool;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
dcn20_resource.h 37 struct resource_pool;
41 struct resource_pool base;
43 struct resource_pool *dcn20_create_resource_pool(
58 const struct resource_pool *pool,
115 bool dcn20_dwbc_create(struct dc_context *ctx, struct resource_pool *pool);
116 bool dcn20_mmhubbub_create(struct dc_context *ctx, struct resource_pool *pool);
135 const struct resource_pool *pool,
140 const struct resource_pool *pool,
145 const struct resource_pool *pool,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_resource.c 123 struct resource_pool *dc_create_resource_pool(struct dc *dc,
127 struct resource_pool *res_pool = NULL;
242 struct resource_pool *pool,
310 const struct resource_pool *pool,
325 const struct resource_pool *pool,
339 const struct resource_pool *pool,
353 const struct resource_pool *pool,
1100 const struct resource_pool *pool,
1195 const struct resource_pool *pool,
1226 const struct resource_pool *pool
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h 483 struct resource_pool;
501 struct resource_pool *res_pool;

Completed in 219 milliseconds

1 2