Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Datom.c439 static uint32_t atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_get_dst() function
605 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_add()
619 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_and()
655 atom_get_dst(ctx, arg, attr, ptr, &saved, 0); in atom_op_clear()
665 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_compare()
691 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_div()
709 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_div32()
789 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_mask()
806 atom_get_dst(ctx, arg, attr, ptr, &saved, 0); in atom_op_move()
822 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_mul()
[all …]
/linux-6.12.1/drivers/gpu/drm/radeon/
Datom.c438 static uint32_t atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_get_dst() function
604 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_add()
618 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_and()
654 atom_get_dst(ctx, arg, attr, ptr, &saved, 0); in atom_op_clear()
664 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_compare()
690 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_div()
766 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_mask()
783 atom_get_dst(ctx, arg, attr, ptr, &saved, 0); in atom_op_move()
799 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_mul()
816 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_or()
[all …]