/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_atom.c | 993 static void atom_op_sub(atom_exec_context *ctx, int *ptr, int arg) function in typeref:typename:void 1127 atom_op_sub, ATOM_ARG_REG}, { 1128 atom_op_sub, ATOM_ARG_PS}, { 1129 atom_op_sub, ATOM_ARG_WS}, { 1130 atom_op_sub, ATOM_ARG_FB}, { 1131 atom_op_sub, ATOM_ARG_PLL}, { 1132 atom_op_sub, ATOM_ARG_MC}, {
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_atom.c | 972 static void atom_op_sub(atom_exec_context *ctx, int *ptr, int arg) function in typeref:typename:void 1098 atom_op_sub, ATOM_ARG_REG}, { 1099 atom_op_sub, ATOM_ARG_PS}, { 1100 atom_op_sub, ATOM_ARG_WS}, { 1101 atom_op_sub, ATOM_ARG_FB}, { 1102 atom_op_sub, ATOM_ARG_PLL}, { 1103 atom_op_sub, ATOM_ARG_MC}, {
|