Searched refs:hubbub (Results 26 - 42 of 42) sorted by relevance

12

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c692 static struct hubbub *dcn10_hubbub_create(struct dc_context *ctx)
923 kfree(pool->base.hubbub);
924 pool->base.hubbub = NULL;
1121 return dc->res_pool->hubbub->funcs->get_dcc_compression_cap(
1122 dc->res_pool->hubbub,
1641 pool->base.hubbub = dcn10_hubbub_create(ctx);
1642 if (pool->base.hubbub == NULL) {
1644 dm_error("DC: failed to create hubbub!\n");
H A Ddcn10_hw_sequencer_debug.c85 dc->res_pool->hubbub->funcs->wm_read_state(dc->res_pool->hubbub, &wm);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c856 struct hubbub *dcn20_hubbub_create(struct dc_context *ctx)
859 struct dcn20_hubbub *hubbub = kzalloc(sizeof(struct dcn20_hubbub), local
862 if (!hubbub)
865 hubbub2_construct(hubbub, ctx,
871 struct dcn20_vmid *vmid = &hubbub->vmid[i];
880 return &hubbub->base;
1105 if (pool->base.hubbub != NULL) {
1106 kfree(pool->base.hubbub);
1107 pool->base.hubbub = NULL;
2181 return dc->res_pool->hubbub
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_hwseq.c240 if (res_pool->dccg && res_pool->hubbub) {
245 (res_pool->hubbub->funcs->get_dchub_ref_freq)(res_pool->hubbub,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn302/
H A Ddcn302_resource.c250 static struct hubbub *dcn302_hubbub_create(struct dc_context *ctx)
1014 if (pool->hubbub != NULL) {
1015 kfree(pool->hubbub);
1016 pool->hubbub = NULL;
1358 pool->hubbub = dcn302_hubbub_create(ctx);
1359 if (pool->hubbub == NULL) {
1361 dm_error("DC: failed to create hubbub!\n");
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn303/
H A Ddcn303_resource.c228 static struct hubbub *dcn303_hubbub_create(struct dc_context *ctx)
940 if (pool->hubbub != NULL) {
941 kfree(pool->hubbub);
942 pool->hubbub = NULL;
1270 pool->hubbub = dcn303_hubbub_create(ctx);
1271 if (pool->hubbub == NULL) {
1273 dm_error("DC: failed to create hubbub!\n");
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.c825 static struct hubbub *dcn321_hubbub_create(struct dc_context *ctx)
1377 if (pool->base.hubbub != NULL) {
1378 kfree(TO_DCN20_HUBBUB(pool->base.hubbub));
1379 pool->base.hubbub = NULL;
1843 pool->base.hubbub = dcn321_hubbub_create(ctx);
1844 if (pool->base.hubbub == NULL) {
1846 dm_error("DC: failed to create hubbub!\n");
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn315/
H A Ddcn315_resource.c1019 static struct hubbub *dcn31_hubbub_create(struct dc_context *ctx)
1391 if (pool->base.hubbub != NULL) {
1392 kfree(pool->base.hubbub);
1393 pool->base.hubbub = NULL;
1990 pool->base.hubbub = dcn31_hubbub_create(ctx);
1991 if (pool->base.hubbub == NULL) {
1993 dm_error("DC: failed to create hubbub!\n");
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_resource.c1093 static struct hubbub *dcn31_hubbub_create(struct dc_context *ctx)
1464 if (pool->base.hubbub != NULL) {
1465 kfree(pool->base.hubbub);
1466 pool->base.hubbub = NULL;
2004 pool->base.hubbub = dcn31_hubbub_create(ctx);
2005 if (pool->base.hubbub == NULL) {
2007 dm_error("DC: failed to create hubbub!\n");
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn316/
H A Ddcn316_resource.c1015 static struct hubbub *dcn31_hubbub_create(struct dc_context *ctx)
1389 if (pool->base.hubbub != NULL) {
1390 kfree(pool->base.hubbub);
1391 pool->base.hubbub = NULL;
1877 pool->base.hubbub = dcn31_hubbub_create(ctx);
1878 if (pool->base.hubbub == NULL) {
1880 dm_error("DC: failed to create hubbub!\n");
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn301/
H A Ddcn301_resource.c811 static struct hubbub *dcn301_hubbub_create(struct dc_context *ctx)
1061 if (pool->base.hubbub != NULL) {
1062 kfree(pool->base.hubbub);
1063 pool->base.hubbub = NULL;
1566 pool->base.hubbub = dcn301_hubbub_create(ctx);
1567 if (pool->base.hubbub == NULL) {
1569 dm_error("DC: failed to create hubbub!\n");
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_resource.c1021 static struct hubbub *dcn31_hubbub_create(struct dc_context *ctx)
1391 if (pool->base.hubbub != NULL) {
1392 kfree(pool->base.hubbub);
1393 pool->base.hubbub = NULL;
1628 //pipes[pipe_cnt].pipe.src.hostvm = dc->res_pool->hubbub->riommu_active;
2038 pool->base.hubbub = dcn31_hubbub_create(ctx);
2039 if (pool->base.hubbub == NULL) {
2041 dm_error("DC: failed to create hubbub!\n");
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c826 static struct hubbub *dcn32_hubbub_create(struct dc_context *ctx)
1391 if (pool->base.hubbub != NULL) {
1392 kfree(TO_DCN20_HUBBUB(pool->base.hubbub));
1393 pool->base.hubbub = NULL;
2302 pool->base.hubbub = dcn32_hubbub_create(ctx);
2303 if (pool->base.hubbub == NULL) {
2305 dm_error("DC: failed to create hubbub!\n");
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c857 static struct hubbub *dcn30_hubbub_create(struct dc_context *ctx)
1091 if (pool->base.hubbub != NULL) {
1092 kfree(pool->base.hubbub);
1093 pool->base.hubbub = NULL;
2437 pool->base.hubbub = dcn30_hubbub_create(ctx);
2438 if (pool->base.hubbub == NULL) {
2440 dm_error("DC: failed to create hubbub!\n");
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn314/
H A Ddcn314_fpu.c357 pipes[i].pipe.src.hostvm = dc->vm_pa_config.is_hvm_enabled || dc->res_pool->hubbub->riommu_active;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c333 input->src.dcc = pipe->plane_res.dpp->ctx->dc->res_pool->hubbub->funcs->
1003 v->dcc_enable[input_idx] = dc->res_pool->hubbub->funcs->dcc_support_pixel_format(
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c2163 pipes[i].pipe.src.hostvm = dc->res_pool->hubbub->riommu_active;

Completed in 303 milliseconds

12