AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-22 15:55:18 to 2022-01-05 18:11:53 UTC [more...]

[PATCH] drm/amdkfd: Check for null pointer after calling kmemdup
 2022-01-05 15:56 UTC  (2+ messages)

[RFC v2 0/8] Define and use reset domain for GPU recovery in amdgpu
 2022-01-05 18:11 UTC  (39+ messages)
` [RFC v2 1/8] drm/amdgpu: Introduce reset domain
` [RFC v2 2/8] drm/amdgpu: Move scheduler init to after XGMI is ready
` [RFC v2 3/8] drm/amdgpu: Fix crash on modprobe
` [RFC v2 4/8] drm/amdgpu: Serialize non TDR gpu recovery with TDRs
` [RFC v2 5/8] drm/amd/virt: For SRIOV send GPU reset directly to TDR queue
  ` [RFC v2 6/8] drm/amdgpu: Drop hive->in_reset
  ` [RFC v2 7/8] drm/amdgpu: Drop concurrent GPU reset protection for device
  ` [RFC v2 8/8] drm/amd/virt: Drop concurrent GPU reset protection for SRIOV
  ` [RFC v3 5/8] drm/amd/virt: For SRIOV send GPU reset directly to TDR queue

[PATCH v2] drm/amd/display: explicitly update clocks when DC is set to D3 in s0i3
 2022-01-05 17:06 UTC 

[PATCH] drm/ttm: Don't inherit GEM object VMAs in child process
 2022-01-05 16:27 UTC  (18+ messages)

[Patch v4 00/24] CHECKPOINT RESTORE WITH ROCm
 2022-01-05 15:22 UTC  (28+ messages)
` [Patch v4 01/24] x86/configs: CRIU update debug rock defconfig
` [Patch v4 02/24] x86/configs: Add rock-rel_defconfig for amd-feature-criu branch
` [Patch v4 03/24] drm/amdkfd: CRIU Introduce Checkpoint-Restore APIs
` [Patch v4 04/24] drm/amdkfd: CRIU Implement KFD process_info ioctl
` [Patch v4 05/24] drm/amdkfd: CRIU Implement KFD checkpoint ioctl
` [Patch v4 06/24] drm/amdkfd: CRIU Implement KFD restore ioctl
` [Patch v4 07/24] drm/amdkfd: CRIU Implement KFD resume ioctl
` [Patch v4 08/24] drm/amdkfd: CRIU Implement KFD unpause operation
` [Patch v4 09/24] drm/amdkfd: CRIU add queues support
` [Patch v4 10/24] drm/amdkfd: CRIU restore queue ids
` [Patch v4 11/24] drm/amdkfd: CRIU restore sdma id for queues
` [Patch v4 12/24] drm/amdkfd: CRIU restore queue doorbell id
` [Patch v4 13/24] drm/amdkfd: CRIU checkpoint and restore queue mqds
` [Patch v4 14/24] drm/amdkfd: CRIU checkpoint and restore queue control stack
` [Patch v4 15/24] drm/amdkfd: CRIU checkpoint and restore events
` [Patch v4 16/24] drm/amdkfd: CRIU implement gpu_id remapping
` [Patch v4 17/24] drm/amdkfd: CRIU export BOs as prime dmabuf objects
` [Patch v4 18/24] drm/amdkfd: CRIU checkpoint and restore xnack mode
` [Patch v4 19/24] drm/amdkfd: CRIU allow external mm for svm ranges
` [Patch v4 20/24] drm/amdkfd: use user_gpu_id "
` [Patch v4 21/24] drm/amdkfd: CRIU Discover "
` [Patch v4 22/24] drm/amdkfd: CRIU Save Shared Virtual Memory ranges
` [Patch v4 23/24] drm/amdkfd: CRIU prepare for svm resume
` [Patch v4 24/24] drm/amdkfd: CRIU resume shared virtual memory ranges

[PATCH v2] drm/amdgpu: Unmap MMIO mappings when device is not unplugged
 2022-01-05  4:23 UTC 

[PATCH] drm/amdgpu: improve debug VRAM access performance using sdma
 2022-01-04 19:12 UTC 

[PATCH 1/2] drm/amdgpu: explicitly check for s0ix when evicting resources
 2022-01-04 18:47 UTC  (7+ messages)
` [PATCH 2/2] drm/amdgpu: don't set s3 and s0ix at the same time

