Searched refs:ATOM_ARG_PS (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | atom.c | 221 case ATOM_ARG_PS: in atom_get_src_int() 376 case ATOM_ARG_PS: in atom_skip_src_int() 495 case ATOM_ARG_PS: in atom_put_dst() 1080 atom_op_move, ATOM_ARG_PS}, { 1086 atom_op_and, ATOM_ARG_PS}, { 1092 atom_op_or, ATOM_ARG_PS}, { 1098 atom_op_shift_left, ATOM_ARG_PS}, { 1104 atom_op_shift_right, ATOM_ARG_PS}, { 1110 atom_op_mul, ATOM_ARG_PS}, { 1116 atom_op_div, ATOM_ARG_PS}, { [all …]
|
D | atom.h | 71 #define ATOM_ARG_PS 1 macro
|
/linux-6.6.21/drivers/gpu/drm/radeon/ |
D | atom.c | 219 case ATOM_ARG_PS: in atom_get_src_int() 374 case ATOM_ARG_PS: in atom_skip_src_int() 493 case ATOM_ARG_PS: in atom_put_dst() 1034 atom_op_move, ATOM_ARG_PS}, { 1040 atom_op_and, ATOM_ARG_PS}, { 1046 atom_op_or, ATOM_ARG_PS}, { 1052 atom_op_shift_left, ATOM_ARG_PS}, { 1058 atom_op_shift_right, ATOM_ARG_PS}, { 1064 atom_op_mul, ATOM_ARG_PS}, { 1070 atom_op_div, ATOM_ARG_PS}, { [all …]
|
D | atom.h | 70 #define ATOM_ARG_PS 1 macro
|