amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-06 23:30:38 to 2017-12-13 07:22:04 UTC [more...]

[PATCH 00/37] KFD dGPU topology and initialization
 2017-12-13  7:22 UTC  (49+ messages)
  ` [PATCH 01/37] drm/amd: add new interface to query cu info
  ` [PATCH 02/37] drm/amdgpu: add amdgpu "
  ` [PATCH 03/37] drm/amd: Add get_local_mem_info to KGD-KFD interface
  ` [PATCH 04/37] drm/amdgpu: Implement get_local_mem_info
  ` [PATCH 05/37] drm/amdkfd: Stop using get_vmem_size KGD-KFD interface
  ` [PATCH 06/37] drm/amdkfd: Remove deprecated get_vmem_size
  ` [PATCH 07/37] drm/amd: Remove get_vmem_size from KGD-KFD interface
  ` [PATCH 08/37] drm/amdkfd: Update number of compute unit from KGD
  ` [PATCH 09/37] drm/amdkfd: Topology: Fix location_id
  ` [PATCH 10/37] drm/amdkfd: Fix memory leaks in kfd topology
  ` [PATCH 11/37] drm/amdkfd: Group up CRAT related functions
  ` [PATCH 12/37] drm/amdkfd: Coding style cleanup
  ` [PATCH 13/37] drm/amdkfd: Reorganize CRAT fetching from ACPI
  ` [PATCH 14/37] drm/amdkfd: Decouple CRAT parsing from device list update
  ` [PATCH 15/37] drm/amdkfd: Support enumerating non-GPU devices
  ` [PATCH 16/37] drm/amdkfd: sync IOLINK defines to thunk spec
  ` [PATCH 17/37] drm/amdkfd: Turn verbose topology messages into pr_debug
  ` [PATCH 18/37] drm/amdkfd: Simplify counting of memory banks
  ` [PATCH 19/37] drm/amdkfd: Fix sibling_map[] size
  ` [PATCH 20/37] drm/amdkfd: Add topology support for CPUs
  ` [PATCH 21/37] drm/amdkfd: Add topology support for dGPUs
  ` [PATCH 22/37] drm/amdkfd: Add perf counters to topology
  ` [PATCH 23/37] drm/amdkfd: Fixup incorrect info in the CZ CRAT table
  ` [PATCH 24/37] drm/amdkfd: Add AQL Queue Memory flag on topology
  ` [PATCH 25/37] drm/amdkfd: Module option to disable CRAT table
  ` [PATCH 26/37] drm/amdkfd: Ignore ACPI CRAT for non-APU systems
  ` [PATCH 27/37] drm/amdgpu: Add support for reporting VRAM usage
  ` [PATCH 28/37] drm/amdkfd: Add support for displaying "
` [PATCH 29/37] PCI: Add pci_enable_atomic_ops_to_root

[PATCH] drm/amdgpu: add enumerate for PDB/PTB
 2017-12-13  7:19 UTC 

AMD WX7100 screen display problem on AArch64 architecture server
 2017-12-13  7:14 UTC 

[PATCH 1/3] drm/ttm: add allow_reserved_eviction and resv into ttm_operation_ctx
 2017-12-13  5:17 UTC  (3+ messages)
  ` [PATCH 2/3] drm/amd/amdgpu: init allow_reserved_eviction and resv when create a new bo
  ` [PATCH 3/3] drm/ttm: enable eviction for Per-VM-BO

[PATCH 1/6] drm/ttm: add on_alloc_stage and reservation into ttm_operation_ctx
 2017-12-13  4:51 UTC  (14+ messages)
` [PATCH 2/6] drm/ttm: when create a new ttm bo init on_alloc_stage and resv for ttm_operation_ctx
` [PATCH 3/6] drm/ttm: use an ttm operation ctx for ttm_bo_move_xxx
  ` [PATCH 4/6] drm/ttm: init locked again to prevent incorrect unlock
