Searched refs:ATOM_ARG_MC (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/radeon/ |
D | atom.c | 321 case ATOM_ARG_MC: in atom_get_src_int() 372 case ATOM_ARG_MC: in atom_skip_src_int() 547 case ATOM_ARG_MC: in atom_put_dst() 1037 atom_op_move, ATOM_ARG_MC}, { 1043 atom_op_and, ATOM_ARG_MC}, { 1049 atom_op_or, ATOM_ARG_MC}, { 1055 atom_op_shift_left, ATOM_ARG_MC}, { 1061 atom_op_shift_right, ATOM_ARG_MC}, { 1067 atom_op_mul, ATOM_ARG_MC}, { 1073 atom_op_div, ATOM_ARG_MC}, { [all …]
|
D | atom.h | 76 #define ATOM_ARG_MC 7 macro
|
/drivers/gpu/drm/amd/amdgpu/ |
D | atom.c | 317 case ATOM_ARG_MC: in atom_get_src_int() 368 case ATOM_ARG_MC: in atom_skip_src_int() 543 case ATOM_ARG_MC: in atom_put_dst() 1076 atom_op_move, ATOM_ARG_MC}, { 1082 atom_op_and, ATOM_ARG_MC}, { 1088 atom_op_or, ATOM_ARG_MC}, { 1094 atom_op_shift_left, ATOM_ARG_MC}, { 1100 atom_op_shift_right, ATOM_ARG_MC}, { 1106 atom_op_mul, ATOM_ARG_MC}, { 1112 atom_op_div, ATOM_ARG_MC}, { [all …]
|
D | atom.h | 77 #define ATOM_ARG_MC 7 macro
|