HomeSort by: relevance | last modified time | path
    Searched refs:controller_id_to_atom (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
command_table_helper_struct.h 37 bool (*controller_id_to_atom)(enum controller_id id, uint8_t *atom_id); member in struct:command_table_helper
amdgpu_command_table2.c 370 && bp->cmd_helper->controller_id_to_atom(bp_params->
493 if (bp->cmd_helper->controller_id_to_atom(
615 if (bp->cmd_helper->controller_id_to_atom(controller_id, &id))
735 if (bp->cmd_helper->controller_id_to_atom(crtc_id, &atom_crtc_id))
amdgpu_command_table.c 1028 && bp->cmd_helper->controller_id_to_atom(
1085 && bp->cmd_helper->controller_id_to_atom(
1163 && bp->cmd_helper->controller_id_to_atom(bp_params->controller_id, &controller_id)) {
1753 if (bp->cmd_helper->controller_id_to_atom(
1826 if (bp->cmd_helper->controller_id_to_atom(
1937 if (bp->cmd_helper->controller_id_to_atom(controller_id, &id))
1987 if (bp->cmd_helper->controller_id_to_atom(controller_id, &id)) {
2272 if (bp->cmd_helper->controller_id_to_atom(crtc_id, &atom_crtc_id))
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/dce110/
amdgpu_command_table_helper_dce110.c 310 .controller_id_to_atom = dal_cmd_table_helper_controller_id_to_atom,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/dce112/
amdgpu_command_table_helper2_dce112.c 362 .controller_id_to_atom = dal_cmd_table_helper_controller_id_to_atom2,
amdgpu_command_table_helper_dce112.c 362 .controller_id_to_atom = dal_cmd_table_helper_controller_id_to_atom,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/dce80/
amdgpu_command_table_helper_dce80.c 335 .controller_id_to_atom = dal_cmd_table_helper_controller_id_to_atom,

Completed in 18 milliseconds