` [PATCH 5/6] drm/ttm: enable eviction for Per-VM-BO
` [PATCH 6/6] drm/ttm: remove parameter reservation since it is moved into ttm context

[PATCH 1/2] drm/amdgpu:implement invalid tlbs with kiq
 2017-12-13  3:42 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amdgpu:impl virt_gart_flush_tlbs

[PATCH] drm/amdgpu: Fix no irq process when evict vram
 2017-12-13  3:37 UTC 

[PATCH 1/3] drm/amdgpu: drop scratch regs save and restore from S3/S4 handling
 2017-12-12 23:52 UTC  (4+ messages)
  ` [PATCH 2/3] drm/amdgpu: drop scratch regs save and restore from GPU reset handling
  ` [PATCH 3/3] drm/amdgpu: drop amdgpu_atombios_scratch_regs_save/restore

[PATCH] drm/amdgpu: remove some old gc 9.x registers
 2017-12-12 20:11 UTC 

[PATCH] amdgpu: disable GPU reset if amdgpu.lockup_timeout=0
 2017-12-12 19:57 UTC  (10+ messages)
      ` [PATCH] drm/amdgpu: Add gpu_recovery parameter

[PATCH] drm/amd/pp: implement dpm_get_sclk/mclk for RV
 2017-12-12 15:11 UTC  (2+ messages)

[PATCH 01/10] drm/amdgpu: fix huge page setting for ATS case
 2017-12-12 14:01 UTC  (5+ messages)
  ` [PATCH 02/10] drm/amdgpu: reverse PDBs order v2

[PATCH libdrm] amdgpu: Remove dummy CU_ASSERT_EQUAL
 2017-12-12 13:52 UTC  (2+ messages)

[PATCH 1/7] drm/ttm:fix incorrect calculate on shrink_pages
 2017-12-12 10:53 UTC  (14+ messages)
  ` [PATCH 2/7] drm/ttm:max_cpages is in unit of native page
  ` [PATCH 3/7] drm/amdgpu:no need to evict VRAM in device_fini
  ` [PATCH 4/7] drm/amdgpu:return ETIME if really time out
  ` [PATCH 5/7] drm/amdgpu:no need with INT for fence polling
  ` [PATCH 6/7] drm/amdgpu:fix MAP_QUEUES paramter
  ` [PATCH 7/7] drm/amdgpu:correct vce fw data and stack size config

[PATCH 1/8] drm/amdgpu: stop joining PDEs
 2017-12-12  9:32 UTC  (21+ messages)
  ` [PATCH 2/8] drm/amdgpu: update one PDE at a time
  ` [PATCH 3/8] drm/amdgpu: avoid the modulo in amdgpu_vm_get_entry
  ` [PATCH 4/8] drm/amdgpu: remove last_entry_used from the VM code
  ` [PATCH 5/8] drm/amdgpu: remove keeping the addr of the VM PDs
  ` [PATCH 6/8] drm/amdgpu: batch PDE updates again
  ` [PATCH 7/8] drm/amdgpu: allow get_vm_pde to change flags as well
  ` [PATCH 8/8] drm/amdgpu: implement 2+1 PD support for Raven

[PATCH] drm/amdgpu: always use polling mem to update wptr v2
 2017-12-12  8:29 UTC  (3+ messages)

[PATCH] drm/amdgpu: always use polling mem to update wptr
 2017-12-12  6:30 UTC  (2+ messages)

[PATCH 00/13] remove_conflicting_framebuffers() cleanup
 2017-12-11 21:57 UTC  (11+ messages)
` [PATCH 02/13] fbdev: add remove_conflicting_pci_framebuffers()

[PATCH] drm/amd/display: add mod_freesync_user_enable to dm_connector_state
 2017-12-11 16:21 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: set gtt size according to system memory size only
 2017-12-11 11:29 UTC  (7+ messages)

[PATCH 1/4] drm/amdgpu: make function names consistent in nbio files
 2017-12-11 10:17 UTC  (5+ messages)
  ` [PATCH 2/4] drm/amdgpu: convert nbio to use callbacks
  ` [PATCH 3/4] drm/amdgpu: drop the bios scratch reg callbacks from nbio
  ` [PATCH 4/4] drm/amdgpu: drop soc15_init_golden_registers

[PATCH 1/2] drm/amdgpu: reverse PDBs order
 2017-12-11  9:58 UTC  (11+ messages)
  ` [PATCH 2/2] drm/amdgpu: fix pte index calculation

[PATCH] drm/amdgpu: set default temperature range
 2017-12-11  8:14 UTC 

[PATCH] drm/amdgpu: set default temperature range
 2017-12-11  4:57 UTC 

[Ask for help] ATI HD 7470 card on arm64 platform
 2017-12-11  1:29 UTC  (7+ messages)

[PATCH 00/14] KFD upstreaming 20171127
 2017-12-10 10:22 UTC  (23+ messages)
` [PATCH 04/14] drm/amdkfd: Fix oversubscription accounting
` [PATCH 08/14] drm/amdkfd: Get reference to lead_thread task struct
` [PATCH 09/14] drm/amdkfd: Make kfd_process reference counted
` [PATCH 10/14] drm/amdkfd: Use ref count to prevent kfd_process destruction
` [PATCH 11/14] drm/amdkfd: Return NULL if kfd_lookup_process_by_pasid fails
` [PATCH 12/14] drm/amdkfd: Reduce nesting in kfd_create_process_device_data
` [PATCH 13/14] drm/amdkfd: Factor PDD destruction out of kfd_process_wq_release
` [PATCH 14/14] drm/amdkfd: Simplify locking during process creation

[PATCH] drm/amdkfd: Fix printing pointer cast
 2017-12-10  8:57 UTC  (3+ messages)

[PATCH 30/37] drm/amdkfd: Conditionally enable PCIe atomics
 2017-12-09  4:11 UTC  (8+ messages)
  ` [PATCH 31/37] drm/amdkfd: Make IOMMUv2 code conditional
  ` [PATCH 32/37] drm/amdkfd: Make sched_policy a per-device setting
  ` [PATCH 33/37] drm/amdkfd: Add dGPU support to the device queue manager
  ` [PATCH 34/37] drm/amdkfd: Add dGPU support to the MQD manager
  ` [PATCH 35/37] drm/amdkfd: Add dGPU support to kernel_queue_init
  ` [PATCH 36/37] drm/amdkfd: Add dGPU device IDs and device info
  ` [PATCH 37/37] drm/amdgpu: Enable KFD initialization on dGPUs

[PATCH v2 2/2] drm/amdgpu: Move to gtt before cpu accesses dma buf
 2017-12-08 22:22 UTC 

[PATCH v2 1/2] drm/amdgpu: allow framebuffer in GART memory as well
 2017-12-08 22:21 UTC 

[PATCH] drm/amdgpu: setup the shared and private apertures on gfx9
 2017-12-08 20:10 UTC 

[PATCH umr] fix specifying device by ASIC name
 2017-12-08 12:31 UTC 

[PATCH 3/5] drm/amdgpu: Avoid use SOC15_REG_OFFSET in static const array
 2017-12-07 18:32 UTC  (4+ messages)

[PATCH 1/2] drm/amdgpu: cleanup debugfs handling a bit
 2017-12-07 15:56 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amdgpu: add amdgpu_evict_vram debugfs file

[PATCH] drm/scheduler: add license to the Makefile
 2017-12-07  9:06 UTC  (3+ messages)

[PATCH v2 0/2] AMDGPU scheduler move, take 2
 2017-12-07  4:06 UTC  (3+ messages)

Deadlocks with multiple applications on AMD RX460 - Updated
 2017-12-06 23:30 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).