Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A 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/drivers/gpu/drm/amd/display/dc/dce/
H A 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 …]
H A Ddce_aux.h300 struct dce_aux *aux_engine,
318 (struct aux_engine **ptr);
/linux/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.c702 struct aux_engine_dce110 *aux_engine = in dce100_aux_engine_create() local
705 if (!aux_engine) in dce100_aux_engine_create()
708 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce100_aux_engine_create()
715 return &aux_engine->base; in dce100_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce120/
H A Ddce120_resource.c444 struct aux_engine_dce110 *aux_engine = in dce120_aux_engine_create() local
447 if (!aux_engine) in dce120_aux_engine_create()
450 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce120_aux_engine_create()
457 return &aux_engine->base; in dce120_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c683 struct aux_engine_dce110 *aux_engine = in dcn201_aux_engine_create() local
686 if (!aux_engine) in dcn201_aux_engine_create()
689 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn201_aux_engine_create()
696 return &aux_engine->base; in dcn201_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce60/
H A Ddce60_resource.c538 struct aux_engine_dce110 *aux_engine = in dce60_aux_engine_create() local
541 if (!aux_engine) in dce60_aux_engine_create()
544 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce60_aux_engine_create()
551 return &aux_engine->base; in dce60_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce112/
H A Ddce112_resource.c702 struct aux_engine_dce110 *aux_engine = in dce112_aux_engine_create() local
705 if (!aux_engine) in dce112_aux_engine_create()
708 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce112_aux_engine_create()
715 return &aux_engine->base; in dce112_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce80/
H A Ddce80_resource.c544 struct aux_engine_dce110 *aux_engine = in dce80_aux_engine_create() local
547 if (!aux_engine) in dce80_aux_engine_create()
550 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce80_aux_engine_create()
557 return &aux_engine->base; in dce80_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/
H A Ddce110_resource.c726 struct aux_engine_dce110 *aux_engine = in dce110_aux_engine_create() local
729 if (!aux_engine) in dce110_aux_engine_create()
732 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce110_aux_engine_create()
739 return &aux_engine->base; in dce110_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c778 struct aux_engine_dce110 *aux_engine = kzalloc_obj(struct aux_engine_dce110); in dcn303_aux_engine_create() local
780 if (!aux_engine) in dcn303_aux_engine_create()
783 …dce110_aux_engine_construct(aux_engine, ctx, inst, SW_AUX_TIMEOUT_PERIOD_MULTIPLIER * AUX_TIMEOUT_… in dcn303_aux_engine_create()
786 return &aux_engine->base; in dcn303_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c820 struct aux_engine_dce110 *aux_engine = kzalloc_obj(struct aux_engine_dce110); in dcn302_aux_engine_create() local
822 if (!aux_engine) in dcn302_aux_engine_create()
825 …dce110_aux_engine_construct(aux_engine, ctx, inst, SW_AUX_TIMEOUT_PERIOD_MULTIPLIER * AUX_TIMEOUT_… in dcn302_aux_engine_create()
828 return &aux_engine->base; in dcn302_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c542 struct aux_engine_dce110 *aux_engine = in dcn21_aux_engine_create() local
545 if (!aux_engine) in dcn21_aux_engine_create()
548 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn21_aux_engine_create()
555 return &aux_engine->base; in dcn21_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c651 struct aux_engine_dce110 *aux_engine = in dcn10_aux_engine_create() local
654 if (!aux_engine) in dcn10_aux_engine_create()
657 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn10_aux_engine_create()
664 return &aux_engine->base; in dcn10_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c752 struct aux_engine_dce110 *aux_engine = in dcn301_aux_engine_create() local
755 if (!aux_engine) in dcn301_aux_engine_create()
758 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn301_aux_engine_create()
765 return &aux_engine->base; in dcn301_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1008 struct aux_engine_dce110 *aux_engine = in dcn31_aux_engine_create() local
1011 if (!aux_engine) in dcn31_aux_engine_create()
1014 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn31_aux_engine_create()
1021 return &aux_engine->base; in dcn31_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_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/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c864 struct aux_engine_dce110 *aux_engine = in dcn31_aux_engine_create() local
867 if (!aux_engine) in dcn31_aux_engine_create()
878 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn31_aux_engine_create()
885 return &aux_engine->base; in dcn31_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c972 struct aux_engine_dce110 *aux_engine = in dcn31_aux_engine_create() local
975 if (!aux_engine) in dcn31_aux_engine_create()
978 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn31_aux_engine_create()
985 return &aux_engine->base; in dcn31_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c760 struct aux_engine_dce110 *aux_engine = in dcn321_aux_engine_create() local
763 if (!aux_engine) in dcn321_aux_engine_create()
774 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn321_aux_engine_create()
781 return &aux_engine->base; in dcn321_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/
H A Ddcn36_resource.c871 struct aux_engine_dce110 *aux_engine = in dcn31_aux_engine_create() local
874 if (!aux_engine) in dcn31_aux_engine_create()
885 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn31_aux_engine_create()
892 return &aux_engine->base; in dcn31_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c884 struct aux_engine_dce110 *aux_engine = in dcn31_aux_engine_create() local
887 if (!aux_engine) in dcn31_aux_engine_create()
898 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn31_aux_engine_create()
905 return &aux_engine->base; in dcn31_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c971 struct aux_engine_dce110 *aux_engine = in dcn31_aux_engine_create() local
974 if (!aux_engine) in dcn31_aux_engine_create()
977 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn31_aux_engine_create()
984 return &aux_engine->base; in dcn31_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c764 struct aux_engine_dce110 *aux_engine = in dcn401_aux_engine_create() local
767 if (!aux_engine) in dcn401_aux_engine_create()
777 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn401_aux_engine_create()
784 return &aux_engine->base; in dcn401_aux_engine_create()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c791 struct aux_engine_dce110 *aux_engine = in dcn30_aux_engine_create() local
794 if (!aux_engine) in dcn30_aux_engine_create()
797 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn30_aux_engine_create()
804 return &aux_engine->base; in dcn30_aux_engine_create()

12