Home
last modified time | relevance | path

Searched refs:ATOM_ARG_FB (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Datom.c283 case ATOM_ARG_FB: in atom_get_src_int()
383 case ATOM_ARG_FB: in atom_skip_src_int()
547 case ATOM_ARG_FB: in atom_put_dst()
1051 atom_op_move, ATOM_ARG_FB}, {
1057 atom_op_and, ATOM_ARG_FB}, {
1063 atom_op_or, ATOM_ARG_FB}, {
1069 atom_op_shift_left, ATOM_ARG_FB}, {
1075 atom_op_shift_right, ATOM_ARG_FB}, {
1081 atom_op_mul, ATOM_ARG_FB}, {
1087 atom_op_div, ATOM_ARG_FB}, {
[all …]
H A Datom.h72 #define ATOM_ARG_FB 3 macro