Home
last modified time | relevance | path

Searched refs:engine_bp_to_atom (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce110/
H A Dcommand_table_helper_dce110.c210 static bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id) in engine_bp_to_atom() function
307 .engine_bp_to_atom = engine_bp_to_atom,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce80/
H A Dcommand_table_helper_dce80.c61 static bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id) in engine_bp_to_atom() function
332 .engine_bp_to_atom = engine_bp_to_atom,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce60/
H A Dcommand_table_helper_dce60.c61 static bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id) in engine_bp_to_atom() function
332 .engine_bp_to_atom = engine_bp_to_atom,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce112/
H A Dcommand_table_helper2_dce112.c212 static bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id) in engine_bp_to_atom() function
359 .engine_bp_to_atom = engine_bp_to_atom,
H A Dcommand_table_helper_dce112.c212 static bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id) in engine_bp_to_atom() function
359 .engine_bp_to_atom = engine_bp_to_atom,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table_helper_struct.h40 bool (*engine_bp_to_atom)(enum engine_id engine_id, member