Searched refs:engine_bp_to_atom (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/bios/dce110/ |
D | command_table_helper_dce110.c | 210 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,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/bios/dce60/ |
D | command_table_helper_dce60.c | 61 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,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/bios/dce112/ |
D | command_table_helper2_dce112.c | 212 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,
|
D | command_table_helper_dce112.c | 212 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,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/bios/dce80/ |
D | command_table_helper_dce80.c | 61 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,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/bios/ |
D | command_table_helper_struct.h | 40 bool (*engine_bp_to_atom)(enum engine_id engine_id, member
|