Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Datom.c433 static uint32_t atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_get_dst() function
591 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_add()
605 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_and()
641 atom_get_dst(ctx, arg, attr, ptr, &saved, 0); in atom_op_clear()
651 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_compare()
677 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_div()
695 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_div32()
775 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_mask()
792 atom_get_dst(ctx, arg, attr, ptr, &saved, 0); in atom_op_move()
808 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_mul()
[all …]
/linux-6.1.9/drivers/gpu/drm/radeon/
Datom.c435 static uint32_t atom_get_dst(atom_exec_context *ctx, int arg, uint8_t attr, in atom_get_dst() function
593 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_add()
607 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_and()
643 atom_get_dst(ctx, arg, attr, ptr, &saved, 0); in atom_op_clear()
653 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_compare()
679 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_div()
755 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_mask()
772 atom_get_dst(ctx, arg, attr, ptr, &saved, 0); in atom_op_move()
788 dst = atom_get_dst(ctx, arg, attr, ptr, NULL, 1); in atom_op_mul()
805 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1); in atom_op_or()
[all …]