[PATCH v2 00/11] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-03 20:24 UTC  (3+ messages)
` [PATCH v2 08/11] lib: add support for device coherent type in test_hmm

[PATCH] drm/amd/display: explicitly update clocks when DC is set to D3
 2022-01-04 16:02 UTC  (2+ messages)

[PATCH] drm/amdgpu: Delay unmapping MMIO VRAM to amdgpu_ttm_fini() in GPU initialization failure
 2022-01-04 15:40 UTC  (2+ messages)

[PATCH] SWDEV-311259 - dc: move FPU associated DCN302 code to DML
 2022-01-04 15:29 UTC  (2+ messages)

[PATCH v6 1/6] drm: move the buddy allocator from i915 into common drm
 2022-01-04 14:11 UTC  (8+ messages)
` [PATCH v6 2/6] drm: improve drm_buddy_alloc function
` [PATCH v6 3/6] drm: implement top-down allocation method
` [PATCH v6 4/6] drm: implement a method to free unused pages
` [PATCH v6 5/6] drm/amdgpu: move vram inline functions into a header
` [PATCH v6 6/6] drm/amdgpu: add drm buddy support to amdgpu

[PATCH V3 01/12] drm/amdgpu: Unify ras block interface for each ras block
 2022-01-04  8:24 UTC  (15+ messages)
` [PATCH V3 02/12] drm/amdgpu: Modify the compilation failed problem when other ras blocks' .h include amdgpu_ras.h
` [PATCH V3 03/12] drm/amdgpu: Modify gfx block to fit for the unified ras block data and ops
` [PATCH V3 04/12] drm/amdgpu: Modify xgmi "
` [PATCH V3 05/12] drm/amdgpu: Modify hdp "
` [PATCH V3 06/12] drm/amdgpu: Modify mmhub "
` [PATCH V3 07/12] drm/amdgpu: Modify nbio "
` [PATCH V3 08/12] drm/amdgpu: Modify umc "
` [PATCH V3 09/12] drm/amdgpu: Modify sdma "
` [PATCH V3 10/12] drm/amdgpu: Modify mca "
` [PATCH V3 11/12] drm/amdgpu: Adjust error inject function code style in amdgpu_ras.c
` [PATCH V3 12/12] drm/amdgpu: Removed redundant ras code

softlockup in v5.15.12 in dcn20_post_unlock_program_front_end
 2022-01-03 20:25 UTC  (2+ messages)

[PATCH v2] drm/amd/display: move calcs folder into DML
 2022-01-03 19:52 UTC  (4+ messages)

[PATCH AUTOSEL 5.10 7/8] drm/amd/display: Added power down for DCN10
 2022-01-03 17:30 UTC 

[PATCH AUTOSEL 5.15 02/16] drm/amdgpu: fix dropped backing store handling in amdgpu_dma_buf_move_notify
 2022-01-03 17:28 UTC  (7+ messages)
` [PATCH AUTOSEL 5.15 03/16] drm/amd/pm: Fix xgmi link control on aldebaran
` [PATCH AUTOSEL 5.15 09/16] drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resume
` [PATCH AUTOSEL 5.15 10/16] drm/amdgpu: always reset the asic in suspend (v2)
` [PATCH AUTOSEL 5.15 11/16] drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable platform
` [PATCH AUTOSEL 5.15 13/16] drm/amd/display: fix B0 TMDS deepcolor no dislay issue
` [PATCH AUTOSEL 5.15 14/16] drm/amd/display: Added power down for DCN10

[PATCH] radeon: add a force flush to delay work when radeon suspend
 2022-01-03 10:20 UTC  (2+ messages)

[PATCH v4 1/6] drm: move the buddy allocator from i915 into common drm
 2022-01-03  7:41 UTC  (5+ messages)
` [PATCH v4 2/6] drm: improve drm_buddy_alloc function

回复: Re: [PATCH] gpu/drm/radeon:Fix null pointer risk
 2022-01-01 11:18 UTC  (2+ messages)

[pull] amdgpu drm-fixes-5.16
 2021-12-31 14:38 UTC 

[PATCH] drm/amd/pm: keep the BACO feature enabled for suspend
 2021-12-31  2:56 UTC  (3+ messages)

