HomeSort by: relevance | last modified time | path
    Searched defs:atom_crtc_id (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
amdgpu_command_table2.c 733 uint8_t atom_crtc_id; local in function:enable_disp_power_gating_v2_1
735 if (bp->cmd_helper->controller_id_to_atom(crtc_id, &atom_crtc_id))
736 ps.param.disp_pipe_id = atom_crtc_id;
amdgpu_command_table2.c 733 uint8_t atom_crtc_id; local in function:enable_disp_power_gating_v2_1
735 if (bp->cmd_helper->controller_id_to_atom(crtc_id, &atom_crtc_id))
736 ps.param.disp_pipe_id = atom_crtc_id;
amdgpu_command_table.c 2270 uint8_t atom_crtc_id; local in function:enable_disp_power_gating_v2_1
2272 if (bp->cmd_helper->controller_id_to_atom(crtc_id, &atom_crtc_id))
2273 params.ucDispPipeId = atom_crtc_id;
amdgpu_command_table.c 2270 uint8_t atom_crtc_id; local in function:enable_disp_power_gating_v2_1
2272 if (bp->cmd_helper->controller_id_to_atom(crtc_id, &atom_crtc_id))
2273 params.ucDispPipeId = atom_crtc_id;

Completed in 67 milliseconds