Searched refs:src_handle (Results 1 – 7 of 7) sorted by relevance
/linux/include/uapi/drm/ |
H A D | qxl_drm.h | 67 * *(dest_handle.base_addr + dest_offset) = physical_address(src_handle.addr + 74 __u64 src_offset; /* offset into src_handle or src buffer */ 76 __u32 src_handle; /* dest handle to compute address from */ member
|
H A D | drm.h | 922 __u32 src_handle; member
|
/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_ioctl.c | 234 if (reloc.reloc_type == QXL_RELOC_TYPE_BO || reloc.src_handle) { in qxl_process_single_command() 235 ret = qxlhw_handle_to_bo(file_priv, reloc.src_handle, release, in qxl_process_single_command()
|
/linux/drivers/net/ethernet/freescale/fman/ |
H A D | fman.h | 254 void *src_handle; member
|
/linux/drivers/media/platform/allegro-dvt/ |
H A D | allegro-core.c | 1388 u64 src_handle) in allegro_mcu_send_encode_frame() argument 1404 /* src_handle is copied to mcu_msg_encode_frame_response */ in allegro_mcu_send_encode_frame() 1405 msg.src_handle = src_handle; in allegro_mcu_send_encode_frame() 1971 msg->src_handle); in allegro_channel_finish_frame() 3620 u64 src_handle; in allegro_device_run() local 3635 src_handle = allegro_put_buffer(channel, &channel->source_shadow_list, in allegro_device_run() 3637 allegro_mcu_send_encode_frame(dev, channel, src_y, src_uv, src_handle); in allegro_device_run()
|
/linux/drivers/gpu/drm/ |
H A D | drm_syncobj.c | 956 ret = drm_syncobj_find_fence(file_private, args->src_handle, in drm_syncobj_transfer_to_timeline() 995 ret = drm_syncobj_find_fence(file_private, args->src_handle, in drm_syncobj_transfer_to_binary()
|
/linux/tools/include/uapi/drm/ |
H A D | drm.h | 922 __u32 src_handle; member
|