AMD-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-26 07:38:44 to 2024-04-29 18:39:38 UTC [more...]

[PATCH 0/3] Some refactoring and maybe a memory accounting fixlet
 2024-04-29 14:43 UTC  (15+ messages)
` [PATCH 1/3] drm/amdgpu: Add amdgpu_bo_is_vm_bo helper
` [PATCH 2/3] drm/amdgpu: Reduce mem_type to domain double indirection
` [PATCH 3/3] drm/amdgpu: Fix pinned GART area accounting and fdinfo reporting

[PATCH 1/2] drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs
 2024-04-29 18:39 UTC  (7+ messages)
` [PATCH 2/2] drm/amdkfd: Allow memory oversubscription "

[PATCH v3] drm/amdgpu: IB test encode test package change for VCN5
 2024-04-29 18:20 UTC  (5+ messages)

[PATCH 1/3] drm/amdgpu: Add amdgpu_bo_is_vm_bo helper
 2024-04-29 16:47 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu: Reduce mem_type to domain double indirection
` [PATCH 3/3] drm/amdgpu: Describe preemptible objects in debugfs

[PATCH] drm/amd/display: Add MSF panel to DPCD 0x317 patch list
 2024-04-29 16:18 UTC  (3+ messages)

[PATCH] drm/amd/display: Remove duplicate dcn401/dcn401_clk_mgr.h header
 2024-04-29 16:17 UTC  (2+ messages)

[PATCH] drm/amd/display: Remove duplicate spl/dc_spl_types.h header
 2024-04-29 16:15 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()
 2024-04-29 16:14 UTC  (3+ messages)

[PATCH] Revert "drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11"
 2024-04-29 15:15 UTC  (2+ messages)

[PATCH 01/11] drm/amdgpu/mes: add uni_mes fw loading support
 2024-04-29 15:12 UTC  (11+ messages)
` [PATCH 02/11] drm/amdgpu/mes12: "
` [PATCH 03/11] drm/amdgpu/mes12: enable uni_mes fw on mes pipe0
` [PATCH 04/11] drm/amdgpu/mes12: add mes mapping legacy queue support
` [PATCH 05/11] drm/amdgpu/gfx: enable mes to map "
` [PATCH 06/11] drm/amdgpu: Disable unmapped doorbell handling basic mode on mes 12
` [PATCH 07/11] drm/amdgpu/mes12: add legacy setting hw resource interface
` [PATCH 08/11] drm/amdgpu: add module parameter 'amdgpu_uni_mes'
` [PATCH 09/11] drm/amdgpu/mes12: disable logging output
` [PATCH 10/11] drm/amdgpu/discovery: add gfx v12_0 ip block
` [PATCH 11/11] drm/amdgpu/discovery: add mes "

[PATCH 01/14] drm/amdkfd: Added device queue manager files for GFX12
 2024-04-29 14:57 UTC  (14+ messages)
` [PATCH 02/14] drm/amdkfd: Added gfx_v12_kfd2kgd interface "
` [PATCH 03/14] drm/amdkfd: Move trap handler coherence flags to preprocessor
` [PATCH 04/14] drm/amdkfd: Add gfx12 trap handler support
` [PATCH 05/14] drm/amdkfd: save and restore barrier state for gfx12
` [PATCH 06/14] drm/amdkfd: enable missed single-step workaround "
` [PATCH 07/14] drm/amdkfd: Enable GFX12 trap handler
` [PATCH 08/14] drm/amdkfd: always enable ttmp setup for gfx12
` [PATCH 09/14] drm/amdkfd: fix support for trap on wave start and end "
` [PATCH 10/14] drm/amdkfd: enable single alu ops "
` [PATCH 11/14] drm/amdkfd: fix NULL ptr for debugfs mqds on GFX v12
` [PATCH 12/14] drm/amdkfd: Enable atomic support for GFX12
` [PATCH 13/14] drm/amd/amdkfd: Add GFX12 PTE flag to SVM get PTE function
` [PATCH 14/14] drm/amdkfd: mark GFX12 system and peer GPU memory mappings as MTYPE_NC

[PATCH 01/31] drm/amdgpu: Add gfx v12_0_0 family id
 2024-04-29 14:33 UTC  (31+ messages)
