Skip to content

Instantly share code, notes, and snippets.

@X547
Created October 17, 2021 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save X547/dcab5daf460de4c32afb46282ad2a494 to your computer and use it in GitHub Desktop.
Save X547/dcab5daf460de4c32afb46282ad2a494 to your computer and use it in GitHub Desktop.
drmGetDevices2()
drmIoctl(3, (100, VERSION, 64, RW)) -> (
version: 3.42.0
name: "(null)"
date: "(null)"
desc: "(null)"
drmIoctl(3, (100, VERSION, 64, RW)) -> (
version: 3.42.0
name: "amdgpu"
date: "20150101"
desc: "AMD GPU"
drmIoctl(3, (100, VERSION, 64, RW)) -> (
version: 3.42.0
name: "(null)"
date: "(null)"
desc: "(null)"
drmIoctl(3, (100, VERSION, 64, RW)) -> (
version: 3.42.0
name: "amdgpu"
date: "20150101"
desc: "AMD GPU"
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_ACCEL_WORKING), 32, R)) -> 1
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_DEV_INFO), 32, R)) -> (
device_id: 0x683f
chip_rev: 0x1
external_rev: 0x29
pci_rev: 0x87
family: 0x6e
num_shader_engines: 0x1
num_shader_arrays_per_engine: 0x2
gpu_counter_freq: 0x6978
max_engine_clock: 0xc3500
max_memory_clock: 0x112a88
cu_active_number: 0x8
cu_ao_mask: 0x1e1e
cu_bitmap: ((0x1e, 0x1e, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0))
enabled_rb_pipes_mask: 0xf
num_rb_pipes: 0x4
num_hw_gfx_contexts: 0x8
ids_flags: 0
virtual_address_offset: 0x200000
virtual_address_max: 0xfffe00000
virtual_address_alignment: 0x1000
pte_fragment_size: 0x200000
gart_page_size: 0x1000
ce_ram_size: 0x8000
vram_type: 0x5
vram_bit_width: 0x80
vce_harvest_config: 0
gc_double_offchip_lds_buf: 0
prim_buf_gpu_addr: 0
pos_buf_gpu_addr: 0
cntl_sb_buf_gpu_addr: 0
param_buf_gpu_addr: 0
prim_buf_size: 0
pos_buf_size: 0
cntl_sb_buf_size: 0
param_buf_size: 0
wave_front_size: 0
num_shader_visible_vgprs: 0x100
num_cu_per_sh: 0x5
num_tcc_blocks: 0x4
gs_vgt_table_depth: 0
gs_prim_buffer_depth: 0
max_gs_waves_per_vgt: 0x20
cu_ao_bitmap: ((0x1e, 0x1e, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0))
high_va_offset: 0
high_va_max: 0
pa_sc_tile_steering_override: 0
tcc_disabled_mask: 0
)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_READ_MMR_REG(dword_offset: 0x263d, count: 0x1, instance: 0xff00, flags: 0)), 32, R)) -> (0x1)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_READ_MMR_REG(dword_offset: 0xa0d4, count: 0x1, instance: 0xff00, flags: 0)), 32, R)) -> (0x1240)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_READ_MMR_REG(dword_offset: 0x263e, count: 0x1, instance: 0xffffffff, flags: 0)), 32, R)) -> (0x12010002)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_READ_MMR_REG(dword_offset: 0x2644, count: 0x20, instance: 0xffffffff, flags: 0)), 32, R)) -> (0x3a0112, 0x3a0912, 0x3a1112, 0x212912, 0x10a, 0x111912, 0x121112, 0x22112, 0x4, 0x108, 0x3a1110, 0x351110, 0x341910, 0x109, 0x361111, 0x351111, 0x341911, 0x342911, 0x10d, 0x342921, 0x34291d, 0x221111, 0x211111, 0x121111, 0x111911, 0x22111, 0x22111, 0x22111, 0x22111, 0x22111, 0x12911, 0)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_READ_MMR_REG(dword_offset: 0x9d8, count: 0x1, instance: 0xffffffff, flags: 0)), 32, R)) -> (0x262)
/Haiku/data/packages/libdrm/drm/builddir.x86_64/install/share/libdrm/amdgpu.ids version: 1.0.0
drmGetDevice2()
drmFreeDevice()
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_DEV_INFO), 32, R)) -> (
device_id: 0x683f
chip_rev: 0x1
external_rev: 0x29
pci_rev: 0x87
family: 0x6e
num_shader_engines: 0x1
num_shader_arrays_per_engine: 0x2
gpu_counter_freq: 0x6978
max_engine_clock: 0xc3500
max_memory_clock: 0x112a88
cu_active_number: 0x8
cu_ao_mask: 0x1e1e
cu_bitmap: ((0x1e, 0x1e, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0))
enabled_rb_pipes_mask: 0xf
num_rb_pipes: 0x4
num_hw_gfx_contexts: 0x8
ids_flags: 0
virtual_address_offset: 0x200000
virtual_address_max: 0xfffe00000
virtual_address_alignment: 0x1000
pte_fragment_size: 0x200000
gart_page_size: 0x1000
ce_ram_size: 0x8000
vram_type: 0x5
vram_bit_width: 0x80
vce_harvest_config: 0
gc_double_offchip_lds_buf: 0
prim_buf_gpu_addr: 0
pos_buf_gpu_addr: 0
cntl_sb_buf_gpu_addr: 0
param_buf_gpu_addr: 0
prim_buf_size: 0
pos_buf_size: 0
cntl_sb_buf_size: 0
param_buf_size: 0
wave_front_size: 0
num_shader_visible_vgprs: 0x100
num_cu_per_sh: 0x5
num_tcc_blocks: 0x4
gs_vgt_table_depth: 0
gs_prim_buffer_depth: 0
max_gs_waves_per_vgt: 0x20
cu_ao_bitmap: ((0x1e, 0x1e, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0))
high_va_offset: 0
high_va_max: 0
pa_sc_tile_steering_override: 0
tcc_disabled_mask: 0
)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: DMA, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0x1
hw_ip_version_minor: 0
capabilities_flags: 0
ib_start_alignment: 0x100
ib_size_alignment: 0x4
available_rings: 3
)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: GFX, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0x6
hw_ip_version_minor: 0
capabilities_flags: 0
ib_start_alignment: 0x20
ib_size_alignment: 0x20
available_rings: 1
)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: COMPUTE, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0x6
hw_ip_version_minor: 0
capabilities_flags: 0
ib_start_alignment: 0x20
ib_size_alignment: 0x20
available_rings: 3
)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: UVD, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0x3
hw_ip_version_minor: 0x1
capabilities_flags: 0
ib_start_alignment: 0x40
ib_size_alignment: 0x40
available_rings: 1
)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: UVD_ENC, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0x3
hw_ip_version_minor: 0x1
capabilities_flags: 0
ib_start_alignment: 0x40
ib_size_alignment: 0x40
available_rings: 0
)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: VCN_DEC, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0
hw_ip_version_minor: 0
capabilities_flags: 0
ib_start_alignment: 0
ib_size_alignment: 0
available_rings: 0
)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: VCN_ENC, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0
hw_ip_version_minor: 0
capabilities_flags: 0
ib_start_alignment: 0
ib_size_alignment: 0
available_rings: 0
)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: VCN_JPEG, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0
hw_ip_version_minor: 0
capabilities_flags: 0
ib_start_alignment: 0
ib_size_alignment: 0
available_rings: 0
)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_FW_VERSION(type: GFX_ME, ip_instance: 0, index: 0)), 32, R)) -> (ver: 0x91, feature: 0x1d)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_FW_VERSION(type: GFX_PFP, ip_instance: 0, index: 0)), 32, R)) -> (ver: 0x54, feature: 0x1d)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_FW_VERSION(type: GFX_CE, ip_instance: 0, index: 0)), 32, R)) -> (ver: 0x3d, feature: 0x1d)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_FW_VERSION(type: UVD, ip_instance: 0, index: 0)), 32, R)) -> (ver: 0x40000d00, feature: 0)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: VCE, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0
hw_ip_version_minor: 0
capabilities_flags: 0
ib_start_alignment: 0
ib_size_alignment: 0
available_rings: 0
)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_FW_VERSION(type: VCE, ip_instance: 0, index: 0)), 32, R)) -> (ver: 0, feature: 0)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_GDS_CONFIG), 32, R)) -> (
gds_gfx_partition_size: 0
compute_partition_size: 0
gds_total_size: 0
gws_per_gfx_partition: 0
gws_per_compute_partition: 0
oa_per_gfx_partition: 0
oa_per_compute_partition: 0
)
drmIoctl(4, (100, AMDGPU_INFO(query: AMDGPU_INFO_MEMORY), 32, R)) -> (
vram: (
total_heap_size: 0x80000000
usable_heap_size: 0x7e380000
heap_usage: 0x2664000
max_allocation: 0x5eaa0000
)
cpu_accessible_vram: (
total_heap_size: 0x10000000
usable_heap_size: 0xf378000
heap_usage: 0x1290000
max_allocation: 0xb69a000
)
gtt: (
total_heap_size: 0xc0000000
usable_heap_size: 0xbfddd000
heap_usage: 0xce1000
max_allocation: 0x8fe65c00
)
)
drmIoctl(3, (100, GET_CAP(SYNCOBJ), 16, RW)) -> 0
drmIoctl(3, (100, GET_CAP(SYNCOBJ_TIMELINE), 16, RW)) -> 0
WARNING: radv is not a conformant vulkan implementation, testing use only.
drmFreeDevices()
drmFreeDevice()
sdev->dd->winsys[0].name: null
WARNING: lavapipe is not a conformant vulkan implementation, testing use only.
drmIoctl(4, (100, AMDGPU_CTX(op: ALLOC, flags: 0, ctx_id: 0, priority: 0), 16, RW)) -> 1
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x8, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 1
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 1, operation: MAP, flags: 0xe, va_address: 0x100000000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(1), 8, RW)) -> 0
drmMmap(4, 0, 0x1000)
drmIoctl(4, (100, AMDGPU_CTX(op: ALLOC, flags: 0, ctx_id: 0, priority: 0), 16, RW)) -> 2
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x8, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 2
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 2, operation: MAP, flags: 0xe, va_address: 0x100001000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(2), 8, RW)) -> 0
drmMmap(4, 0, 0x1000)
Kill Thread
drmIoctl(4, (100, VERSION, 64, RW)) -> (
version: 3.42.0
name: "(null)"
date: "(null)"
desc: "(null)"
drmIoctl(4, (100, VERSION, 64, RW)) -> (
version: 3.42.0
name: "amdgpu"
date: "20150101"
desc: "AMD GPU"
drmIoctl(4, (100, VERSION, 64, RW)) -> (
version: 3.42.0
name: "(null)"
date: "(null)"
desc: "(null)"
drmIoctl(4, (100, VERSION, 64, RW)) -> (
version: 3.42.0
name: "amdgpu"
date: "20150101"
desc: "AMD GPU"
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_ACCEL_WORKING), 32, R)) -> 1
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_DEV_INFO), 32, R)) -> (
device_id: 0x683f
chip_rev: 0x1
external_rev: 0x29
pci_rev: 0x87
family: 0x6e
num_shader_engines: 0x1
num_shader_arrays_per_engine: 0x2
gpu_counter_freq: 0x6978
max_engine_clock: 0xc3500
max_memory_clock: 0x112a88
cu_active_number: 0x8
cu_ao_mask: 0x1e1e
cu_bitmap: ((0x1e, 0x1e, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0))
enabled_rb_pipes_mask: 0xf
num_rb_pipes: 0x4
num_hw_gfx_contexts: 0x8
ids_flags: 0
virtual_address_offset: 0x200000
virtual_address_max: 0xfffe00000
virtual_address_alignment: 0x1000
pte_fragment_size: 0x200000
gart_page_size: 0x1000
ce_ram_size: 0x8000
vram_type: 0x5
vram_bit_width: 0x80
vce_harvest_config: 0
gc_double_offchip_lds_buf: 0
prim_buf_gpu_addr: 0
pos_buf_gpu_addr: 0
cntl_sb_buf_gpu_addr: 0
param_buf_gpu_addr: 0
prim_buf_size: 0
pos_buf_size: 0
cntl_sb_buf_size: 0
param_buf_size: 0
wave_front_size: 0
num_shader_visible_vgprs: 0x100
num_cu_per_sh: 0x5
num_tcc_blocks: 0x4
gs_vgt_table_depth: 0
gs_prim_buffer_depth: 0
max_gs_waves_per_vgt: 0x20
cu_ao_bitmap: ((0x1e, 0x1e, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0))
high_va_offset: 0
high_va_max: 0
pa_sc_tile_steering_override: 0
tcc_disabled_mask: 0
)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_READ_MMR_REG(dword_offset: 0x263d, count: 0x1, instance: 0xff00, flags: 0)), 32, R)) -> (0x1)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_READ_MMR_REG(dword_offset: 0xa0d4, count: 0x1, instance: 0xff00, flags: 0)), 32, R)) -> (0x1240)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_READ_MMR_REG(dword_offset: 0x263e, count: 0x1, instance: 0xffffffff, flags: 0)), 32, R)) -> (0x12010002)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_READ_MMR_REG(dword_offset: 0x2644, count: 0x20, instance: 0xffffffff, flags: 0)), 32, R)) -> (0x3a0112, 0x3a0912, 0x3a1112, 0x212912, 0x10a, 0x111912, 0x121112, 0x22112, 0x4, 0x108, 0x3a1110, 0x351110, 0x341910, 0x109, 0x361111, 0x351111, 0x341911, 0x342911, 0x10d, 0x342921, 0x34291d, 0x221111, 0x211111, 0x121111, 0x111911, 0x22111, 0x22111, 0x22111, 0x22111, 0x22111, 0x12911, 0)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_READ_MMR_REG(dword_offset: 0x9d8, count: 0x1, instance: 0xffffffff, flags: 0)), 32, R)) -> (0x262)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_FW_VERSION(type: GFX_ME, ip_instance: 0, index: 0)), 32, R)) -> (ver: 0x91, feature: 0x1d)
drmIoctl(5, (100, SET_CLIENT_CAP, 16, R))
drmIoctl(7, (100, VERSION, 64, RW)) -> (
version: 3.42.0
name: "(null)"
date: "(null)"
desc: "(null)"
drmIoctl(7, (100, VERSION, 64, RW)) -> (
version: 3.42.0
name: "amdgpu"
date: "20150101"
desc: "AMD GPU"
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_DEV_INFO), 32, R)) -> (
device_id: 0x683f
chip_rev: 0x1
external_rev: 0x29
pci_rev: 0x87
family: 0x6e
num_shader_engines: 0x1
num_shader_arrays_per_engine: 0x2
gpu_counter_freq: 0x6978
max_engine_clock: 0xc3500
max_memory_clock: 0x112a88
cu_active_number: 0x8
cu_ao_mask: 0x1e1e
cu_bitmap: ((0x1e, 0x1e, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0))
enabled_rb_pipes_mask: 0xf
num_rb_pipes: 0x4
num_hw_gfx_contexts: 0x8
ids_flags: 0
virtual_address_offset: 0x200000
virtual_address_max: 0xfffe00000
virtual_address_alignment: 0x1000
pte_fragment_size: 0x200000
gart_page_size: 0x1000
ce_ram_size: 0x8000
vram_type: 0x5
vram_bit_width: 0x80
vce_harvest_config: 0
gc_double_offchip_lds_buf: 0
prim_buf_gpu_addr: 0
pos_buf_gpu_addr: 0
cntl_sb_buf_gpu_addr: 0
param_buf_gpu_addr: 0
prim_buf_size: 0
pos_buf_size: 0
cntl_sb_buf_size: 0
param_buf_size: 0
wave_front_size: 0
num_shader_visible_vgprs: 0x100
num_cu_per_sh: 0x5
num_tcc_blocks: 0x4
gs_vgt_table_depth: 0
gs_prim_buffer_depth: 0
max_gs_waves_per_vgt: 0x20
cu_ao_bitmap: ((0x1e, 0x1e, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0), (0, 0, 0, 0))
high_va_offset: 0
high_va_max: 0
pa_sc_tile_steering_override: 0
tcc_disabled_mask: 0
)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: DMA, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0x1
hw_ip_version_minor: 0
capabilities_flags: 0
ib_start_alignment: 0x100
ib_size_alignment: 0x4
available_rings: 3
)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: GFX, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0x6
hw_ip_version_minor: 0
capabilities_flags: 0
ib_start_alignment: 0x20
ib_size_alignment: 0x20
available_rings: 1
)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: COMPUTE, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0x6
hw_ip_version_minor: 0
capabilities_flags: 0
ib_start_alignment: 0x20
ib_size_alignment: 0x20
available_rings: 3
)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: UVD, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0x3
hw_ip_version_minor: 0x1
capabilities_flags: 0
ib_start_alignment: 0x40
ib_size_alignment: 0x40
available_rings: 1
)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: UVD_ENC, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0x3
hw_ip_version_minor: 0x1
capabilities_flags: 0
ib_start_alignment: 0x40
ib_size_alignment: 0x40
available_rings: 0
)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: VCN_DEC, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0
hw_ip_version_minor: 0
capabilities_flags: 0
ib_start_alignment: 0
ib_size_alignment: 0
available_rings: 0
)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: VCN_ENC, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0
hw_ip_version_minor: 0
capabilities_flags: 0
ib_start_alignment: 0
ib_size_alignment: 0
available_rings: 0
)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: VCN_JPEG, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0
hw_ip_version_minor: 0
capabilities_flags: 0
ib_start_alignment: 0
ib_size_alignment: 0
available_rings: 0
)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_FW_VERSION(type: GFX_ME, ip_instance: 0, index: 0)), 32, R)) -> (ver: 0x91, feature: 0x1d)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_FW_VERSION(type: GFX_PFP, ip_instance: 0, index: 0)), 32, R)) -> (ver: 0x54, feature: 0x1d)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_FW_VERSION(type: GFX_CE, ip_instance: 0, index: 0)), 32, R)) -> (ver: 0x3d, feature: 0x1d)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_FW_VERSION(type: UVD, ip_instance: 0, index: 0)), 32, R)) -> (ver: 0x40000d00, feature: 0)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_HW_IP_INFO(type: VCE, ip_instance: 0)), 32, R)) -> (
hw_ip_version_major: 0
hw_ip_version_minor: 0
capabilities_flags: 0
ib_start_alignment: 0
ib_size_alignment: 0
available_rings: 0
)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_FW_VERSION(type: VCE, ip_instance: 0, index: 0)), 32, R)) -> (ver: 0, feature: 0)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_GDS_CONFIG), 32, R)) -> (
gds_gfx_partition_size: 0
compute_partition_size: 0
gds_total_size: 0
gws_per_gfx_partition: 0
gws_per_compute_partition: 0
oa_per_gfx_partition: 0
oa_per_compute_partition: 0
)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_MEMORY), 32, R)) -> (
vram: (
total_heap_size: 0x80000000
usable_heap_size: 0x7e380000
heap_usage: 0x2664000
max_allocation: 0x5eaa0000
)
cpu_accessible_vram: (
total_heap_size: 0x10000000
usable_heap_size: 0xf378000
heap_usage: 0x1290000
max_allocation: 0xb69a000
)
gtt: (
total_heap_size: 0xc0000000
usable_heap_size: 0xbfddd000
heap_usage: 0xce1000
max_allocation: 0x8fe65c00
)
)
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_VIDEO_CAPS), 32, R)) -> ?
drmIoctl(6, (100, AMDGPU_INFO(query: AMDGPU_INFO_VIDEO_CAPS), 32, R)) -> ?
drmIoctl(7, (100, GET_CAP(SYNCOBJ), 16, RW)) -> 1
drmIoctl(7, (100, GET_CAP(SYNCOBJ_TIMELINE), 16, RW)) -> 1
drmIoctl(7, (100, GET_CAP(ADDFB2_MODIFIERS), 16, RW)) -> 0
drmIoctl(6, (100, AMDGPU_CTX(op: ALLOC, flags: 0, ctx_id: 0, priority: 0), 16, RW)) -> 1
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x8, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 1
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 1, operation: MAP, flags: 0xe, va_address: 0x100000000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(1), 8, RW)) -> 0x100f1b000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x40000, alignment: 0x100, domains: {GTT, VRAM}, domain_flags: {EXPLICIT_SYNC}), 32, RW)) -> 2
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 2, operation: MAP, flags: 0xe, va_address: 0x100001000, offset_in_bo: 0, map_size: 0x40000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(2), 8, RW)) -> 0x100f1c000
drmIoctl(6, (100, SYNCOBJ_CREATE(0), 8, RW)) -> 1
drmIoctl(6, (100, SYNCOBJ_CREATE(0), 8, RW)) -> 2
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x384000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC}), 32, RW)) -> 3
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 3, operation: MAP, flags: 0xe, va_address: 0x100200000, offset_in_bo: 0, map_size: 0x384000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x3c3000, alignment: 0x20000, domains: {GTT, VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 4
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 4, operation: MAP, flags: 0xe, va_address: 0x100600000, offset_in_bo: 0, map_size: 0x3c3000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 5
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 5, operation: MAP, flags: 0xe, va_address: 0x200000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0x1016a3000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 6
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 6, operation: MAP, flags: 0xe, va_address: 0x204000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(6), 8, RW)) -> 0x1016a7000
drmIoctl(6, (100, PRIME_HANDLE_TO_FD(3), 12, RW))-> 8
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x384000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC}), 32, RW)) -> 7
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 7, operation: MAP, flags: 0xe, va_address: 0x100a00000, offset_in_bo: 0, map_size: 0x384000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x3c3000, alignment: 0x20000, domains: {GTT, VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 8
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 8, operation: MAP, flags: 0xe, va_address: 0x100e00000, offset_in_bo: 0, map_size: 0x3c3000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 9
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 9, operation: MAP, flags: 0xe, va_address: 0x208000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(9), 8, RW)) -> 0x101df2000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 10
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 10, operation: MAP, flags: 0xe, va_address: 0x20c000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(10), 8, RW)) -> 0x101df6000
drmIoctl(6, (100, PRIME_HANDLE_TO_FD(7), 12, RW))-> 10
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x384000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC}), 32, RW)) -> 11
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 11, operation: MAP, flags: 0xe, va_address: 0x101200000, offset_in_bo: 0, map_size: 0x384000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x3c3000, alignment: 0x20000, domains: {GTT, VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 12
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 12, operation: MAP, flags: 0xe, va_address: 0x101600000, offset_in_bo: 0, map_size: 0x3c3000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 13
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 13, operation: MAP, flags: 0xe, va_address: 0x210000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(13), 8, RW)) -> 0x101dfa000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 14
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 14, operation: MAP, flags: 0xe, va_address: 0x214000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(14), 8, RW)) -> 0x101dfe000
drmIoctl(6, (100, PRIME_HANDLE_TO_FD(11), 12, RW))-> 12
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x384000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC}), 32, RW)) -> 15
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 15, operation: MAP, flags: 0xe, va_address: 0x101a00000, offset_in_bo: 0, map_size: 0x384000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x3c3000, alignment: 0x20000, domains: {GTT, VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 16
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 16, operation: MAP, flags: 0xe, va_address: 0x101e00000, offset_in_bo: 0, map_size: 0x3c3000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 17
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 17, operation: MAP, flags: 0xe, va_address: 0x218000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(17), 8, RW)) -> 0x101e02000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 18
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 18, operation: MAP, flags: 0xe, va_address: 0x21c000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(18), 8, RW)) -> 0x101e06000
drmIoctl(6, (100, PRIME_HANDLE_TO_FD(15), 12, RW))-> 14
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x384000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC}), 32, RW)) -> 19
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 19, operation: MAP, flags: 0xe, va_address: 0x102200000, offset_in_bo: 0, map_size: 0x384000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x3c3000, alignment: 0x20000, domains: {GTT, VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 20
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 20, operation: MAP, flags: 0xe, va_address: 0x102600000, offset_in_bo: 0, map_size: 0x3c3000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 21
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 21, operation: MAP, flags: 0xe, va_address: 0x220000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(21), 8, RW)) -> 0x101e0a000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 22
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 22, operation: MAP, flags: 0xe, va_address: 0x224000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(22), 8, RW)) -> 0x101e0e000
drmIoctl(6, (100, PRIME_HANDLE_TO_FD(19), 12, RW))-> 16
drmIoctl(6, (100, SYNCOBJ_CREATE(0x1), 8, RW)) -> 3
drmIoctl(6, (100, SYNCOBJ_CREATE(0x1), 8, RW)) -> 4
drmIoctl(6, (100, SYNCOBJ_CREATE(0x1), 8, RW)) -> 5
drmIoctl(6, (100, SYNCOBJ_CREATE(0x1), 8, RW)) -> 6
drmIoctl(6, (100, SYNCOBJ_CREATE(0x1), 8, RW)) -> 7
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4c3000, alignment: 0x20000, domains: {GTT, VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 23
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 23, operation: MAP, flags: 0xe, va_address: 0x102a00000, offset_in_bo: 0, map_size: 0x4c3000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x40000, alignment: 0x20000, domains: {GTT, VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 24
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 24, operation: MAP, flags: 0xe, va_address: 0x100060000, offset_in_bo: 0, map_size: 0x40000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x40000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 25
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 25, operation: MAP, flags: 0xe, va_address: 0x1000a0000, offset_in_bo: 0, map_size: 0x40000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(25), 8, RW)) -> 0x101e52000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 26
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 26, operation: MAP, flags: 0xe, va_address: 0x228000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(26), 8, RW)) -> 0x101e92000
drmIoctl(6, (100, SYNCOBJ_CREATE(0), 8, RW)) -> 8
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x7a0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 27
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 27, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(27), 8, RW)) -> 0x101e96000
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1952, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x22eca80)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x22ecaa0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 8, flags: 0, point: 0), length: 4, data: 0x21111f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x22ae0a0(27, 26, 25, 2, 24)), length: 6, data: 0x7fffacf29cc0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 27, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(27), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_DESTROY(8), 8, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 25, operation: UNMAP, flags: 0xe, va_address: 0x1000a0000, offset_in_bo: 0, map_size: 0x40000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(25), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x60, alignment: 0x20, domains: {GTT, VRAM}, domain_flags: {EXPLICIT_SYNC}), 32, RW)) -> 25
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 25, operation: MAP, flags: 0xa, va_address: 0x22c000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(25), 8, RW)) -> 0x101e52000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x8000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 27
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 27, operation: MAP, flags: 0xe, va_address: 0x1000a0000, offset_in_bo: 0, map_size: 0x8000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(27), 8, RW)) -> 0x101e53000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x2000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 28
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 28, operation: MAP, flags: 0xe, va_address: 0x1000c0000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(28), 8, RW)) -> 0x101e5b000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x8000, alignment: 0x20000, domains: {GTT, VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 29
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 29, operation: MAP, flags: 0xe, va_address: 0x1000e0000, offset_in_bo: 0, map_size: 0x8000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x2000, alignment: 0x20000, domains: {GTT, VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 30
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 30, operation: MAP, flags: 0xe, va_address: 0x100100000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, SYNCOBJ_CREATE(0), 8, RW)) -> 8
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x460, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 31
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 31, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(31), 8, RW)) -> 0x101e67000
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1120, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x22af180)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x22af1a0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 7, bo_info_size: 8, bo_info_ptr: 0x2021990(31, 26, 29, 27, 2, 30, 28)), length: 6, data: 0x7fffacf29db0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 31, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(31), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_DESTROY(8), 8, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 27, operation: UNMAP, flags: 0xe, va_address: 0x1000a0000, offset_in_bo: 0, map_size: 0x8000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(27), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 28, operation: UNMAP, flags: 0xe, va_address: 0x1000c0000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(28), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 27
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 27, operation: MAP, flags: 0xe, va_address: 0x1000a0000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(27), 8, RW)) -> 0x101e53000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 28
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 28, operation: MAP, flags: 0xe, va_address: 0x1000c0000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(28), 8, RW)) -> 0x101e54000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 31
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 31, operation: MAP, flags: 0xe, va_address: 0x100120000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(31), 8, RW)) -> 0x101e58000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x20000, domains: {GTT, VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 32
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 32, operation: MAP, flags: 0xe, va_address: 0x100140000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x20000, domains: {GTT, VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 33
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 33, operation: MAP, flags: 0xe, va_address: 0x100160000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, SYNCOBJ_CREATE(0), 8, RW)) -> 8
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x460, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 34
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 34, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(34), 8, RW)) -> 0x101e68000
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1120, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x22ae100)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x22ae120)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 7, bo_info_size: 8, bo_info_ptr: 0x2021990(34, 26, 32, 28, 2, 31, 33)), length: 6, data: 0x7fffacf29db0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 34, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(34), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_DESTROY(8), 8, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 28, operation: UNMAP, flags: 0xe, va_address: 0x1000c0000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(28), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 31, operation: UNMAP, flags: 0xe, va_address: 0x100120000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(31), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 28
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 28, operation: MAP, flags: 0xe, va_address: 0x1000c0000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(28), 8, RW)) -> 0x101e54000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 31
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 31, operation: MAP, flags: 0xe, va_address: 0x100120000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(31), 8, RW)) -> 0x101e55000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 34
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 34, operation: MAP, flags: 0xe, va_address: 0x100180000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(34), 8, RW)) -> 0x101e68000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x20000, domains: {GTT, VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 35
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 35, operation: MAP, flags: 0xe, va_address: 0x1001a0000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x20000, domains: {GTT, VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 36
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 36, operation: MAP, flags: 0xe, va_address: 0x1001c0000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, SYNCOBJ_CREATE(0), 8, RW)) -> 8
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x460, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 37
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 37, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(37), 8, RW)) -> 0x101e6e000
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1120, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x22ae100)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x22ae120)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 7, bo_info_size: 8, bo_info_ptr: 0x2021990(37, 26, 35, 31, 2, 34, 36)), length: 6, data: 0x7fffacf29db0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 37, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(37), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_DESTROY(8), 8, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 31, operation: UNMAP, flags: 0xe, va_address: 0x100120000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(31), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 34, operation: UNMAP, flags: 0xe, va_address: 0x100180000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(34), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 31
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 31, operation: MAP, flags: 0xe, va_address: 0x100120000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(31), 8, RW)) -> 0x101e68000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x60, alignment: 0x20, domains: {GTT, VRAM}, domain_flags: {EXPLICIT_SYNC}), 32, RW)) -> 34
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 34, operation: MAP, flags: 0xa, va_address: 0x22d000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(34), 8, RW)) -> 0x101e55000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 37
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 37, operation: MAP, flags: 0xe, va_address: 0x22e000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(37), 8, RW)) -> 0x101e6e000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 38
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 38, operation: MAP, flags: 0xe, va_address: 0x232000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(38), 8, RW)) -> 0x101e72000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 39
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 39, operation: MAP, flags: 0xe, va_address: 0x236000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(39), 8, RW)) -> 0x101e76000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 40
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 40, operation: MAP, flags: 0xe, va_address: 0x23a000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(40), 8, RW)) -> 0x101e7a000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 41
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 41, operation: MAP, flags: 0xe, va_address: 0x23e000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(41), 8, RW)) -> 0x101e7e000
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0xe20, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 42
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 42, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(42), 8, RW)) -> 0x101e56000
drmIoctl(6, (100, SYNCOBJ_CREATE(0), 8, RW)) -> 8
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 3616, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x2349220)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x2349240)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20fbf10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x20e2c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 15, bo_info_size: 8, bo_info_ptr: 0x228e570(42, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 42, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(42), 8, R))
drmIoctl(6, (100, SYNCOBJ_CREATE(0), 8, RW)) -> 9
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 42
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 42, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(42), 8, RW)) -> 0x101e56000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x22ae100)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x22ae120)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x211d350)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x211bb70)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x23484c0(42, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 42, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(42), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0xe20, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 42
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 42, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(42), 8, RW)) -> 0x101e56000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 3616, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x22eca80)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x22ecaa0)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2126290)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2124ab0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 15, bo_info_size: 8, bo_info_ptr: 0x228e570(42, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 42, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(42), 8, R))
drmIoctl(6, (100, SYNCOBJ_CREATE(0), 8, RW)) -> 10
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 42
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 42, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(42), 8, RW)) -> 0x101e56000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x22eca80)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x22ecaa0)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e511c0(42, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 42, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(42), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x2000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 42
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 42, operation: MAP, flags: 0xe, va_address: 0x100180000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(42), 8, RW)) -> 0x101e56000
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 43
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 43, operation: MAP, flags: 0xe, va_address: 0x1001e0000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(43), 8, RW)) -> 0x101e58000
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x22eca80)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x22ecaa0)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_CREATE(0), 8, RW)) -> 11
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x22eca80)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x22ecaa0)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b100)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b120)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b1e0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b200)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b290)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b2b0)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b310)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b330)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b360)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b380)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b3b0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b3d0)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b3b0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b3d0)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b3b0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b3d0)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b3b0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b3d0)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b3b0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b3d0)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b3b0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b3d0)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21232d0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b3b0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b3d0)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b3b0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b3d0)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b3b0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b3d0)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b3b0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b3d0)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21232d0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_CREATE(0), 8, RW)) -> 12
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b360)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b380)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b400)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b420)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_CREATE(0), 8, RW)) -> 13
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b360)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b380)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x21232d0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afb0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afb0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afb0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100,
AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afb0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afb0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100,
AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afb0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afb0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afb0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afb0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100,
AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x21232d0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21353b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21353b0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW))
-> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21353b0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21353b0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21353b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x21353b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x21353b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x21353b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21353b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21353b0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x21353b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21353b0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21353b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100,
AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x21353b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21353b0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21353b0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x21232d0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2126290)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2126290)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2126290)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2126290)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100,
AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2126290)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2126290)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2126290)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2126290)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2133bd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2126290)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213fad0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2118bb0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x212f430)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afe0(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS
, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2126290)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x214b1e0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afb0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32,
RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afb0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2126290)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213b330)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b2e0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x21323f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2136b90)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x2139b50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x1e588d0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afb0(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229afb0(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2126290)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2126290)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2120310)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 38, 8, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 10, flags: 0, point: 0), length: 4, data: 0x2138370)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 9, 8, 7, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2126290)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x212c470)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2127a70)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 40, 16, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 12, flags: 0, point: 0), length: 4, data: 0x21527f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 17, 16, 15, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213cb10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 41, 20, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 13, flags: 0, point: 0), length: 4, data: 0x2126290)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x21b4230(44, 21, 20, 19, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x2130c10)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 39, 12, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 11, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229b150(44, 13, 12, 11, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, SYNCOBJ_SIGNAL, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x10c0, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 4288, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x20e5fd0)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 2, flags: 0, point: 0), length: 4, data: 0x2121af0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x1e518d0(44, 37, 4, 2, 23, 27, 34, 29, 30, 28, 32, 33, 31, 35, 36, 24, 25, 42, 43)), length: 6, data: 0x7fffacf2a3b0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_GEM_CREATE(bo_size: 0x480, alignment: 0x1000, domains: {GTT, VRAM}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0x101e82000
drmIoctl(6, (100, SYNCOBJ_TRANSFER, 32, RW))
drmIoctl(6, (100, SYNCOBJ_RESET, 16, RW))
drmIoctl(6, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 5, chunks: (
(id: IB(flags: 0, va_start: 0x100041000, ib_bytes: 1152, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x229b450)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x229b470)
(id: SYNCOBJ_TIMELINE_WAIT(handle: 8, flags: 0, point: 0), length: 4, data: 0x212dc50)
(id: SYNCOBJ_TIMELINE_SIGNAL(handle: 9, flags: 0, point: 0), length: 4, data: 0x213e2f0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x229af80(44, 5, 4, 3, 2)), length: 6, data: 0x7fffacf2a1c0)
), 24, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100041000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(44), 8, R))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))drmIoctl(6, (100, SYNCOBJ_WAIT, 32, RW))
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
drmIoctl(6, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 27, operation: UNMAP, flags: 0xe, va_address: 0x1000a0000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(27), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 29, operation: UNMAP, flags: 0xe, va_address: 0x1000e0000, offset_in_bo: 0, map_size: 0x8000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(29), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 30, operation: UNMAP, flags: 0xe, va_address: 0x100100000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(30), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 28, operation: UNMAP, flags: 0xe, va_address: 0x1000c0000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(28), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 32, operation: UNMAP, flags: 0xe, va_address: 0x100140000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(32), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 33, operation: UNMAP, flags: 0xe, va_address: 0x100160000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(33), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 31, operation: UNMAP, flags: 0xe, va_address: 0x100120000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(31), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 35, operation: UNMAP, flags: 0xe, va_address: 0x1001a0000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(35), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 36, operation: UNMAP, flags: 0xe, va_address: 0x1001c0000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(36), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 4, operation: UNMAP, flags: 0xe, va_address: 0x100600000, offset_in_bo: 0, map_size: 0x3c3000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(4), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 3, operation: UNMAP, flags: 0xe, va_address: 0x100200000, offset_in_bo: 0, map_size: 0x384000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(3), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 8, operation: UNMAP, flags: 0xe, va_address: 0x100e00000, offset_in_bo: 0, map_size: 0x3c3000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(8), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 7, operation: UNMAP, flags: 0xe, va_address: 0x100a00000, offset_in_bo: 0, map_size: 0x384000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(7), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 12, operation: UNMAP, flags: 0xe, va_address: 0x101600000, offset_in_bo: 0, map_size: 0x3c3000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(12), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 11, operation: UNMAP, flags: 0xe, va_address: 0x101200000, offset_in_bo: 0, map_size: 0x384000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(11), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 16, operation: UNMAP, flags: 0xe, va_address: 0x101e00000, offset_in_bo: 0, map_size: 0x3c3000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(16), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 15, operation: UNMAP, flags: 0xe, va_address: 0x101a00000, offset_in_bo: 0, map_size: 0x384000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(15), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 20, operation: UNMAP, flags: 0xe, va_address: 0x102600000, offset_in_bo: 0, map_size: 0x3c3000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(20), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 19, operation: UNMAP, flags: 0xe, va_address: 0x102200000, offset_in_bo: 0, map_size: 0x384000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(19), 8, R))
drmIoctl(6, (100, SYNCOBJ_DESTROY(9), 8, RW))
drmIoctl(6, (100, SYNCOBJ_DESTROY(10), 8, RW))
drmIoctl(6, (100, SYNCOBJ_DESTROY(11), 8, RW))
drmIoctl(6, (100, SYNCOBJ_DESTROY(12), 8, RW))
drmIoctl(6, (100, SYNCOBJ_DESTROY(13), 8, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 5, operation: UNMAP, flags: 0xe, va_address: 0x200000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(5), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 9, operation: UNMAP, flags: 0xe, va_address: 0x208000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(9), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 13, operation: UNMAP, flags: 0xe, va_address: 0x210000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(13), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 17, operation: UNMAP, flags: 0xe, va_address: 0x218000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(17), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 21, operation: UNMAP, flags: 0xe, va_address: 0x220000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(21), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 6, operation: UNMAP, flags: 0xe, va_address: 0x204000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(6), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 10, operation: UNMAP, flags: 0xe, va_address: 0x20c000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(10), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 14, operation: UNMAP, flags: 0xe, va_address: 0x214000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(14), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 18, operation: UNMAP, flags: 0xe, va_address: 0x21c000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(18), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 22, operation: UNMAP, flags: 0xe, va_address: 0x224000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(22), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 34, operation: UNMAP, flags: 0xe, va_address: 0x22d000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(34), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 23, operation: UNMAP, flags: 0xe, va_address: 0x102a00000, offset_in_bo: 0, map_size: 0x4c3000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(23), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 37, operation: UNMAP, flags: 0xe, va_address: 0x22e000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(37), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 38, operation: UNMAP, flags: 0xe, va_address: 0x232000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(38), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 39, operation: UNMAP, flags: 0xe, va_address: 0x236000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(39), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 40, operation: UNMAP, flags: 0xe, va_address: 0x23a000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(40), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 41, operation: UNMAP, flags: 0xe, va_address: 0x23e000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(41), 8, R))
drmIoctl(6, (100, SYNCOBJ_DESTROY(1), 8, RW))
drmIoctl(6, (100, SYNCOBJ_DESTROY(2), 8, RW))
drmIoctl(6, (100, SYNCOBJ_DESTROY(3), 8, RW))
drmIoctl(6, (100, SYNCOBJ_DESTROY(4), 8, RW))
drmIoctl(6, (100, SYNCOBJ_DESTROY(5), 8, RW))
drmIoctl(6, (100, SYNCOBJ_DESTROY(6), 8, RW))
drmIoctl(6, (100, SYNCOBJ_DESTROY(7), 8, RW))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 42, operation: UNMAP, flags: 0xe, va_address: 0x100180000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(42), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 43, operation: UNMAP, flags: 0xe, va_address: 0x1001e0000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(43), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 24, operation: UNMAP, flags: 0xe, va_address: 0x100060000, offset_in_bo: 0, map_size: 0x40000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(24), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 25, operation: UNMAP, flags: 0xe, va_address: 0x22c000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(25), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 26, operation: UNMAP, flags: 0xe, va_address: 0x228000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(26), 8, R))
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 1, operation: UNMAP, flags: 0xe, va_address: 0x100000000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(1), 8, R))
drmIoctl(6, (100, AMDGPU_CTX(op: FREE, flags: 0, ctx_id: 1, priority: 0), 16, RW)) -> 2
drmIoctl(6, (100, AMDGPU_GEM_VA(handle: 2, operation: UNMAP, flags: 0xe, va_address: 0x100001000, offset_in_bo: 0, map_size: 0x40000), 40, RW))
drmIoctl(6, (100, GEM_CLOSE(2), 8, R))
drmIoctl(6, (100, SYNCOBJ_DESTROY(8), 8, RW))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment