Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/bios/dce110/
H A Dcommand_table_helper_dce110.c203 .engine_bp_to_atom = engine_bp_to_atom,
/linux/drivers/gpu/drm/amd/display/dc/bios/dce60/
H A Dcommand_table_helper_dce60.c228 .engine_bp_to_atom = engine_bp_to_atom,
/linux/drivers/gpu/drm/amd/display/dc/bios/dce80/
H A Dcommand_table_helper_dce80.c228 .engine_bp_to_atom = engine_bp_to_atom,
/linux/drivers/gpu/drm/amd/display/dc/bios/dce112/
H A Dcommand_table_helper_dce112.c255 .engine_bp_to_atom = engine_bp_to_atom,
H A Dcommand_table_helper2_dce112.c257 .engine_bp_to_atom = engine_bp_to_atom,
/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table_helper.h68 bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id);
H A Dcommand_table_helper_struct.h40 bool (*engine_bp_to_atom)(enum engine_id engine_id, member
H A Dcommand_table_helper.c356 bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id) in engine_bp_to_atom() function