` [PATCH 02/31] drm/amdgpu/discovery: Set GC family for GC 12.0 IP
` [PATCH 03/31] drm/amdgpu: add gfx12 clearstate header
` [PATCH 04/31] drm/amdgpu: add new TOC structure
` [PATCH 05/31] drm/amdgpu: add rlc TOC header file for soc24
` [PATCH 06/31] drm/amdgpu: Add mes_v12_api_def.h for gfx12
` [PATCH 07/31] drm/amdgpu: init mes ucode name for gfx v12
` [PATCH 08/31] drm/amdgpu: Add mes v12_0 ip block support (v4)
` [PATCH 09/31] drm/amdgpu: set mes fw address for mes v12
` [PATCH 10/31] drm/amdgpu: enable mes v12 self test
` [PATCH 11/31] drm/amdgpu: Enable MES to handle doorbell ring on unmapped queue
` [PATCH 12/31] drm/amdgpu: fix trap enablement for gfx12
` [PATCH 13/31] drm/amdgpu/mes12: update data cache boundary
` [PATCH 14/31] drm/amdgpu: Add gfx v12_0 ip block support (v6)
` [PATCH 15/31] drm/amdgpu: set cp fw address set for gfx v12
` [PATCH 16/31] drm/amd/amdgpu: imu fw loading support
` [PATCH 17/31] drm/amdgpu: skip imu related function if dpm=0
` [PATCH 18/31] drm/amdgpu/gfx12: recalculate available compute rings to use
` [PATCH 19/31] drm/amdgpu: support S&R fw load for gfx v12
` [PATCH 20/31] drm/amd: Move fw init from sw_init to early_init for imu v12
` [PATCH 21/31] drm/amd/amdgpu: workaround for the imu fw loading
` [PATCH 22/31] drm/amdgpu: set different fw data addr for mec pipe
` [PATCH 23/31] drm/amd/amdgpu: update GFX12 wave data registers
` [PATCH 24/31] drm/amd/amdgpu: add cgcg&cgls interface for gfx 12.0
` [PATCH 25/31] drm/amdgpu: use new method to program rlc ram
` [PATCH 26/31] drm/amdgpu: fix active rb and cu number for gfx12
` [PATCH 27/31] drm/amdgpu: skip dpm check to init imu fw
` [PATCH 28/31] drm/amdgpu: init gfxhub setting to align with mmhub
` [PATCH 29/31] drm/amdgpu: Switch to smuio func to get gpu clk counter
` [PATCH 30/31] drm/amdgpu: Enable unmapped doorbell handling basic mode on mes 12
` [PATCH 31/31] drm/amdgpu: Enable event log on MES 12

[PATCH v3] drm/amdgpu: Fix the uninitialized variable warning
 2024-04-29 13:53 UTC  (3+ messages)

[PATCH] drm/amd/pm: fix uninitialized variable warning for smu_v13
 2024-04-29 13:45 UTC  (2+ messages)

[PATCH] drm/amdgpu/vpe: fix vpe dpm clk ratio setup failed
 2024-04-29 13:28 UTC  (2+ messages)

[PATCH 00/46] DC Patches April 29, 2024
 2024-04-29 13:17 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix doorbell regression
 2024-04-29 12:52 UTC  (2+ messages)

[PATCH] drm/amdkfd: update buffer_{store, load}_* modifiers for gfx940
 2024-04-29 11:06 UTC 

[PATCH] drm/amdgpu/mes11: increase waiting time for engine ready
 2024-04-29  9:30 UTC  (2+ messages)

[PATCH] drm/amd/display: Refactor construct_phy function in dc/link/link_factory.c
 2024-04-29  8:30 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 3/3 V2] drm/amd/pm: fix the uninitialized scalar variable warning
 2024-04-29  8:20 UTC  (2+ messages)

[PATCH 1/2] drm/amd/amdgpu: customized the reset to skip soft recovery
 2024-04-29  8:15 UTC  (4+ messages)
` [PATCH 2/2] drm/amd/amdgpu: use the default reset for ras recovery

[PATCH v2 1/2] drm/amdgpu/pm: Fix uninitialized variable agc_btc_response
 2024-04-29  7:58 UTC  (2+ messages)
` [PATCH v2 2/2] drm/amdgpu/pm: Fix uninitialized variable warning

Reporting a slab-use-after-free in amdgpu
 2024-04-29  7:44 UTC  (6+ messages)

[PATCH V2] drm/amd/pm: fix warning using uninitialized value of max_vid_step
 2024-04-29  7:43 UTC  (2+ messages)

[PATCH] drm/amdgpu: add mutex to protect ras shared memory
 2024-04-29  7:30 UTC  (4+ messages)

[PATCH] drm/amd/pm: fix warning using uninitialized value of max_vid_step
 2024-04-29  6:57 UTC  (2+ messages)

[PATCH v9 1/5] drm/amdgpu: Implement a new userqueue fence driver
 2024-04-29  6:43 UTC  (5+ messages)
` [PATCH v9 2/5] drm/amdgpu: Add mqd support for the fence address
` [PATCH v9 3/5] drm/amdgpu: UAPI headers for userqueue Secure semaphore
` [PATCH v9 4/5] drm/amdgpu: Implement userqueue signal/wait IOCTL
` [PATCH v9 5/5] drm/amdgpu: Enable userq fence interrupt support

[PATCH 1/2] drm/amdgpu/pm: Fix uninitialized variable agc_btc_response
 2024-04-29  3:42 UTC  (5+ messages)
