AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-21 18:09:40 to 2019-10-24 13:44:49 UTC [more...]

[PATCH] Ring range argument improvements
 2019-10-24 13:44 UTC  (8+ messages)
  ` [PATCH] Ring range argument improvements (v2)

[PATCH] drm/amd/powerplay: correct current clock level label for Arcturus
 2019-10-24 13:24 UTC  (4+ messages)

[PATCH] drm/ttm: use the parent resv for ghost objects v3
 2019-10-24 12:41 UTC  (4+ messages)

[PATCH] Cleanup: replace prefered with preferred
 2019-10-24 12:26 UTC  (9+ messages)

[PATCH] drm/amdgpu: guard ib scheduling while in reset
 2019-10-24 11:01 UTC  (4+ messages)

[PATCH] drm/ttm: use the parent resv for ghost objects v2
 2019-10-24 10:53 UTC  (7+ messages)

[PATCH] drm/amdgpu/powerplay: add one flag to show that no one message be sent yet by SMU
 2019-10-24 10:35 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu/gfx10: update gfx golden settings
 2019-10-24 10:27 UTC  (10+ messages)
  ` [PATCH 2/3] drm/amdgpu/gfx10: update gfx golden settings for navi14
  ` [PATCH 3/3] drm/amdgpu/gfx10: update gfx golden settings for navi12

[PATCH] drm/amd/powerplay: modify the parameters of SMU_MSG_PowerUpVcn to 0
 2019-10-24  9:13 UTC  (4+ messages)

[PATCH] dc.c:use kzalloc without test
 2019-10-23 13:35 UTC  (4+ messages)

[PATCH hmm 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-24  2:16 UTC  (22+ messages)

[PATCH] drm/amdgpu: remove unused variable in amdgpu_gfx_kiq_free_ring
 2019-10-23 15:27 UTC  (6+ messages)

[PATCH] drm/amd/powerplay: skip unsupported clock limit settings on Arcturus V2
 2019-10-24  3:36 UTC  (3+ messages)

[pull] amdgpu drm-fixes-5.4
 2019-10-24  3:18 UTC  (2+ messages)

[PATCH hmm 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-23 20:26 UTC  (29+ messages)
` [PATCH hmm 01/15] mm/mmu_notifier: define the header pre-processor parts even if disabled
` [PATCH hmm 02/15] mm/mmu_notifier: add an interval tree notifier
` [PATCH hmm 03/15] mm/hmm: allow hmm_range to be used with a mmu_range_notifier or hmm_mirror
` [PATCH hmm 04/15] mm/hmm: define the pre-processor related parts of hmm.h even if disabled
` [PATCH hmm 08/15] xen/gntdev: Use select for DMA_SHARED_BUFFER
` [PATCH hmm 15/15] mm/hmm: remove hmm_mirror and related

[PATCH 00/37] DC Patches 17 Oct 2019
 2019-10-23 15:55 UTC  (8+ messages)
` [PATCH 18/37] drm/amd/display: Allow inverted gamma

[PATCH] drm/amdgpu: Add DC feature mask to disable fractional pwm
 2019-10-23 15:53 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH] drm/amd/amdgpu: correct length misspelling
 2019-10-23 15:09 UTC  (3+ messages)

[PATCH] drm/amd/amdgpu: make undeclared variables static
 2019-10-23 15:09 UTC  (3+ messages)

[PATCH] drm/radeon: remove assignment for return value
 2019-10-23 15:09 UTC  (3+ messages)

[PATCH] drm/amdgpu/sdma5: do not execute 0-sized IBs (v2)
 2019-10-23 13:01 UTC  (6+ messages)

[PATCH] drm/amdgpu: Fix SDMA hang when performing VKexample test
 2019-10-23 12:49 UTC  (4+ messages)

[PATCH] drm/amdgpu: call amdgpu_vm_prt_fini before deleting the root PD
 2019-10-23 12:38 UTC  (4+ messages)

