Searched refs:controller_id_to_atom (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/bios/ |
| H A D | command_table.c | 1062 && bp->cmd_helper->controller_id_to_atom( in set_pixel_clock_v5() 1132 && bp->cmd_helper->controller_id_to_atom( in set_pixel_clock_v6() 1224 && bp->cmd_helper->controller_id_to_atom(bp_params->controller_id, &controller_id)) { in set_pixel_clock_v7() 1659 if (!bp->cmd_helper->controller_id_to_atom(bp_params->controller_id, ¶ms.ucCRTC)) in select_crtc_source_v1() 1763 if (!bp->cmd_helper->controller_id_to_atom(bp_params->controller_id, ¶ms.ucCRTC)) in select_crtc_source_v2() 1788 if (!bp->cmd_helper->controller_id_to_atom(bp_params->controller_id, ¶ms.ucCRTC)) in select_crtc_source_v3() 2142 if (bp->cmd_helper->controller_id_to_atom( in set_crtc_timing_v1() 2215 if (bp->cmd_helper->controller_id_to_atom( in set_crtc_using_dtd_timing_v3() 2324 if (bp->cmd_helper->controller_id_to_atom(controller_id, &id)) in enable_crtc_v1() 2374 if (bp->cmd_helper->controller_id_to_atom(controller_id, &id)) { in enable_crtc_mem_req_v1() [all …]
|
| H A D | command_table_helper_struct.h | 35 bool (*controller_id_to_atom)(enum controller_id id, uint8_t *atom_id); member
|
| H A D | command_table2.c | 491 && bp->cmd_helper->controller_id_to_atom(bp_params-> in set_pixel_clock_v7() 613 if (bp->cmd_helper->controller_id_to_atom( in set_crtc_using_dtd_timing_v3() 730 if (bp->cmd_helper->controller_id_to_atom(controller_id, &id)) in enable_crtc_v1() 854 if (bp->cmd_helper->controller_id_to_atom(crtc_id, &atom_crtc_id)) in enable_disp_power_gating_v2_1()
|
| /linux/drivers/gpu/drm/amd/display/dc/bios/dce110/ |
| H A D | command_table_helper_dce110.c | 201 .controller_id_to_atom = dal_cmd_table_helper_controller_id_to_atom,
|
| /linux/drivers/gpu/drm/amd/display/dc/bios/dce60/ |
| H A D | command_table_helper_dce60.c | 226 .controller_id_to_atom = dal_cmd_table_helper_controller_id_to_atom,
|
| /linux/drivers/gpu/drm/amd/display/dc/bios/dce80/ |
| H A D | command_table_helper_dce80.c | 226 .controller_id_to_atom = dal_cmd_table_helper_controller_id_to_atom,
|
| /linux/drivers/gpu/drm/amd/display/dc/bios/dce112/ |
| H A D | command_table_helper_dce112.c | 253 .controller_id_to_atom = dal_cmd_table_helper_controller_id_to_atom,
|
| H A D | command_table_helper2_dce112.c | 255 .controller_id_to_atom = dal_cmd_table_helper_controller_id_to_atom2,
|