HomeSort by: relevance | last modified time | path
    Searched defs:res_pool (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c 71 if (dc->res_pool->gsl_groups.gsl_0 == 0)
73 if (dc->res_pool->gsl_groups.gsl_1 == 0)
75 if (dc->res_pool->gsl_groups.gsl_2 == 0)
121 dc->res_pool->gsl_groups.gsl_0 = 1;
125 dc->res_pool->gsl_groups.gsl_1 = 1;
129 dc->res_pool->gsl_groups.gsl_2 = 1;
147 dc->res_pool->gsl_groups.gsl_0 = 0;
151 dc->res_pool->gsl_groups.gsl_1 = 0;
155 dc->res_pool->gsl_groups.gsl_2 = 0;
299 ASSERT(opp_id_src0 < dc->res_pool->res_cap->num_opp)
2293 struct resource_pool *res_pool = dc->res_pool; local in function:dcn20_fpga_init_hw
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_resource.c 127 struct resource_pool *res_pool = NULL; local in function:dc_create_resource_pool
131 res_pool = dce80_create_resource_pool(
135 res_pool = dce81_create_resource_pool(
139 res_pool = dce83_create_resource_pool(
143 res_pool = dce100_create_resource_pool(
147 res_pool = dce110_create_resource_pool(
153 res_pool = dce112_create_resource_pool(
158 res_pool = dce120_create_resource_pool(
165 res_pool = dcn10_create_resource_pool(init_data, dc);
170 res_pool = dcn20_create_resource_pool(init_data, dc)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c 81 const uint32_t ref_clk_mhz = dc_ctx->dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000;
98 for (i = 0; i < dc->res_pool->pipe_count; i++) {
138 dc->res_pool->hubbub->funcs->wm_read_state(dc->res_pool->hubbub, &wm);
162 struct resource_pool *pool = dc->res_pool;
277 struct resource_pool *pool = dc->res_pool;
662 struct hubp *hubp = dc->res_pool->hubps[0];
682 struct hubp *hubp = dc->res_pool->hubps[0];
691 for (i = 0; i < dc->res_pool->pipe_count; i++) {
692 if (!dc->res_pool->hubps[i]->power_gated
1246 struct resource_pool *res_pool = dc->res_pool; local in function:dcn10_init_hw
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h 501 struct resource_pool *res_pool; member in struct:dc

Completed in 15 milliseconds