[PATCH -next] drm/amdgpu: remove set but not used variable 'adev'
 2019-10-23  7:58 UTC 

[PATCH] UPSTREAM: drm/amd/display: Fix Apple dongle cannot be successfully detected
 2019-10-23  6:19 UTC  (2+ messages)

radeon Disabling GPU acceleration (WB disabled?)
 2019-10-23  3:04 UTC  (3+ messages)

[PATCH] drm/amdgpu: Allow reading more status registers on si/cik
 2019-10-23  2:46 UTC  (2+ messages)

[PATCH 0/4] Add RAS EEPROM table support for Arcturus
 2019-10-23  1:55 UTC  (10+ messages)
` [PATCH 2/4] drm/amd/powerplay: Add EEPROM I2C read/write support to Arcturus
` [PATCH 4/4] drm/amdgpu: Move amdgpu_ras_recovery_init to after SMU ready

[PATCH] drm/amdgpu/vcn: Enable VCN2.5 encoding
 2019-10-23  1:55 UTC  (5+ messages)

[PATCH] drm/amdgpu: Allow reading more status registers on si/cik
 2019-10-22 21:22 UTC 

[PATCH v2] drm/amdkfd: don't use dqm lock during device reset/suspend/resume
 2019-10-22 20:19 UTC  (9+ messages)

[PATCH v5 00/14] DP MST Refactors + debugging tools + suspend/resume reprobing
 2019-10-22 20:14 UTC  (18+ messages)
` [PATCH v5 01/14] drm/dp_mst: Destroy MSTBs asynchronously
` [PATCH v5 02/14] drm/dp_mst: Remove PDT teardown in drm_dp_destroy_port() and refactor
` [PATCH v5 03/14] drm/dp_mst: Refactor pdt setup/teardown, add more locking
` [PATCH v5 04/14] drm/dp_mst: Handle UP requests asynchronously
` [PATCH v5 05/14] drm/dp_mst: Add probe_lock
` [PATCH v5 06/14] drm/dp_mst: Protect drm_dp_mst_port members with locking
` [PATCH v5 07/14] drm/dp_mst: Don't forget to update port->input in drm_dp_mst_handle_conn_stat()
` [PATCH v5 08/14] drm/dp_mst: Lessen indenting in drm_dp_mst_topology_mgr_resume()
` [PATCH v5 09/14] drm/nouveau: Don't grab runtime PM refs for HPD IRQs
` [PATCH v5 10/14] drm/nouveau: Resume hotplug interrupts earlier
` [PATCH v5 11/14] drm/amdgpu: Iterate through DRM connectors correctly
` [PATCH v5 12/14] drm/amdgpu/dm: Resume short HPD IRQs before resuming MST topology
` [PATCH v5 13/14] drm/dp_mst: Add basic topology reprobing when resuming
` [PATCH v5 14/14] drm/dp_mst: Add topology ref history tracking for debugging

Displayport on thunderbolt dock is down although X thinks it is up
 2019-10-22 18:15 UTC 

Stack out of bounds in KFD on Arcturus
 2019-10-22 18:00 UTC  (10+ messages)

[PATCH] drm/amdkfd: don't use dqm lock during device reset/suspend/resume
 2019-10-22 15:57 UTC  (6+ messages)

[PATCH] drm/amdgpu/display: add dc feature mask for psr enablement
 2019-10-22 14:19 UTC  (4+ messages)

[PATCH] drm/amdgpu: define macros for retire page reservation
 2019-10-22 13:36 UTC  (3+ messages)

[PATCH] drm/amdgpu: refine reboot debugfs operation in ras case (v3)
 2019-10-22 13:32 UTC  (3+ messages)

[PATCH] drm/amd/display: Change Navi14's DWB flag to 1
 2019-10-22 12:36 UTC  (2+ messages)

Spontaneous reboots when using RX 560
 2019-10-22 11:01 UTC  (13+ messages)

[PATCH] drm/amdgpu: Fix memory leak in amdgpu_fence_emit
 2019-10-22  6:54 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox