Searched refs:dst_obj (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_cmd_parser.c | 1144 static u32 *copy_batch(struct drm_i915_gem_object *dst_obj, in copy_batch() argument 1153 ret = i915_gem_object_prepare_write(dst_obj, &dst_needs_clflush); in copy_batch() 1157 dst = i915_gem_object_pin_map(dst_obj, I915_MAP_FORCE_WB); in copy_batch() 1158 i915_gem_object_finish_access(dst_obj); in copy_batch() 1164 i915_gem_object_unpin_map(dst_obj); in copy_batch() 1214 memset32(dst + length, 0, (dst_obj->base.size - length) / sizeof(u32)); in copy_batch()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | utee_syscalls.h | 120 TEE_Result _utee_cryp_obj_copy(unsigned long dst_obj, unsigned long src_obj);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/ |
| H A D | utee_syscalls.h | 142 TEE_Result utee_cryp_obj_copy(unsigned long dst_obj, unsigned long src_obj);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | utee_syscalls.h | 120 TEE_Result _utee_cryp_obj_copy(unsigned long dst_obj, unsigned long src_obj);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | utee_syscalls.h | 120 TEE_Result _utee_cryp_obj_copy(unsigned long dst_obj, unsigned long src_obj);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | utee_syscalls.h | 120 TEE_Result _utee_cryp_obj_copy(unsigned long dst_obj, unsigned long src_obj);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | utee_syscalls.h | 142 TEE_Result utee_cryp_obj_copy(unsigned long dst_obj, unsigned long src_obj);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_mode.h | 610 void amdgpu_copy_fb(struct drm_device *dev, struct drm_gem_object *dst_obj);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_mode.h | 952 void radeon_copy_fb(struct drm_device *dev, struct drm_gem_object *dst_obj);
|