Home
last modified time | relevance | path

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

/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/resource/dce100/
H A Ddce100_resource.c703 struct aux_engine_dce110 *aux_engine = in dce100_aux_engine_create() local
706 if (!aux_engine) in dce100_aux_engine_create()
709 dce110_aux_engine_construct(aux_engine, ctx, inst, in dce100_aux_engine_create()
716 return &aux_engine->base; in dce100_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()