Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/hw/
Daux_engine.h86 struct aux_engine { struct
149 struct aux_engine **ptr);
151 struct aux_engine *engine);
153 struct aux_engine *engine,
156 struct aux_engine *engine,
159 struct aux_engine *engine,
162 struct aux_engine *engine,
168 struct aux_engine *engine,
170 bool (*is_engine_available)(struct aux_engine *engine);
172 const struct aux_engine *engine);
[all …]
/linux-6.1.9/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.1.9/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c673 struct aux_engine_dce110 *aux_engine = in dce100_aux_engine_create() local
676 if (!aux_engine) in dce100_aux_engine_create()
679 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce100_aux_engine_create()
686 return &aux_engine->base; in dce100_aux_engine_create()
/linux-6.1.9/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.1.9/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_resource.c678 struct aux_engine_dce110 *aux_engine = in dcn201_aux_engine_create() local
681 if (!aux_engine) in dcn201_aux_engine_create()
684 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn201_aux_engine_create()
691 return &aux_engine->base; in dcn201_aux_engine_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c694 struct aux_engine_dce110 *aux_engine = in dce112_aux_engine_create() local
697 if (!aux_engine) in dce112_aux_engine_create()
700 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce112_aux_engine_create()
707 return &aux_engine->base; in dce112_aux_engine_create()
/linux-6.1.9/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.1.9/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c531 struct aux_engine_dce110 *aux_engine = in dce80_aux_engine_create() local
534 if (!aux_engine) in dce80_aux_engine_create()
537 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce80_aux_engine_create()
544 return &aux_engine->base; in dce80_aux_engine_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c721 struct aux_engine_dce110 *aux_engine = in dce110_aux_engine_create() local
724 if (!aux_engine) in dce110_aux_engine_create()
727 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce110_aux_engine_create()
734 return &aux_engine->base; in dce110_aux_engine_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c794 struct aux_engine_dce110 *aux_engine = kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dcn302_aux_engine_create() local
796 if (!aux_engine) in dcn302_aux_engine_create()
799 …dce110_aux_engine_construct(aux_engine, ctx, inst, SW_AUX_TIMEOUT_PERIOD_MULTIPLIER * AUX_TIMEOUT_… in dcn302_aux_engine_create()
802 return &aux_engine->base; in dcn302_aux_engine_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c735 struct aux_engine_dce110 *aux_engine = kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dcn303_aux_engine_create() local
737 if (!aux_engine) in dcn303_aux_engine_create()
740 …dce110_aux_engine_construct(aux_engine, ctx, inst, SW_AUX_TIMEOUT_PERIOD_MULTIPLIER * AUX_TIMEOUT_… in dcn303_aux_engine_create()
743 return &aux_engine->base; in dcn303_aux_engine_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c524 struct aux_engine_dce110 *aux_engine = in dcn21_aux_engine_create() local
527 if (!aux_engine) in dcn21_aux_engine_create()
530 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn21_aux_engine_create()
537 return &aux_engine->base; in dcn21_aux_engine_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c763 struct aux_engine_dce110 *aux_engine = in dcn301_aux_engine_create() local
766 if (!aux_engine) in dcn301_aux_engine_create()
769 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn301_aux_engine_create()
776 return &aux_engine->base; in dcn301_aux_engine_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c628 struct aux_engine_dce110 *aux_engine = in dcn10_aux_engine_create() local
631 if (!aux_engine) in dcn10_aux_engine_create()
634 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn10_aux_engine_create()
641 return &aux_engine->base; in dcn10_aux_engine_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_resource.c990 struct aux_engine_dce110 *aux_engine = in dcn31_aux_engine_create() local
993 if (!aux_engine) in dcn31_aux_engine_create()
996 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn31_aux_engine_create()
1003 return &aux_engine->base; in dcn31_aux_engine_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn315/
Ddcn315_resource.c960 struct aux_engine_dce110 *aux_engine = in dcn31_aux_engine_create() local
963 if (!aux_engine) in dcn31_aux_engine_create()
966 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn31_aux_engine_create()
973 return &aux_engine->base; in dcn31_aux_engine_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn316/
Ddcn316_resource.c959 struct aux_engine_dce110 *aux_engine = in dcn31_aux_engine_create() local
962 if (!aux_engine) in dcn31_aux_engine_create()
965 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn31_aux_engine_create()
972 return &aux_engine->base; in dcn31_aux_engine_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c753 struct aux_engine_dce110 *aux_engine = in dcn321_aux_engine_create() local
756 if (!aux_engine) in dcn321_aux_engine_create()
767 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn321_aux_engine_create()
774 return &aux_engine->base; in dcn321_aux_engine_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c964 struct aux_engine_dce110 *aux_engine = in dcn31_aux_engine_create() local
967 if (!aux_engine) in dcn31_aux_engine_create()
970 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn31_aux_engine_create()
977 return &aux_engine->base; in dcn31_aux_engine_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c795 struct aux_engine_dce110 *aux_engine = in dcn30_aux_engine_create() local
798 if (!aux_engine) in dcn30_aux_engine_create()
801 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn30_aux_engine_create()
808 return &aux_engine->base; in dcn30_aux_engine_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c754 struct aux_engine_dce110 *aux_engine = in dcn32_aux_engine_create() local
757 if (!aux_engine) in dcn32_aux_engine_create()
768 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn32_aux_engine_create()
775 return &aux_engine->base; in dcn32_aux_engine_create()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c800 struct aux_engine_dce110 *aux_engine = in dcn20_aux_engine_create() local
803 if (!aux_engine) in dcn20_aux_engine_create()
806 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn20_aux_engine_create()
813 return &aux_engine->base; in dcn20_aux_engine_create()