Searched refs:controller_id_to_atom (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/bios/ |
A D | command_table_helper_struct.h | 35 bool (*controller_id_to_atom)(enum controller_id id, uint8_t *atom_id); member
|
A D | command_table2.c | 459 && bp->cmd_helper->controller_id_to_atom(bp_params-> in set_pixel_clock_v7() 582 if (bp->cmd_helper->controller_id_to_atom( in set_crtc_using_dtd_timing_v3() 701 if (bp->cmd_helper->controller_id_to_atom(controller_id, &id)) in enable_crtc_v1() 827 if (bp->cmd_helper->controller_id_to_atom(crtc_id, &atom_crtc_id)) in enable_disp_power_gating_v2_1()
|
A D | command_table.c | 1057 && bp->cmd_helper->controller_id_to_atom( in set_pixel_clock_v5() 1127 && bp->cmd_helper->controller_id_to_atom( in set_pixel_clock_v6() 1219 && bp->cmd_helper->controller_id_to_atom(bp_params->controller_id, &controller_id)) { in set_pixel_clock_v7() 1830 if (bp->cmd_helper->controller_id_to_atom( in set_crtc_timing_v1() 1903 if (bp->cmd_helper->controller_id_to_atom( in set_crtc_using_dtd_timing_v3() 2012 if (bp->cmd_helper->controller_id_to_atom(controller_id, &id)) in enable_crtc_v1() 2062 if (bp->cmd_helper->controller_id_to_atom(controller_id, &id)) { in enable_crtc_mem_req_v1() 2347 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/ |
A D | command_table_helper_dce110.c | 305 .controller_id_to_atom = dal_cmd_table_helper_controller_id_to_atom,
|
/linux/drivers/gpu/drm/amd/display/dc/bios/dce112/ |
A D | command_table_helper2_dce112.c | 357 .controller_id_to_atom = dal_cmd_table_helper_controller_id_to_atom2,
|
A D | command_table_helper_dce112.c | 357 .controller_id_to_atom = dal_cmd_table_helper_controller_id_to_atom,
|
/linux/drivers/gpu/drm/amd/display/dc/bios/dce60/ |
A D | command_table_helper_dce60.c | 330 .controller_id_to_atom = dal_cmd_table_helper_controller_id_to_atom,
|
/linux/drivers/gpu/drm/amd/display/dc/bios/dce80/ |
A D | command_table_helper_dce80.c | 330 .controller_id_to_atom = dal_cmd_table_helper_controller_id_to_atom,
|
Completed in 12 milliseconds