AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-23 01:52:08 to 2022-01-06 15:38:07 UTC [more...]

[PATCH v2] drm/amd/display: explicitly update clocks when DC is set to D3 in s0i3
 2022-01-06 13:46 UTC  (5+ messages)

Various problems trying to vga-passthrough a Renoir iGPU to a xen/qubes-os hvm
 2022-01-06 15:38 UTC  (2+ messages)

[PATCH] drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2
 2022-01-06 15:30 UTC  (4+ messages)

[PATCH] drm/amd/display: explicitly set is_dsc_supported to false before use
 2022-01-06 13:40 UTC 

[PATCH 0/7] Drop unnecessary power related lock protections
 2022-01-06 13:21 UTC  (12+ messages)
` [PATCH 1/7] drm/amd/pm: drop unneeded lock protection smu->mutex
` [PATCH 2/7] drm/amd/pm: drop unneeded vcn/jpeg_gate_lock
` [PATCH 3/7] drm/amd/pm: drop unneeded smu->metrics_lock
` [PATCH 4/7] drm/amd/pm: drop unneeded smu->sensor_lock
` [PATCH 5/7] drm/amd/pm: drop unneeded smu_baco->mutex
` [PATCH 6/7] drm/amd/pm: drop unneeded feature->mutex
` [PATCH 7/7] drm/amd/pm: drop unneeded hwmgr->smu_lock

[PATCH] Revert "i2c: core: support bus regulator controlling in adapter"
 2022-01-06 12:24 UTC 

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

[PATCH] drm/amdgpu: Clear garbage data in err_data before usage
 2022-01-06 10:22 UTC  (3+ messages)

[PATCH 1/2] fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb
 2022-01-06  9:50 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: disable runpm if we are the primary adapter

Bug: amdgpu stutter and spam `Fence fallback timer expired` after suspend
 2022-01-06  9:29 UTC  (3+ messages)

[RFC v2 0/8] Define and use reset domain for GPU recovery in amdgpu
 2022-01-06  9:13 UTC  (40+ messages)
` [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 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] drm/ttm: Don't inherit GEM object VMAs in child process
 2022-01-06  9:05 UTC  (19+ messages)

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

[PATCH v2] drm/amdgpu: Enable second VCN for certain Navy Flounder
 2022-01-06  7:30 UTC 

[PATCH] drm/amdgpu: Enable second VCN for certain Navi2x
 2022-01-06  6:16 UTC 

[PATCH] drm/amdgpu: Add interface to load SRIOV cap FW
 2022-01-06  2:54 UTC 

[PATCH v2] drm/amdgpu: Unmap MMIO mappings when device is not unplugged
 2022-01-06  2:24 UTC  (3+ messages)

[RFC PATCH 0/3] Add support modifiers for drivers whose planes only support linear layout
 2022-01-05 23:57 UTC  (2+ messages)

[PATCH v3 1/2] drm/amd/display: Add power_state member into dc_state
 2022-01-05 22:35 UTC  (2+ messages)
` [PATCH v3 2/2] drm/amd/display: Use requested power state to avoid HPD WA during s0ix

[PATCH] drm/amdkfd: make SPDX License expression more sound
 2022-01-05 19:27 UTC  (2+ messages)

[Patch v4 00/24] CHECKPOINT RESTORE WITH ROCm
 2022-01-05 15:22 UTC  (7+ messages)
` [Patch v4 18/24] drm/amdkfd: CRIU checkpoint and restore xnack mode
` [Patch v4 21/24] drm/amdkfd: CRIU Discover svm ranges
` [Patch v4 23/24] drm/amdkfd: CRIU prepare for svm resume

[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)

回复: 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 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


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