Searched refs:engine_bp_to_atom (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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-v4.19/drivers/gpu/drm/amd/display/dc/bios/dce110/ |
D | command_table_helper_dce110.c | 238 static bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id) in engine_bp_to_atom() function 335 .engine_bp_to_atom = engine_bp_to_atom,
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/bios/dce112/ |
D | command_table_helper2_dce112.c | 240 static bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id) in engine_bp_to_atom() function 387 .engine_bp_to_atom = engine_bp_to_atom,
|
D | command_table_helper_dce112.c | 240 static bool engine_bp_to_atom(enum engine_id id, uint32_t *atom_engine_id) in engine_bp_to_atom() function 387 .engine_bp_to_atom = engine_bp_to_atom,
|
/Linux-v4.19/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
|
D | command_table2.c | 509 if (bp->cmd_helper->engine_bp_to_atom(bp_params->engine_id, in select_crtc_source_v3()
|
D | command_table.c | 1951 if (bp->cmd_helper->engine_bp_to_atom( in select_crtc_source_v2() 1990 if (bp->cmd_helper->engine_bp_to_atom(bp_params->engine_id, in select_crtc_source_v3()
|