Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Datom.c430 static uint32_t atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_get_dst() function
588 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_add()
602 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_and()
638 atom_get_dst(ctx, arg, attr, ptr, &saved, 0); in atom_op_clear()
648 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_compare()
674 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_div()
692 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_div32()
772 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_mask()
789 atom_get_dst(ctx, arg, attr, ptr, &saved, 0); in atom_op_move()
805 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_mul()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Datom.c434 static uint32_t atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_get_dst() function
592 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_add()
606 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_and()
642 atom_get_dst(ctx, arg, attr, ptr, &saved, 0); in atom_op_clear()
652 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_compare()
678 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_div()
754 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_mask()
771 atom_get_dst(ctx, arg, attr, ptr, &saved, 0); in atom_op_move()
787 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_mul()
804 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_or()
[all …]