Searched refs:atom_def_dst (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | atom.c | 89 static int atom_def_dst[8] = { 0, 0, 1, 2, 0, 1, 2, 3 }; variable 637 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_clear() 926 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_left() 942 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_right()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | atom.c | 90 static int atom_def_dst[8] = { 0, 0, 1, 2, 0, 1, 2, 3 }; variable 641 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_clear() 894 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_left() 910 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_right()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | atom.c | 91 static int atom_def_dst[8] = { 0, 0, 1, 2, 0, 1, 2, 3 }; variable 638 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_clear() 891 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_left() 907 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_right()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | atom.c | 92 static int atom_def_dst[8] = { 0, 0, 1, 2, 0, 1, 2, 3 }; variable 640 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_clear() 929 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_left() 945 attr |= atom_def_dst[attr >> 3] << 6; in atom_op_shift_right()
|
Completed in 8 milliseconds