` [PATCH 2/2] drm/amdgpu/pm: Fix uninitialized variable warning

Recall: [PATCH 2/2] drm/amdgpu/pm: Fix uninitialized variable warning
 2024-04-29  2:46 UTC 

Recall: [PATCH 2/2] drm/amdgpu/pm: Fix uninitialized variable warning
 2024-04-29  2:45 UTC 

[PATCH] drm/amd/display: re-indent dpp401_dscl_program_isharp()
 2024-04-28 17:09 UTC  (3+ messages)

[PATCH 3/3] drm/amd/pm: fix the uninitialized scalar variable warning
 2024-04-28 10:18 UTC  (2+ messages)

[PATCH 1/3 V2] drm/amd/pm: Fix negative array index read warning for pptable->DpmDescriptor
 2024-04-28  9:38 UTC 

[PATCH 1/3] drm/amd/pm: Fix negative array index read warning for pptable->DpmDescriptor
 2024-04-28  9:29 UTC  (2+ messages)

[PATCH 1/2] drm/amd/pm: fix uninitialized variable warnings for vega10_hwmgr
 2024-04-28  8:45 UTC  (2+ messages)
` [PATCH 2/2] drm/amd/pm: fix uninitialized variable warnings for vangogh_ppt

[PATCH v3 1/4] drm/amdgpu: Fix two reset triggered in a row
 2024-04-28  7:17 UTC  (9+ messages)
` [PATCH 3/4] drm/amdgpu: Fix amdgpu_device_reset_sriov retry logic
  ` [PATCH v2 "
` [PATCH 4/4] drm/amdgpu: Move ras resume into SRIOV function

[PATCH v3 2/4] drm/amdgpu: Add reset_context flag for host FLR
 2024-04-28  7:16 UTC  (3+ messages)
` [PATCH v4 "

[PATCH 1/2] drm/amd/pm: fix the uninitialized scalar variable waring
 2024-04-28  6:48 UTC  (3+ messages)

[PATCH 2/2 V2] drm/amd/pm: fix uninitialized variable warning
 2024-04-28  6:23 UTC  (2+ messages)

[PATCH 2/2] drm/amd/pm: fix uninitialized variable warning
 2024-04-28  5:37 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu: Remove unused code
 2024-04-28  3:36 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: Remove redundant function call

[PATCH] drm/amdgpu/pm: Check the return value of smum_send_msg_to_smc
 2024-04-28  0:44 UTC  (2+ messages)

[PATCH] drm/amd/pm: fix uninitialized variable warning for smu8_hwmgr
 2024-04-28  0:31 UTC  (3+ messages)

[PATCH] drm/amd/display: fix documentation warnings for mpc.h
 2024-04-27 16:05 UTC 

[pull] amdgpu, amdkfd drm-next-6.10
 2024-04-26 22:12 UTC 

[PATCH] drm/amdkfd: Flush the process wq before creating a kfd_process
 2024-04-26 21:58 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION bb7a2467e6beef44a80a17d45ebf2931e7631083
 2024-04-26 20:31 UTC 

[PATCH 1/7] drm/amdgpu: Add new members for sdma v7_0 fw
 2024-04-26 18:50 UTC  (7+ messages)
` [PATCH 2/7] drm/amdgpu: Add sdma fw v3 structure
` [PATCH 3/7] drm/amdgpu: Add sdma v7_0 ip block support (v7)
` [PATCH 4/7] drm/amdgpu/sdma7: set sdma hang watchdog
` [PATCH 5/7] drm/amdgpu: support SDMA v3 struct fw front door load
` [PATCH 6/7] drm/amdgpu: provide more ucode name shown via id
` [PATCH 7/7] drm/amdgpu/discovery: add sdma v7_0 ip block

[PATCH] drm/amdgpu: add gfx12 mqd structures
 2024-04-26 18:47 UTC 

[PATCH] drm/amd: Only allow one entity to control ABM
 2024-04-26 14:44 UTC  (2+ messages)

[PATCH v9 00/14] AMDGPU usermode queues
 2024-04-26 13:48 UTC  (15+ messages)
` [PATCH v9 01/14] drm/amdgpu: UAPI for user queue management
` [PATCH v9 02/14] drm/amdgpu: add usermode queue base code
` [PATCH v9 03/14] drm/amdgpu: add new IOCTL for usermode queue
` [PATCH v9 04/14] drm/amdgpu: add helpers to create userqueue object
` [PATCH v9 05/14] drm/amdgpu: create MES-V11 usermode queue for GFX
` [PATCH v9 06/14] drm/amdgpu: create context space for usermode queue
` [PATCH v9 07/14] drm/amdgpu: map usermode queue into MES
` [PATCH v9 08/14] drm/amdgpu: map wptr BO into GART
` [PATCH v9 09/14] drm/amdgpu: generate doorbell index for userqueue
` [PATCH v9 10/14] drm/amdgpu: cleanup leftover queues
` [PATCH v9 11/14] drm/amdgpu: fix MES GFX mask
` [PATCH v9 12/14] drm/amdgpu: enable SDMA usermode queues
` [PATCH v9 13/14] drm/amdgpu: enable compute/gfx usermode queue
` [PATCH v9 14/14] drm/amdgpu: add kernel config for gfx-userqueue

[PATCH] drm/amdgpu: add function descripion of new functions
 2024-04-26 13:22 UTC  (2+ messages)

[PATCH] drm/amdgpu: add ACA error query support for umc_v12_0
 2024-04-26  7:51 UTC  (3+ messages)

[PATCH] drm/amdgpu: Fix out-of-bounds write warning
 2024-04-26  7:38 UTC  (4+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).