Home
last modified time | relevance | path

Searched refs:aux_engine (Results 1 – 23 of 23) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/hw/
Daux_engine.h90 struct aux_engine { struct
153 struct aux_engine **ptr);
155 struct aux_engine *engine);
157 struct aux_engine *engine,
160 struct aux_engine *engine,
163 struct aux_engine *engine,
166 struct aux_engine *engine,
172 struct aux_engine *engine,
174 bool (*is_engine_available)(struct aux_engine *engine);
176 struct aux_engine *engine,
[all …]
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce/
Ddce_aux.c443 struct dce_aux *aux_engine = ddc->ctx->dc->res_pool->engines[ddc_pin->pin_data->en]; in dce_aux_configure_timeout() local
444 struct aux_engine_dce110 *aux110 = FROM_AUX_ENGINE(aux_engine); in dce_aux_configure_timeout()
564 struct dce_aux *aux_engine; in dce_aux_transfer_raw() local
577 aux_engine = ddc->ctx->dc->res_pool->engines[ddc_pin->pin_data->en]; in dce_aux_transfer_raw()
578 if (!acquire(aux_engine, ddc_pin)) { in dce_aux_transfer_raw()
595 submit_channel_request(aux_engine, &aux_req); in dce_aux_transfer_raw()
596 *operation_result = get_channel_status(aux_engine, &returned_bytes); in dce_aux_transfer_raw()
601 bytes_replied = read_channel_reply(aux_engine, payload->length, in dce_aux_transfer_raw()
604 EVENT_LOG_AUX_REP(aux_engine->ddc->pin_data->en, in dce_aux_transfer_raw()
612 release_engine(aux_engine); in dce_aux_transfer_raw()
[all …]
Ddce_aux.h300 struct dce_aux *aux_engine,
318 (struct aux_engine **ptr);
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c677 struct aux_engine_dce110 *aux_engine = in dce100_aux_engine_create() local
680 if (!aux_engine) in dce100_aux_engine_create()
683 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce100_aux_engine_create()
690 return &aux_engine->base; in dce100_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c443 struct aux_engine_dce110 *aux_engine = in dce120_aux_engine_create() local
446 if (!aux_engine) in dce120_aux_engine_create()
449 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce120_aux_engine_create()
456 return &aux_engine->base; in dce120_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_resource.c677 struct aux_engine_dce110 *aux_engine = in dcn201_aux_engine_create() local
680 if (!aux_engine) in dcn201_aux_engine_create()
683 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn201_aux_engine_create()
690 return &aux_engine->base; in dcn201_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c698 struct aux_engine_dce110 *aux_engine = in dce112_aux_engine_create() local
701 if (!aux_engine) in dce112_aux_engine_create()
704 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce112_aux_engine_create()
711 return &aux_engine->base; in dce112_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_resource.c528 struct aux_engine_dce110 *aux_engine = in dce60_aux_engine_create() local
531 if (!aux_engine) in dce60_aux_engine_create()
534 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce60_aux_engine_create()
541 return &aux_engine->base; in dce60_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c535 struct aux_engine_dce110 *aux_engine = in dce80_aux_engine_create() local
538 if (!aux_engine) in dce80_aux_engine_create()
541 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce80_aux_engine_create()
548 return &aux_engine->base; in dce80_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c722 struct aux_engine_dce110 *aux_engine = in dce110_aux_engine_create() local
725 if (!aux_engine) in dce110_aux_engine_create()
728 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce110_aux_engine_create()
735 return &aux_engine->base; in dce110_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c786 struct aux_engine_dce110 *aux_engine = kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dcn302_aux_engine_create() local
788 if (!aux_engine) in dcn302_aux_engine_create()
791 …dce110_aux_engine_construct(aux_engine, ctx, inst, SW_AUX_TIMEOUT_PERIOD_MULTIPLIER * AUX_TIMEOUT_… in dcn302_aux_engine_create()
794 return &aux_engine->base; in dcn302_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c726 struct aux_engine_dce110 *aux_engine = kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dcn303_aux_engine_create() local
728 if (!aux_engine) in dcn303_aux_engine_create()
731 …dce110_aux_engine_construct(aux_engine, ctx, inst, SW_AUX_TIMEOUT_PERIOD_MULTIPLIER * AUX_TIMEOUT_… in dcn303_aux_engine_create()
734 return &aux_engine->base; in dcn303_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c627 struct aux_engine_dce110 *aux_engine = in dcn10_aux_engine_create() local
630 if (!aux_engine) in dcn10_aux_engine_create()
633 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn10_aux_engine_create()
640 return &aux_engine->base; in dcn10_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c745 struct aux_engine_dce110 *aux_engine = in dcn301_aux_engine_create() local
748 if (!aux_engine) in dcn301_aux_engine_create()
751 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn301_aux_engine_create()
758 return &aux_engine->base; in dcn301_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c522 struct aux_engine_dce110 *aux_engine = in dcn21_aux_engine_create() local
525 if (!aux_engine) in dcn21_aux_engine_create()
528 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn21_aux_engine_create()
535 return &aux_engine->base; in dcn21_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn316/
Ddcn316_resource.c946 struct aux_engine_dce110 *aux_engine = in dcn31_aux_engine_create() local
949 if (!aux_engine) in dcn31_aux_engine_create()
952 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn31_aux_engine_create()
959 return &aux_engine->base; in dcn31_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_resource.c1002 struct aux_engine_dce110 *aux_engine = in dcn31_aux_engine_create() local
1005 if (!aux_engine) in dcn31_aux_engine_create()
1008 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn31_aux_engine_create()
1015 return &aux_engine->base; in dcn31_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn315/
Ddcn315_resource.c950 struct aux_engine_dce110 *aux_engine = in dcn31_aux_engine_create() local
953 if (!aux_engine) in dcn31_aux_engine_create()
956 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn31_aux_engine_create()
963 return &aux_engine->base; in dcn31_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c741 struct aux_engine_dce110 *aux_engine = in dcn321_aux_engine_create() local
744 if (!aux_engine) in dcn321_aux_engine_create()
755 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn321_aux_engine_create()
762 return &aux_engine->base; in dcn321_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c952 struct aux_engine_dce110 *aux_engine = in dcn31_aux_engine_create() local
955 if (!aux_engine) in dcn31_aux_engine_create()
958 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn31_aux_engine_create()
965 return &aux_engine->base; in dcn31_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c785 struct aux_engine_dce110 *aux_engine = in dcn30_aux_engine_create() local
788 if (!aux_engine) in dcn30_aux_engine_create()
791 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn30_aux_engine_create()
798 return &aux_engine->base; in dcn30_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c790 struct aux_engine_dce110 *aux_engine = in dcn20_aux_engine_create() local
793 if (!aux_engine) in dcn20_aux_engine_create()
796 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn20_aux_engine_create()
803 return &aux_engine->base; in dcn20_aux_engine_create()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c742 struct aux_engine_dce110 *aux_engine = in dcn32_aux_engine_create() local
745 if (!aux_engine) in dcn32_aux_engine_create()
756 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn32_aux_engine_create()
763 return &aux_engine->base; in dcn32_aux_engine_create()