[PATCH] gpu/drm/radeon:Fix null pointer risk
 2021-12-30 16:36 UTC  (2+ messages)

[PATCH] drm/radeon: use kernel is_power_of_2 rather than local version
 2021-12-30 16:32 UTC  (2+ messages)

[pull] amdgpu, amdkfd drm-next-5.17
 2021-12-30 14:10 UTC 

[pull] amdgpu drm-fixes-5.16
 2021-12-30 13:53 UTC  (3+ messages)

[PATCH] drm/amdgpu: add dummy event6 for vega10
 2021-12-30 10:01 UTC  (2+ messages)

[pull] amdgpu, amdkfd drm-next-5.17
 2021-12-30  5:24 UTC  (2+ messages)

Various problems trying to vga-passthrough a Renoir iGPU to a xen/qubes-os hvm
 2021-12-29 17:56 UTC  (5+ messages)

[PATCH] drm/amdgpu: avoid NULL pointer dereference
 2021-12-29 10:36 UTC  (3+ messages)

[PATCH] drm/amdkfd: enable sdma ecc interrupt event can be handled by event_interrupt_wq_v9
 2021-12-29  2:44 UTC  (2+ messages)

[PATCH] drm/amdgpu: no DC support for headless chips
 2021-12-28  2:43 UTC  (3+ messages)

[PATCH 1/2] fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb
 2021-12-27 18:26 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: disable runpm if we are the primary adapter

[PATCH 1/2] fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb
 2021-12-27 18:25 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: disable runpm if we are the primary adapter

[PATCH v2] drm/amd/display: fix dereference before NULL check
 2021-12-27 17:57 UTC  (2+ messages)

[PATCH v5 1/6] drm: move the buddy allocator from i915 into common drm
 2021-12-26 20:52 UTC  (6+ messages)
` [PATCH v5 2/6] drm: improve drm_buddy_alloc function
` [PATCH v5 3/6] drm: implement top-down allocation method
` [PATCH v5 4/6] drm: implement a method to free unused pages
` [PATCH v5 5/6] drm/amdgpu: move vram inline functions into a header
` [PATCH v5 6/6] drm/amdgpu: add drm buddy support to amdgpu

[PATCH] drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable platform
 2021-12-24 12:31 UTC  (6+ messages)

[PATCH] drm/amdgpu: no DC support for headless chips
 2021-12-24  8:19 UTC  (4+ messages)

[bisected][regression] drm: amdgpu: system hangs on tty login prompt
 2021-12-23 19:20 UTC  (2+ messages)

[PATCH] drm/amd/display: fix dereference before NULL check
 2021-12-23 15:53 UTC  (2+ messages)

[PATCH v3] drm/amdgpu: Call amdgpu_device_unmap_mmio() if device is unplugged to prevent crash in GPU initialization failure
 2021-12-23 15:42 UTC  (4+ messages)

[PATCH] drm/ttm: add workaround for some arm hardware issue
 2021-12-23  7:50 UTC  (5+ messages)

Expecting to revert commit 55285e21f045 "fbdev/efifb: Release PCI device ..."
 2021-12-23  4:07 UTC  (3+ messages)

回复: Re: Re: Re: Re: 回复: Re: [PATCH] drm/amdgpu: fixup bad vram size on gmc v8
 2021-12-23  2:10 UTC 

[PATCH] amdgpu/pm: Modify sysfs pp_dpm_sclk to have only read premission in ONEVF mode
 2021-12-23  2:31 UTC  (7+ messages)
        ` [PATCH] amdgpu/pm: Modify sysfs to have only read permission in SRIOV/ONEVF mode

[PATCH 0/6] DC Patches December 22, 2021
 2021-12-22 22:07 UTC  (8+ messages)
` [PATCH 1/6] drm/amd/display: Fix underflow for fused display pipes case
` [PATCH 2/6] drm/amd/display: unhard code link to phy idx mapping in dc link and clean up
` [PATCH 3/6] drm/amd/display: Don't reinitialize DMCUB on s0ix resume
` [PATCH 4/6] drm/amd/display: Add check for forced_clocks debug option
` [PATCH 5/6] drm/amd/display: introduce mpo detection flags
` [PATCH 6/6] drm/amd/display: Add version check before using DP alt query interface

[PATCH] drm/amdgpu: disable hotplug events on runtime pm resume
 2021-12-22 15:55 UTC 


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