Skip to content

Instantly share code, notes, and snippets.

@X547
Created October 18, 2021 12:27
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/629e80172ce85d00c14b3df60de4e972 to your computer and use it in GitHub Desktop.
Save X547/629e80172ce85d00c14b3df60de4e972 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
drmFreeDevices()
drmFreeDevice()
sdev->dd->winsys[0].name: null
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)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x40000, alignment: 0x100, domains: {VRAM}, domain_flags: {EXPLICIT_SYNC}), 32, RW)) -> 3
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 3, operation: MAP, flags: 0xe, va_address: 0x100002000, offset_in_bo: 0, map_size: 0x40000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(3), 8, RW)) -> 0
drmMmap(4, 0, 0x40000)
swapchain::create_image((1280, 720))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x3c3000, alignment: 0x20000, domains: {VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 4
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 4, operation: MAP, flags: 0xe, va_address: 0x100200000, offset_in_bo: 0, map_size: 0x3c3000), 40, RW))
swapchain::create_image((1280, 720))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x3c3000, alignment: 0x20000, domains: {VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 5
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 5, operation: MAP, flags: 0xe, va_address: 0x100600000, offset_in_bo: 0, map_size: 0x3c3000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x4c3000, alignment: 0x20000, domains: {VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 6
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 6, operation: MAP, flags: 0xe, va_address: 0x100a00000, offset_in_bo: 0, map_size: 0x4c3000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x40000, alignment: 0x20000, domains: {VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 7
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 7, operation: MAP, flags: 0xe, va_address: 0x100060000, offset_in_bo: 0, map_size: 0x40000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x40000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 8
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 8, operation: MAP, flags: 0xe, va_address: 0x1000a0000, offset_in_bo: 0, map_size: 0x40000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(8), 8, RW)) -> 0
drmMmap(4, 0, 0x40000)
drmMunmap(0xa4e3f6b000, 0x40000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 9
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 9, operation: MAP, flags: 0xe, va_address: 0x200000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(9), 8, RW)) -> 0
drmMmap(4, 0, 0x4000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x7a0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 10
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 10, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(10), 8, RW)) -> 0
drmMmap(4, 0, 0x7a0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 1952, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42cc40)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42cc60)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 5, bo_info_size: 8, bo_info_ptr: 0x11e0eb314500(10, 9, 8, 3, 7)), length: 6, data: 0x7f80f9de7c10)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 10, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa4e3c49000, 0x7a0)
drmIoctl(4, (100, GEM_CLOSE(10), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 8, operation: UNMAP, flags: 0xe, va_address: 0x1000a0000, offset_in_bo: 0, map_size: 0x40000), 40, RW))
drmIoctl(4, (100, GEM_CLOSE(8), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x60, alignment: 0x20, domains: {VRAM}, domain_flags: {EXPLICIT_SYNC}), 32, RW)) -> 11
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 11, operation: MAP, flags: 0xa, va_address: 0x204000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(11), 8, RW)) -> 0
drmMmap(4, 0, 0x60)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x8000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 12
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 12, operation: MAP, flags: 0xe, va_address: 0x1000a0000, offset_in_bo: 0, map_size: 0x8000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(12), 8, RW)) -> 0
drmMmap(4, 0, 0x8000)
drmMunmap(0xa4e4b46000, 0x8000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x2000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 13
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 13, operation: MAP, flags: 0xe, va_address: 0x1000c0000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(13), 8, RW)) -> 0
drmMmap(4, 0, 0x2000)
drmMunmap(0xa4e4c8a000, 0x2000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x8000, alignment: 0x20000, domains: {VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 14
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 14, operation: MAP, flags: 0xe, va_address: 0x1000e0000, offset_in_bo: 0, map_size: 0x8000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x2000, alignment: 0x20000, domains: {VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 15
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 15, operation: MAP, flags: 0xe, va_address: 0x100100000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x460, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 16
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 16, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(16), 8, RW)) -> 0
drmMmap(4, 0, 0x460)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 1120, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42ca00)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42ca20)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 7, bo_info_size: 8, bo_info_ptr: 0x11e0eb312c90(16, 9, 14, 12, 3, 15, 13)), length: 6, data: 0x7f80f9de7c00)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 16, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa4e476f000, 0x460)
drmIoctl(4, (100, GEM_CLOSE(16), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 12, operation: UNMAP, flags: 0xe, va_address: 0x1000a0000, offset_in_bo: 0, map_size: 0x8000), 40, RW))
drmIoctl(4, (100, GEM_CLOSE(12), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 13, operation: UNMAP, flags: 0xe, va_address: 0x1000c0000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, GEM_CLOSE(13), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 17
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 17, operation: MAP, flags: 0xe, va_address: 0x1000a0000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(17), 8, RW)) -> 0
drmMmap(4, 0, 0x1000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 18
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 18, operation: MAP, flags: 0xe, va_address: 0x1000c0000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(18), 8, RW)) -> 0
drmMmap(4, 0, 0x4000)
drmMunmap(0xa4e4ac7000, 0x4000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 19
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 19, operation: MAP, flags: 0xe, va_address: 0x100120000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(19), 8, RW)) -> 0
drmMmap(4, 0, 0x1000)
drmMunmap(0xa4e4970000, 0x1000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x20000, domains: {VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 20
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 20, operation: MAP, flags: 0xe, va_address: 0x100140000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x20000, domains: {VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 21
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 21, operation: MAP, flags: 0xe, va_address: 0x100160000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x460, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 22
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 22, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(22), 8, RW)) -> 0
drmMmap(4, 0, 0x460)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 1120, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42d180)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42d1a0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 7, bo_info_size: 8, bo_info_ptr: 0x11e0eb312c90(22, 9, 20, 18, 3, 19, 21)), length: 6, data: 0x7f80f9de7c00)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 22, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa4e4863000, 0x460)
drmIoctl(4, (100, GEM_CLOSE(22), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 18, operation: UNMAP, flags: 0xe, va_address: 0x1000c0000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(4, (100, GEM_CLOSE(18), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 19, operation: UNMAP, flags: 0xe, va_address: 0x100120000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, GEM_CLOSE(19), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 23
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 23, operation: MAP, flags: 0xe, va_address: 0x1000c0000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(23), 8, RW)) -> 0
drmMmap(4, 0, 0x1000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 24
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 24, operation: MAP, flags: 0xe, va_address: 0x100120000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(24), 8, RW)) -> 0
drmMmap(4, 0, 0x4000)
drmMunmap(0xa4e4dea000, 0x4000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 25
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 25, operation: MAP, flags: 0xe, va_address: 0x100180000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(25), 8, RW)) -> 0
drmMmap(4, 0, 0x1000)
drmMunmap(0xa4e4dd4000, 0x1000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x20000, domains: {VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 26
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 26, operation: MAP, flags: 0xe, va_address: 0x1001a0000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x20000, domains: {VRAM}, domain_flags: {NO_CPU_ACCESS, EXPLICIT_SYNC}), 32, RW)) -> 27
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 27, operation: MAP, flags: 0xe, va_address: 0x1001c0000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x460, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 28
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 28, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(28), 8, RW)) -> 0
drmMmap(4, 0, 0x460)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 1120, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c8e0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c900)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 7, bo_info_size: 8, bo_info_ptr: 0x11e0eb312c90(28, 9, 26, 24, 3, 25, 27)), length: 6, data: 0x7f80f9de7c00)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 28, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa4e4e03000, 0x460)
drmIoctl(4, (100, GEM_CLOSE(28), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 24, operation: UNMAP, flags: 0xe, va_address: 0x100120000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(4, (100, GEM_CLOSE(24), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 25, operation: UNMAP, flags: 0xe, va_address: 0x100180000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, GEM_CLOSE(25), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 29
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 29, operation: MAP, flags: 0xe, va_address: 0x100120000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(29), 8, RW)) -> 0
drmMmap(4, 0, 0x1000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x60, alignment: 0x20, domains: {VRAM}, domain_flags: {EXPLICIT_SYNC}), 32, RW)) -> 30
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 30, operation: MAP, flags: 0xa, va_address: 0x205000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(30), 8, RW)) -> 0
drmMmap(4, 0, 0x60)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 31
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 31, operation: MAP, flags: 0xe, va_address: 0x206000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(31), 8, RW)) -> 0
drmMmap(4, 0, 0x4000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x4000, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 32
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 32, operation: MAP, flags: 0xe, va_address: 0x20a000, offset_in_bo: 0, map_size: 0x4000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(32), 8, RW)) -> 0
drmMmap(4, 0, 0x4000)
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 33
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 33, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(33), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c880)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c8a0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(33)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 33, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa4e4d89000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(33), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0xe00, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 34
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 34, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(34), 8, RW)) -> 0
drmMmap(4, 0, 0xe00)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 3584, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c880)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c8a0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 15, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b7630(34, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 34, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa4e4dc7000, 0xe00)
drmIoctl(4, (100, GEM_CLOSE(34), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 35
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 35, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(35), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c880)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c8a0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(35)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 35, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa4e4edf000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(35), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 36
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 36, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(36), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c5e0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c600)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(36)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 36, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa783b76000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(36), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0xe00, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 37
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 37, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(37), 8, RW)) -> 0
drmMmap(4, 0, 0xe00)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 3584, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c5e0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c600)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 15, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b7630(37, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 37, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa6741a4000, 0xe00)
drmIoctl(4, (100, GEM_CLOSE(37), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 38
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 38, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(38), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c5e0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c600)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(38)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 38, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa6fc554000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(38), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x2000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 39
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 39, operation: MAP, flags: 0xe, va_address: 0x100180000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(39), 8, RW)) -> 0
drmMmap(4, 0, 0x2000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x1000, alignment: 0x20000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, CPU_GTT_USWC, EXPLICIT_SYNC}), 32, RW)) -> 40
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 40, operation: MAP, flags: 0xe, va_address: 0x1001e0000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(40), 8, RW)) -> 0
drmMmap(4, 0, 0x1000)
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa5a9ffe000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 41
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 41, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(41), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(41)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 41, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa7d8ea6000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(41), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 42
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 42, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(42), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(42, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 42, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xa7d8c67000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(42), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 43
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 43, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(43), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(43)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 43, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa7d8ef1000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(43), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa7d78c0000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 44
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 44, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(44), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(44)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 44, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa7d6630000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(44), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 45
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 45, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(45), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(45, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 45, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xa7d500a000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(45), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 46
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 46, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(46), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(46)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 46, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa7d4acc000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(46), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa7cf787000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 47
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 47, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(47), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(47)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 47, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa7d32e1000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(47), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 48
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 48, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(48), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(48, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 48, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xa7cdd8b000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(48), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 49
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 49, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(49), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(49)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 49, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa7cf0fd000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(49), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa7cd6a0000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 50
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 50, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(50), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(50)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 50, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa7d7cdf000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(50), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 51
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 51, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(51), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(51, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 51, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xa7d8d3b000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(51), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 52
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 52, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(52), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(52)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 52, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa7d8413000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(52), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa7d0aff000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 53
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 53, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(53), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(53)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 53, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa7d7693000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(53), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 54
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 54, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(54), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(54, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 54, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xa7d5c7a000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(54), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 55
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 55, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(55), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(55)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 55, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa7d91cb000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(55), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa7d54fe000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 56
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 56, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(56), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(56)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 56, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa7d6219000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(56), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 57
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 57, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(57), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(57, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 57, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xa7d8dc1000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(57), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 58
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 58, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(58), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(58)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 58, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa7d321b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(58), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa7ced2a000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 59
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 59, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(59), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(59)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 59, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa7d7a1a000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(59), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 60
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 60, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(60), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(60, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 60, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xa7d6aa6000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(60), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 61
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 61, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(61), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(61)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 61, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa7d927e000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(61), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa7d429f000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 62
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 62, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(62), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(62)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 62, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb9796fc000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(62), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 63
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 63, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(63), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(63, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 63, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc0dd41000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(63), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 64
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 64, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(64), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(64)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 64, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbad7347000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(64), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb8a3718000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 65
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 65, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(65), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(65)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 65, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb67ee43000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(65), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 66
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 66, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(66), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(66, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 66, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb9dc6e3000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(66), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 67
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 67, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(67), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(67)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 67, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb5bf423000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(67), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb44343b000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 68
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 68, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(68), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(68)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 68, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc6fc7a000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(68), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 69
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 69, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(69), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(69, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 69, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbaef3b2000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(69), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 70
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 70, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(70), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(70)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 70, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd2fc19000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(70), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbaebc3e000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 71
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 71, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(71), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(71)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 71, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb965140000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(71), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 72
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 72, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(72), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(72, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 72, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb9ca9d8000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(72), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 73
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 73, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(73), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(73)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 73, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbea6bd000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(73), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb85003e000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 74
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 74, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(74), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(74)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 74, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb430951000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(74), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 75
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 75, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(75), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(75, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 75, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb9361c8000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(75), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 76
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 76, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(76), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(76)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 76, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb65b0c5000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(76), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb13e411000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 77
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 77, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(77), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(77)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 77, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbab005a000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(77), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 78
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 78, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(78), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(78, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 78, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbcaf462000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(78), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 79
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 79, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(79), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(79)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 79, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba5ac5b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(79), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xba16004000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 80
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 80, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(80), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(80)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 80, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xac24f96000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(80), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 81
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 81, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(81), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(81, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 81, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xae700a1000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(81), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 82
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 82, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(82), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(82)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 82, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb167b35000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(82), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xabd146b000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 83
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 83, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(83), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(83)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 83, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb39efa000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(83), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 84
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 84, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(84), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(84, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 84, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb42baba000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(84), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 85
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 85, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(85), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(85)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 85, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb9c95e7000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(85), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb3f94cb000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 86
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 86, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(86), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(86)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 86, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbfe565000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(86), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 87
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 87, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(87), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(87, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 87, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbaffaae000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(87), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 88
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 88, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(88), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(88)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 88, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb565384000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(88), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb2b767b000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 89
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 89, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(89), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(89)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 89, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc58797000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(89), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 90
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 90, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(90), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(90, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 90, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbd0eee1000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(90), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 91
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 91, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(91), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(91)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 91, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbf4b74000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(91), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbbf45a8000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 92
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 92, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(92), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(92)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 92, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb93bee7000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(92), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 93
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 93, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(93), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(93, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 93, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc26451000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(93), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 94
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 94, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(94), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(94)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 94, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb944cdc000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(94), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb5f651a000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 95
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 95, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(95), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(95)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 95, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd1e7e6000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(95), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 96
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 96, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(96), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(96, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 96, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc7a693000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(96), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 97
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 97, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(97), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(97)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 97, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbb9512000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(97), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb9ee2bc000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 98
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 98, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(98), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(98)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 98, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb30a847000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(98), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 99
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 99, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(99), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(99, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 99, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbd28cd2000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(99), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 100
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 100, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(100), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(100)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 100, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba79618000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(100), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaea1f0b000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 101
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 101, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(101), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(101)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 101, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbefbdb000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(101), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 102
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 102, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(102), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(102, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 102, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb894365000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(102), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 103
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 103, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(103), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(103)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 103, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba03c94000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(103), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb780716000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmIoctl(4, (100, AMDGPU_GEM_CREATEdrmMmap(4, 0, 0x3c3000)
(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 104
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 104, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(104), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(104)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 104, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb82d06f000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(104), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 105
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 105, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(105), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(105, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 105, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xba8926d000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(105), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 106
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 106, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(106), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(106)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 106, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb64990f000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(106), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb3c1c73000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 107
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 107, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(107), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(107)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 107, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb05c25000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(107), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 108
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 108, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(108), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(108, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 108, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbcd2a9f000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(108), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 109
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 109, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(109), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(109)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 109, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb7481b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(109), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xba2c83e000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 110
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 110, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(110), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(110)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 110, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb5502e3000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(110), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 111
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 111, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(111), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(111, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 111, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb78d5af000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(111), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 112
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 112, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(112), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(112)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 112, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbab0541000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(112), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb4c59f9000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 113
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 113, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(113), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(113)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 113, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb9b57fe000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(113), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 114
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 114, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(114), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(114, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 114, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbcc5063000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(114), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 115
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 115, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(115), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(115)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 115, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba2519b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(115), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb92b3d1000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 116
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 116, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(116), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(116)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 116, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbce9d2c000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(116), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 117
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 117, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(117), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(117, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 117, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc81190000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(117), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 118
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 118, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(118), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(118)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 118, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd0ca39000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(118), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbc2a189000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 119
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 119, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(119), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(119)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 119, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb836d1b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(119), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 120
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 120, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(120), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(120, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 120, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb141e16000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(120), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 121
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 121, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(121), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(121)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 121, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb532ae000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(121), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa9c2d1e000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 122
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 122, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(122), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(122)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 122, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbcd3768000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(122), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 123
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 123, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(123), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(123, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 123, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc39c79000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(123), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 124
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 124, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(124), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(124)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 124, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb5c5c6000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(124), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb829e1c000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 125
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 125, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(125), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(125)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 125, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb981904000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(125), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 126
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 126, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(126), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(126, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 126, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc33387000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(126), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 127
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 127, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(127), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(127)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 127, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb9cdd96000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(127), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb72a113000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 128
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 128, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(128), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(128)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 128, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb7c9b1d000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(128), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 129
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 129, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(129), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(129, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 129, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb85f83c000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(129), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 130
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 130, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(130), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(130)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 130, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb82c158000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(130), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb70e174000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 131
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 131, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(131), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(131)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 131, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbcdd0c9000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(131), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 132
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 132, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(132), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(132, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 132, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbd1adb9000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(132), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 133
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 133, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(133), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(133)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 133, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbcd077d000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(133), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbb6daf5000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 134
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 134, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(134), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(134)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 134, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb69453000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(134), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 135
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 135, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(135), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(135, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 135, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbab1538000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(135), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 136
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 136, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(136), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(136)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 136, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb9c83d000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(136), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb966104000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 137
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 137, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(137), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(137)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 137, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb9f0699000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(137), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 138
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 138, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(138), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(138, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 138, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb241f36000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(138), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 139
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 139, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(139), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(139)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 139, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb139497000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(139), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaf19daf000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 140
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 140, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(140), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(140)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 140, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb3b2ad4000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(140), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 141
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 141, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(141), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(141, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 141, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb50c840000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(141), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 142
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 142, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(142), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(142)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 142, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb6c12b7000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(142), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaf85fac000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 143
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 143, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(143), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(143)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 143, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb1ee0a000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(143), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 144
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 144, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(144), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(144, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 144, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xba0cea2000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(144), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 145
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 145, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(145), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(145)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 145, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb808cf4000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(145), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb6e0f63000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 146
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 146, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(146), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(146)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 146, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb8b367f000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(146), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 147
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 147, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(147), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(147, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 147, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xba95241000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(147), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 148
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 148, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(148), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(148)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 148, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba88b1c000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(148), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb81106e000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 149
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 149, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(149), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(149)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 149, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb0b974000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(149), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 150
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 150, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(150), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(150, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 150, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb780b9d000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(150), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 151
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 151, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(151), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(151)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 151, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb775ba1000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(151), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xafec57b000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 152
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 152, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(152), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(152)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 152, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba541f1000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(152), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 153
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 153, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(153), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(153, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 153, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc67781000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(153), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 154
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 154, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(154), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(154)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 154, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb35b8b9000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(154), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xae82178000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 155
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 155, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(155), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(155)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 155, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb7bc28000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(155), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 156
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 156, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(156), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(156, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 156, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb0aa951000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(156), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 157
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 157, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(157), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(157)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 157, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb75ef64000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(157), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xad04a7d000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 158
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 158, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(158), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(158)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 158, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbcd0265000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(158), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 159
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 159, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(159), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(159, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 159, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbd4931d000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(159), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 160
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 160, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(160), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(160)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 160, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbcf2676000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(160), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbcb10c8000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 161
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 161, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(161), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(161)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 161, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb4a8938000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(161), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 162
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 162, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(162), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(162, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 162, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb804522000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(162), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 163
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 163, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(163), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(163)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 163, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb4e4c6f000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(163), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb01777b000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 164
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 164, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(164), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(164)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 164, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb3b4ea4000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(164), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 165
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 165, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(165), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(165, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 165, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb1e6f57000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(165), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 166
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 166, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(166), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(166)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 166, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb3ec70000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(166), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa987232000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 167
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 167, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(167), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(167)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 167, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb0a994b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(167), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 168
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 168, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(168), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(168, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 168, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xad6fffe000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(168), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 169
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 169, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(169), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(169)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 169, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb8c2729000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(169), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa9e94c8000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 170
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 170, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(170), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(170)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 170, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb3767bc000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(170), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 171
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 171, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(171), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(171, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 171, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb9f6e3e000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(171), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 172
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 172, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(172), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(172)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 172, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb77ec0a000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(172), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaf2158b000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 173
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 173, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(173), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(173)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 173, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb72aa21000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(173), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 174
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 174, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(174), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(174, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 174, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbcba83f000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(174), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 175
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 175, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(175), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(175)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 175, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb5fe60e000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(175), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb38d054000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 176
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 176, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(176), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(176)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 176, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbafc966000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(176), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 177
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 177, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(177), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(177, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 177, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb9ee55d000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(177), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 178
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 178, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(178), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(178)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 178, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb9affd000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(178), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb948418000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 179
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 179, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(179), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(179)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 179, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc49e3c000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(179), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 180
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 180, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(180), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(180, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 180, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb6d148c000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(180), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 181
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 181, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(181), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(181)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 181, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb7d1c34000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(181), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb40f4cd000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 182
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 182, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(182), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(182)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 182, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb6c25a000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(182), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 183
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 183, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(183), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(183, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 183, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb6008e4000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(183), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 184
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 184, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(184), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(184)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 184, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbaae2c8000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(184), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb2ed362000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 185
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 185, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(185), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(185)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 185, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb4d4c02000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(185), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 186
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 186, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(186), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(186, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 186, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xacb8f62000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(186), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 187
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 187, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(187), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(187)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 187, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb9f692e000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(187), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xabdef90000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 188
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 188, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(188), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(188)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 188, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb1ea441000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(188), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 189
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 189, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(189), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(189, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 189, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb75b5ec000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(189), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 190
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 190, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(190), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(190)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 190, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xaecfe50000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(190), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xabf0200000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 191
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 191, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(191), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(191)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 191, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba7090a000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(191), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 192
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 192, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(192), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(192, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 192, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb83ba58000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(192), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 193
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 193, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(193), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(193)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 193, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb9d1dd7000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(193), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xac42986000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 194
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 194, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(194), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(194)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 194, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbce5f0000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(194), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 195
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 195, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(195), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(195, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 195, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbcb5a35000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(195), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 196
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 196, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(196), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(196)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 196, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc0a16f000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(196), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb8f4ecc000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 197
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 197, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(197), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(197)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 197, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb17f13a000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(197), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 198
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 198, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(198), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(198, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 198, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xba56397000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(198), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 199
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 199, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(199), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(199)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 199, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb248e79000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(199), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaef0efe000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 200
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 200, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(200), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(200)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 200, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb5c284d000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(200), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 201
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 201, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(201), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(201, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 201, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbaca93a000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(201), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 202
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 202, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(202), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(202)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 202, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb576a30000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(202), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb350fba000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 203
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 203, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(203), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(203)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 203, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb48ce38000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(203), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 204
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 204, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(204), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(204, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 204, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb253d94000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(204), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 205
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 205, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(205), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(205)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 205, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xaf5e540000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(205), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xacfe622000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 206
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 206, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(206), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(206)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 206, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd4d247000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(206), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 207
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 207, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(207), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(207, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 207, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbcead0f000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(207), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 208
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 208, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(208), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(208)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 208, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbccb636000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(208), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbc51002000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 209
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 209, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(209), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(209)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 209, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb8a3bab000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(209), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 210
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 210, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(210), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(210, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 210, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xba47633000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(210), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 211
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 211, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(211), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(211)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 211, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc9a18f000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(211), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb6b398c000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 212
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 212, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(212), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(212)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 212, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbea1be000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(212), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 213
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 213, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(213), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(213, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 213, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb180e1b000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(213), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 214
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 214, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(214), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(214)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 214, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb72a831000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(214), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb050068000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 215
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 215, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(215), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(215)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 215, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb8463b1000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(215), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 216
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 216, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(216), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(216, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 216, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbca6679000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(216), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 217
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 217, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(217), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(217)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 217, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc090aa000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(217), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb733341000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 218
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 218, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(218), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(218)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 218, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd329cb000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(218), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 219
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 219, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(219), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(219, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 219, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbcf5bf7000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(219), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 220
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 220, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(220), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(220)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 220, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbcedbfa000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(220), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbcc9a2e000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAPdrmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED(5), , 8, EXPLICIT_SYNCRW}))) -> 0, 32,
RWdrmMmap(4, 0, 0x3c3000)
)) -> 221
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 221, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(221), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(221)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 221, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc44c08000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(221), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 222
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 222, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(222), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(222, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 222, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc5a591000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(222), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 223
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 223, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(223), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(223)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 223, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbca76f1000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(223), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbc007aa000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 224
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 224, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(224), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(224)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 224, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xac8ca9c000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(224), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 225
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 225, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(225), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(225, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 225, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbbd22fc000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(225), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 226
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 226, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(226), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(226)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 226, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb39037000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(226), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaa08d3e000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 227
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 227, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(227), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(227)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 227, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb5ad94d000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(227), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 228
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 228, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(228), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(228, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 228, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbb0df77000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(228), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 229
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 229, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(229), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(229)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 229, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb1c5ea4000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(229), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xacb1ec3000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 230
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 230, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(230), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(230)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 230, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb8b8746000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(230), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 231
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 231, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(231), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(231, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 231, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb61f9c6000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(231), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 232
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 232, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(232), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(232)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 232, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbae909d000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(232), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb36bf8d000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 233
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 233, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(233), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(233)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 233, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xafccc3a000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(233), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 234
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 234, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(234), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(234, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 234, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xad4fbb1000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(234), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 235
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 235, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(235), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(235)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 235, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb7e90c1000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(235), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa97026c000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 236
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 236, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(236), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(236)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 236, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb879cdf000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(236), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 237
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 237, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(237), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(237, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 237, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb7d86c2000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(237), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 238
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 238, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(238), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(238)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 238, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb6d4996000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(238), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb63a778000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 239
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 239, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(239), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(239)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 239, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd3e06f000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(239), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 240
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 240, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(240), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(240, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 240, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb630bfb000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(240), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 241
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 241, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(241), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(241)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 241, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbadb756000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(241), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb559feb000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 242
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 242, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(242), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(242)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 242, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb1d14b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(242), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 243
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 243, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(243), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(243, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 243, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbb16ce6000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(243), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 244
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 244, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(244), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(244)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 244, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd2b8a0000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(244), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbab5635000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 245
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 245, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(245), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(245)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 245, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc3cc0b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(245), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 246
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 246, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(246), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(246, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 246, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc748d7000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(246), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 247
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 247, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(247), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(247)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 247, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd4b50e000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(247), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb906c4a000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 248
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 248, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(248), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(248)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 248, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd5664d000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(248), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 249
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 249, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(249), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(249, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 249, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbcc0eb9000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(249), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 250
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 250, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(250), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(250)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 250, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd18686000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(250), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbcaf706000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 251
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 251, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(251), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(251)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 251, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd1bb21000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(251), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 252
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 252, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(252), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(252, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 252, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xba4715b000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(252), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 253
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 253, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(253), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(253)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 253, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbce8eee000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(253), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb8cc8fe000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 254
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 254, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(254), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(254)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 254, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbce886c000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(254), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 255
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 255, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(255), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(255, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 255, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb016e70000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(255), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 256
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 256, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(256), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(256)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 256, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb02960f000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(256), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaf04542000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 257
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 257, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(257), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(257)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 257, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb21d30d000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(257), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 258
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 258, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(258), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(258, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 258, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb07c7aa000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(258), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 259
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 259, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(259), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(259)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 259, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb6f6737000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(259), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xadd9ae8000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 260
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 260, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(260), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(260)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 260, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbec5da000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(260), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 261
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 261, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(261), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(261, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 261, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbbd29a2000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(261), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 262
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 262, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(262), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(262)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 262, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba31df3000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(262), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb91faf4000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 263
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 263, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(263), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(263)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 263, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb868bc3000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(263), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 264
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 264, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(264), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(264, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 264, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb9ba888000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(264), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 265
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 265, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(265), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(265)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 265, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba22ef2000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(265), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb39c43e000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 266
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 266, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(266), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(266)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 266, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb5fda64000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(266), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 267
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 267, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(267), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(267, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 267, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb91f18c000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(267), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 268
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 268, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(268), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(268)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 268, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb5492cc000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(268), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb2ad668000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 269
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 269, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(269), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(269)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 269, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb02cfc3000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(269), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 270
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 270, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(270), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(270, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 270, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb3537be000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(270), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 271
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 271, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(271), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(271)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 271, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb784dd4000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(271), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaeaee8d000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 272
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 272, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(272), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(272)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 272, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa8eb2e8000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(272), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 273
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 273, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(273), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(273, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 273, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb6ac683000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(273), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 274
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 274, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(274), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(274)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 274, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xafba11f000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(274), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa7fa876000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 275
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 275, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(275), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(275)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 275, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba77a4b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(275), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 276
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 276, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(276), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(276, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 276, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbbb2aaa000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(276), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 277
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 277, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(277), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(277)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 277, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb71c545000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(277), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb63534d000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 278
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 278, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(278), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(278)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 278, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb5c4fac000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(278), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 279
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 279, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(279), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(279, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 279, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb83e1a6000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(279), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 280
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 280, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(280), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(280)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 280, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc2b9b1000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(280), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaf99c20000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 281
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 281, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(281), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(281)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 281, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb8a25a6000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(281), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 282
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 282, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(282), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(282, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 282, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xaf72a87000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(282), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 283
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 283, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(283), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(283)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 283, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb0e2aaf000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(283), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xab56bc5000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 284
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 284, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(284), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(284)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 284, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbce2ef7000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(284), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 285
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 285, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(285), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(285, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 285, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xaf11cd6000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(285), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 286
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 286, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(286), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(286)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 286, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xacddafb000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(286), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa9a10a1000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 287
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 287, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(287), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(287)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 287, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb76b237000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(287), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 288
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 288, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(288), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(288, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 288, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb5eac12000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(288), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 289
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 289, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(289), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(289)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 289, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb68e8c6000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(289), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb49df4b000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 290
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 290, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(290), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(290)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 290, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbd2244000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(290), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 291
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 291, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(291), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(291, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 291, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xba664da000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(291), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 292
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 292, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(292), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(292)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 292, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbcfa883000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(292), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb53cf2b000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 293
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 293, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(293), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(293)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 293, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbb06e9000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(293), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 294
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 294, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(294), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(294, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 294, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc57fef000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(294), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 295
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 295, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(295), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(295)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 295, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbdc79f000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(295), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbaf26d8000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 296
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 296, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(296), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(296)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 296, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb187e4b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(296), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 297
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 297, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(297), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(297, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 297, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb53efef000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(297), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 298
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 298, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(298), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(298)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 298, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb80fa83000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(298), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaf257ea000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 299
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 299, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(299), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(299)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 299, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb07a939000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(299), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 300
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 300, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(300), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(300, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 300, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb619876000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(300), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 301
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 301, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(301), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(301)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 301, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb3af795000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(301), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaf9f1ff000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 302
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 302, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(302), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(302)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 302, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xae6f7d3000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(302), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 303
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 303, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(303), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(303, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 303, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb2c01b4000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(303), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 304
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 304, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(304), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(304)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 304, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xac4e932000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(304), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaad67f8000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 305
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 305, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(305), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(305)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 305, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd02bd4000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(305), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 306
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 306, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(306), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(306, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 306, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xba86797000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(306), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 307
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 307, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(307), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(307)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 307, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd1ceed000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(307), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xba7b99c000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 308
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 308, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(308), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(308)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 308, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb756127000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(308), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 309
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 309, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(309), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(309, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 309, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb31a368000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(309), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 310
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 310, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(310), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(310)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 310, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb95d369000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(310), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb18ea44000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 311
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 311, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(311), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(311)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 311, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb6a41b9000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(311), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 312
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 312, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(312), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(312, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 312, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbbaf075000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(312), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 313
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 313, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(313), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(313)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 313, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb323d36000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(313), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xad6b01a000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 314
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 314, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(314), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(314)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 314, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbdb8a2000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(314), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 315
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 315, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(315), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(315, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 315, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xad92aa1000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(315), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 316
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 316, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(316), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(316)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 316, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb78c390000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(316), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xac97c18000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 317
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 317, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(317), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(317)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 317, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb66e91a000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(317), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 318
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 318, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(318), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(318, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 318, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbbb3023000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(318), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 319
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 319, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(319), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(319)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 319, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb5d77cb000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(319), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb4ed58d000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 320
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 320, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(320), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(320)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 320, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb9ca5a4000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(320), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 321
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 321, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(321), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(321, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 321, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc5b9a3000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(321), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 322
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 322, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(322), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(322)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 322, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbbe3d4000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(322), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb9795c9000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 323
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 323, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(323), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(323)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 323, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xae64034000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(323), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 324
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 324, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(324), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(324, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 324, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xae5df27000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(324), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 325
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 325, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(325), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(325)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 325, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xaea509d000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(325), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xacf57f4000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 326
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 326, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(326), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(326)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 326, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd284b1000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(326), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 327
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 327, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(327), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(327, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 327, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb640e90000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(327), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 328
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 328, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(328), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(328)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 328, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb6935d1000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(328), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb27daee000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 329
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 329, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(329), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(329)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 329, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb9b32bd000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(329), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 330
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 330, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(330), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(330, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 330, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb21bee6000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(330), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 331
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 331, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(331), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(331)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 331, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xae5bb0b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(331), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xac2f713000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 332
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 332, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(332), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(332)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 332, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbc8570000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(332), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 333
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 333, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(333), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(333, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 333, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb1280fd000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(333), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 334
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 334, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(334), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(334)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 334, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb3e9811000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(334), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb0a1882000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 335
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 335, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(335), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(335)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 335, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb97ac5d000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(335), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 336
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 336, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(336), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(336, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 336, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbabf55c000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(336), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 337
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 337, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(337), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(337)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 337, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb66ab72000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(337), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb3355aa000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 338
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 338, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(338), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(338)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 338, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb69bf62000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(338), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 339
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 339, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(339), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(339, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 339, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xaa855af000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(339), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 340
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 340, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(340), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(340)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 340, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb97f7c0000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(340), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa8740bd000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 341
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 341, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(341), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(341)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 341, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd3bd5f000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(341), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 342
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 342, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(342), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(342, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 342, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbbbe6d7000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(342), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 343
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 343, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(343), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(343)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 343, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbe8f10000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(343), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbb96942000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 344
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 344, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(344), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(344)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 344, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb00c6c000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(344), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 345
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 345, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(345), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(345, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 345, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb2309d7000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(345), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 346
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 346, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(346), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(346)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 346, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xab31ca7000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(346), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa994888000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 347
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 347, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(347), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(347)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 347, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb625a87000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(347), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 348
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 348, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(348), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(348, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 348, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xafafab9000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(348), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 349
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 349, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(349), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(349)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 349, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb471b30000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(349), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xabc7d14000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 350
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 350, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(350), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(350)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 350, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xaf8e9fb000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(350), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 351
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 351, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(351), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(351, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 351, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbad483e000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(351), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 352
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 352, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(352), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(352)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 352, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa8a2f96000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(352), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa851e52000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 353
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 353, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(353), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(353)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 353, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba40dc6000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(353), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 354
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 354, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(354), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(354, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 354, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbd3c2c3000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(354), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 355
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 355, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(355), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(355)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 355, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb97efe0000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(355), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb897a54000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 356
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 356, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(356), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(356)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 356, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb632a8c000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(356), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 357
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 357, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(357), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(357, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 357, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb6576c0000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(357), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 358
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 358, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(358), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(358)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 358, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb311511000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(358), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xac25e68000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 359
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 359, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(359), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(359)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 359, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc79612000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(359), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 360
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 360, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(360), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(360, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 360, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc9cc19000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(360), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 361
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 361, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(361), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(361)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 361, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd16c4b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(361), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbc2a0c9000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 362
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 362, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(362), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(362)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 362, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba8c07c000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(362), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 363
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 363, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(363), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(363, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 363, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbb69786000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(363), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 364
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 364, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(364), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(364)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 364, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb9a2ba7000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(364), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb771c6b000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 365
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 365, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(365), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(365)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 365, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb24d1e7000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(365), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 366
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 366, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(366), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(366, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 366, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb628cb4000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(366), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 367
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 367, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(367), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(367)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 367, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb5b2703000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(367), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa9ae2a5000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 368
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 368, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(368), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(368)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 368, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb1cc066000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(368), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 369
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 369, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(369), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(369, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 369, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc0cdcd000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(369), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 370
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 370, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(370), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(370)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 370, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb66064c000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(370), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb014d10000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 371
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 371, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(371), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(371)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 371, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb66b2ff000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(371), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 372
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 372, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(372), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(372, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 372, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb138a6e000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(372), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 373
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 373, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(373), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(373)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 373, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb9625c9000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(373), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xae98406000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 374
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 374, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(374), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(374)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 374, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb6c11f000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(374), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 375
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 375, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(375), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(375, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 375, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb81e157000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(375), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 376
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 376, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(376), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(376)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 376, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb7d7235000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(376), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb5d3029000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 377
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 377, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(377), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(377)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 377, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd1bf15000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(377), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 378
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 378, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(378), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(378, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 378, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb5a634a000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(378), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 379
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 379, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(379), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(379)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 379, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc1d182000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(379), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb3f5d60000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 380
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 380, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(380), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(380)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 380, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbcff66b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(380), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 381
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 381, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(381), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(381, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 381, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbbf5d91000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(381), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 382
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 382, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(382), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(382)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 382, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb6e63b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(382), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xba7e6c5000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 383
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 383, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(383), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(383)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 383, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc24c35000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(383), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 384
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 384, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(384), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(384, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 384, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb49924e000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(384), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 385
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 385, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(385), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(385)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 385, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb67293a000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(385), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb1cd924000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 386
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 386, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(386), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(386)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 386, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc818ec000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(386), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 387
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 387, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(387), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(387, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 387, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbbc7081000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(387), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 388
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 388, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(388), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(388)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 388, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc598fb000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(388), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbba38bc000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 389
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 389, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(389), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(389)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 389, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc75f55000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(389), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 390
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 390, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(390), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(390, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 390, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb97bb31000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(390), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 391
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 391, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(391), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(391)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 391, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb51553c000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(391), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb303a59000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 392
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 392, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(392), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(392)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 392, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc8c7d1000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(392), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 393
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 393, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(393), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(393, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 393, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbd41333000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(393), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 394
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 394, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(394), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(394)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 394, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd3f932000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(394), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbc4ce22000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 395
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 395, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(395), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(395)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 395, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd23e66000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(395), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 396
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 396, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(396), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(396, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 396, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbd49568000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(396), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 397
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 397, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(397), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(397)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 397, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd3f8a1000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(397), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbcf102c000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 398
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 398, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(398), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(398)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 398, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd4538e000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(398), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 399
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 399, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(399), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(399, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 399, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbd03dab000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(399), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 400
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 400, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(400), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(400)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 400, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd55136000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(400), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbce7837000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 401
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 401, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(401), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(401)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 401, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb738a18000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(401), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 402
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 402, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(402), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(402, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 402, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb6abf87000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(402), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 403
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 403, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(403), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(403)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 403, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb839ddf000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(403), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb2918ce000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 404
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 404, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(404), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(404)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 404, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc525f0000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(404), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 405
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 405, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(405), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(405, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 405, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xba1ea95000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(405), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 406
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 406, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(406), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(406)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 406, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb1d4fb000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(406), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb92d283000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 407
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 407, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(407), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(407)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 407, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc9908c000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(407), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 408
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 408, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(408), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(408, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 408, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc0e2f1000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(408), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 409
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 409, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(409), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(409)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 409, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbcbafa7000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(409), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbbd5ebc000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 410
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 410, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(410), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(410)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 410, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb82e27000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(410), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 411
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 411, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(411), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(411, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 411, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc633b9000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(411), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 412
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 412, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(412), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(412)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 412, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc90d00000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(412), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbae8582000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 413
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 413, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(413), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(413)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 413, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb0c359f000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(413), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 414
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 414, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(414), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(414, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 414, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbd2590b000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(414), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 415
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 415, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(415), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(415)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 415, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb6fa3be000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(415), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb09d2d7000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 416
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 416, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(416), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(416)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 416, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbcd37cb000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(416), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 417
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 417, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(417), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(417, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 417, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbd48378000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(417), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 418
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 418, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(418), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(418)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 418, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbce4f48000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(418), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbc86b3c000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 419
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 419, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(419), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(419)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 419, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb303326000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(419), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 420
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 420, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(420), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(420, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 420, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xaf80480000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(420), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 421
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 421, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(421), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(421)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 421, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xa8f05fc000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(421), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa80f065000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 422
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 422, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(422), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(422)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 422, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba8e1e9000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(422), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 423
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 423, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(423), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(423, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 423, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb804a95000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(423), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 424
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 424, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(424), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(424)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 424, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb9ff03f000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(424), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb7b5e64000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 425
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 425, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(425), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(425)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 425, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb91b83000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(425), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 426
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 426, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(426), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(426, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 426, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb7c238e000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(426), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 427
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 427, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(427), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(427)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 427, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb9e7cf3000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(427), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb4d99ea000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 428
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 428, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(428), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(428)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 428, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc9453c000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(428), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 429
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 429, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(429), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(429, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 429, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbb84ea7000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(429), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 430
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 430, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(430), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(430)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 430, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb78025000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(430), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbabc43f000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 431
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 431, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(431), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(431)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 431, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd40336000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(431), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 432
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 432, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(432), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(432, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 432, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xaf3e993000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(432), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 433
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 433, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(433), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(433)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 433, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb979f54000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(433), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaf3cfc0000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 434
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 434, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(434), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(434)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 434, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbcd87a3000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(434), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 435
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 435, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(435), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(435, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 435, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xba89660000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(435), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 436
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 436, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(436), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(436)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 436, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc5459e000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(436), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xba849d0000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 437
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 437, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(437), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(437)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 437, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb4561c000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(437), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 438
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 438, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(438), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(438, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 438, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xba7f4ce000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(438), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 439
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 439, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(439), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(439)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 439, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb8aa42b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(439), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb474706000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 440
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 440, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(440), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(440)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 440, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbad0a41000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(440), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 441
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 441, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(441), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(441, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 441, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb877741000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(441), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 442
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 442, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(442), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(442)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 442, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb71a289000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(442), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb25f2c9000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 443
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 443, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(443), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(443)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 443, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb45c58f000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(443), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 444
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 444, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(444), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(444, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 444, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc93357000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(444), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 445
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 445, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(445), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(445)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 445, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb03fa9e000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(445), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xa8bdcf8000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 446
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 446, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(446), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(446)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 446, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb0e964d000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(446), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 447
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 447, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(447), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(447, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 447, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb3e16f0000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(447), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 448
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 448, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(448), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(448)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 448, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb65ba3a000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(448), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaf4bfa3000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 449
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 449, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(449), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(449)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 449, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba7a5ee000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(449), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 450
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 450, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(450), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(450, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 450, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbc8ef12000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(450), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 451
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 451, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(451), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(451)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 451, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb627b0000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(451), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb85284f000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 452
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 452, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(452), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(452)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 452, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb0fb0a7000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(452), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 453
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 453, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(453), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(453, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 453, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb4f6dee000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(453), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 454
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 454, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(454), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(454)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 454, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xaea86e7000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(454), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xad68364000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 455
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 455, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(455), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(455)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 455, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb48613a000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(455), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 456
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 456, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(456), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(456, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 456, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbb706e0000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(456), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 457
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 457, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(457), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(457)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 457, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb79c35e000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(457), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb2f0caf000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 458
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 458, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(458), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(458)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 458, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb99b1b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(458), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 459
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 459, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(459), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(459, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 459, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xadd1f6b000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(459), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 460
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 460, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(460), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(460)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 460, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xad608b9000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(460), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xac3e009000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 461
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 461, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(461), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(461)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 461, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbcfb5cf000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(461), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 462
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 462, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(462), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(462, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 462, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbaf6865000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(462), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 463
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 463, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(463), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(463)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 463, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbfbf0b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(463), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb3e8ec4000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 464
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 464, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(464), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(464)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 464, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb446d08000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(464), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 465
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 465, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(465), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(465, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 465, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbbb67a1000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(465), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 466
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 466, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(466), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(466)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 466, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb5e7c88000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(466), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaf15363000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 467
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 467, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(467), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(467)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 467, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb43dbb6000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(467), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 468
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 468, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(468), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(468, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 468, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbcdbe2b000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(468), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 469
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 469, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(469), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(469)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 469, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb972c79000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(469), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb17a2dd000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 470
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 470, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(470), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(470)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 470, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb5fbac000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(470), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 471
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 471, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(471), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(471, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 471, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb80b5b1000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(471), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 472
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 472, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(472), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(472)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 472, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc47b5d000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(472), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb5048dc000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 473
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 473, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(473), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(473)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 473, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc0eecf000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(473), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 474
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 474, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(474), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(474, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 474, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb83d955000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(474), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 475
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 475, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(475), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(475)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 475, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbbc8ec6000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(475), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb68b194000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 476
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 476, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(476), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(476)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 476, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbb4e2f8000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(476), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 477
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 477, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(477), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(477, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 477, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xada5a83000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(477), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 478
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 478, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(478), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(478)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 478, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba68f5e000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(478), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xac9c16a000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 479
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 479, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(479), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(479)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 479, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba79c98000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(479), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 480
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 480, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(480), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(480, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 480, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbd2f008000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(480), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 481
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 481, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(481), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(481)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 481, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba6245d000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(481), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb88cb7c000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 482
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 482, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(482), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(482)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 482, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb699f40000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(482), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 483
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 483, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(483), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(483, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 483, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb3badd3000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(483), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 484
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 484, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(484), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(484)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 484, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc178e4000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(484), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaf427e8000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 485
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 485, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(485), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(485)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 485, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd580b3000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(485), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 486
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 486, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(486), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(486, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 486, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbd52922000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(486), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 487
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 487, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(487), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(487)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 487, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd55f42000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(487), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xbd51b87000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 488
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 488, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(488), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(488)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 488, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb043f58000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(488), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 489
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 489, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(489), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(489, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 489, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb67332a000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(489), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 490
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 490, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(490), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(490)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 490, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xba0ee03000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(490), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xaf5661b000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 491
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 491, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(491), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(491)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 491, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb2bea86000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(491), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 492
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 492, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(492), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(492, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 492, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb6a2db5000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(492), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 493
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 493, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(493), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(493)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 493, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb05ce1b000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(493), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xafd5958000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 494
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 494, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(494), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(494)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 494, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbc2ad82000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(494), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 495
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 495, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(495), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(495, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 495, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xbcedcf2000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(495), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 496
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 496, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(496), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(496)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 496, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbd15e38000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(496), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb88b2a3000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(5), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 497
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 497, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(497), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(497)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 497, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xbad48c6000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(497), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 498
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 498, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(498), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(498, 31, 4, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 498, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb96d877000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(498), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 499
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 499, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(499), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(499)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 499, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb922fd0000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(499), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmMunmap(0xb7f6b16000, 0x3c3000)
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(4), 8, RW)) -> 0
drmMmap(4, 0, 0x3c3000)
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 500
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 500, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(500), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 3, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(500)), length: 6, data: 0x7f80f9de8040)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 500, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb32ce0a000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(500), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x10e0, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 501
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 501, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(501), 8, RW)) -> 0
drmMmap(4, 0, 0x10e0)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 4320, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 19, bo_info_size: 8, bo_info_ptr: 0x11e0eb1cbba0(501, 32, 5, 3, 6, 17, 30, 14, 15, 23, 20, 21, 29, 26, 27, 7, 11, 39, 40)), length: 6, data: 0x7f80f9de8180)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 501, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x2000), 40, RW))
drmMunmap(0xb63e51c000, 0x10e0)
drmIoctl(4, (100, GEM_CLOSE(501), 8, R))
drmIoctl(4, (100, AMDGPU_GEM_CREATE(bo_size: 0x20, alignment: 0x1000, domains: {GTT}, domain_flags: {CPU_ACCESS_REQUIRED, EXPLICIT_SYNC}), 32, RW)) -> 502
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 502, operation: MAP, flags: 0xa, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmIoctl(4, (100, AMDGPU_GEM_MMAP(502), 8, RW)) -> 0
drmMmap(4, 0, 0x20)
drmIoctl(4, (100, AMDGPU_CS(ctx_id: 1, bo_list_handle: 0, num_chunks: 4, chunks: (
(id: IB(flags: 0, va_start: 0x100042000, ib_bytes: 32, ip_type: 0, ip_instance: 0, ring: 0), length: 8, data: 0x11e0eb42c4c0)
(id: FENCE(handle: 1, offset: 0), length: 2, data: 0x11e0eb42c4e0)
(id: DEPENDENCIES, length: 6, data: 0x11e0eb2d63b0)
(id: BO_HANDLES(operation: -1, list_handle: -1, bo_number: 1, bo_info_size: 8, bo_info_ptr: 0x11e0eb1b44a0(502)), length: 6, data: 0x7f80f9de7f50)
), 24, RW))
drmIoctl(4, (100, AMDGPU_GEM_VA(handle: 502, operation: UNMAP, flags: 0xe, va_address: 0x100042000, offset_in_bo: 0, map_size: 0x1000), 40, RW))
drmMunmap(0xb16dbf9000, 0x20)
drmIoctl(4, (100, GEM_CLOSE(502), 8, R))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
-render()
+render()
drmIoctl(4, (100, AMDGPU_WAIT_CS, 32, RW))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment