Home
last modified time | relevance | path

Searched refs:oem_device (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c1055 if (pool->oem_device != NULL) { in dcn303_resource_destruct()
1056 struct dc *dc = pool->oem_device->ctx->dc; in dcn303_resource_destruct()
1058 dc->link_srv->destroy_ddc_service(&pool->oem_device); in dcn303_resource_destruct()
1431 pool->oem_device = dc->link_srv->create_ddc_service(&ddc_init_data); in dcn303_resource_construct()
1433 pool->oem_device = NULL; in dcn303_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c1111 if (pool->oem_device != NULL) { in dcn302_resource_destruct()
1112 struct dc *dc = pool->oem_device->ctx->dc; in dcn302_resource_destruct()
1114 dc->link_srv->destroy_ddc_service(&pool->oem_device); in dcn302_resource_destruct()
1499 pool->oem_device = dc->link_srv->create_ddc_service(&ddc_init_data); in dcn302_resource_construct()
1501 pool->oem_device = NULL; in dcn302_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce120/
H A Ddce120_resource.c667 if (pool->base.oem_device != NULL) { in dce120_resource_destruct()
668 struct dc *dc = pool->base.oem_device->ctx->dc; in dce120_resource_destruct()
670 dc->link_srv->destroy_ddc_service(&pool->base.oem_device); in dce120_resource_destruct()
1277 pool->base.oem_device = dc->link_srv->create_ddc_service(&ddc_init_data); in dce120_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1477 if (pool->base.oem_device != NULL) { in dcn321_resource_destruct()
1478 struct dc *dc = pool->base.oem_device->ctx->dc; in dcn321_resource_destruct()
1480 dc->link_srv->destroy_ddc_service(&pool->base.oem_device); in dcn321_resource_destruct()
2012 pool->base.oem_device = dc->link_srv->create_ddc_service(&ddc_init_data); in dcn321_resource_construct()
2014 pool->base.oem_device = NULL; in dcn321_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c1538 if (pool->base.oem_device != NULL) { in dcn401_resource_destruct()
1539 struct dc *dc = pool->base.oem_device->ctx->dc; in dcn401_resource_destruct()
1541 dc->link_srv->destroy_ddc_service(&pool->base.oem_device); in dcn401_resource_destruct()
2253 pool->base.oem_device = dc->link_srv->create_ddc_service(&ddc_init_data); in dcn401_resource_construct()
2255 pool->base.oem_device = NULL; in dcn401_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1190 if (pool->base.oem_device != NULL) { in dcn30_resource_destruct()
1191 struct dc *dc = pool->base.oem_device->ctx->dc; in dcn30_resource_destruct()
1193 dc->link_srv->destroy_ddc_service(&pool->base.oem_device); in dcn30_resource_destruct()
2599 pool->base.oem_device = dc->link_srv->create_ddc_service(&ddc_init_data); in dcn30_resource_construct()
2601 pool->base.oem_device = NULL; in dcn30_resource_construct()
/linux/drivers/gpu/drm/gma500/
H A Dintel_bios.h339 char oem_device[20]; member
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1190 if (pool->base.oem_device != NULL) { in dcn20_resource_destruct()
1191 struct dc *dc = pool->base.oem_device->ctx->dc; in dcn20_resource_destruct()
1193 dc->link_srv->destroy_ddc_service(&pool->base.oem_device); in dcn20_resource_destruct()
2749 pool->base.oem_device = dc->link_srv->create_ddc_service(&ddc_init_data); in dcn20_resource_construct()
2751 pool->base.oem_device = NULL; in dcn20_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1497 if (pool->base.oem_device != NULL) { in dcn32_resource_destruct()
1498 struct dc *dc = pool->base.oem_device->ctx->dc; in dcn32_resource_destruct()
1500 dc->link_srv->destroy_ddc_service(&pool->base.oem_device); in dcn32_resource_destruct()
2518 pool->base.oem_device = dc->link_srv->create_ddc_service(&ddc_init_data); in dcn32_resource_construct()
2520 pool->base.oem_device = NULL; in dcn32_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h330 struct ddc_service *oem_device; member