amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-06 01:47:20 to 2021-04-09 06:53:22 UTC [more...]

[PATCH 0/4] Refine GPU recovery sequence to enhance its stability
 2021-04-09  6:53 UTC  (18+ messages)
    ` AW: "

Linux Kernel build bug with AMD_IOMMU_V2=M and HSA_AMD=Y
 2021-04-09  4:33 UTC  (2+ messages)

[PATCH v1] drm/amd/dc: Fix a missing check bug in dm_dp_mst_detect()
 2021-04-09  0:57 UTC 

[PATCH 1/8] drm/amdgpu: change MMHUB register access from MMIO to RLCG
 2021-04-09  3:35 UTC  (10+ messages)
` [PATCH 2/8] drm/amdgpu: Change GC(KFD/GFX) "
` [PATCH 3/8] drm/amdgpu: Change GC(SDMA) "
` [PATCH 4/8] drm/amdgpu: Change GC(GFX/GFXHUB) "
` [PATCH 5/8] drm/amdgpu: Change GC(GMC/GFXHUB/..) "
` [PATCH 6/8] drm/amdgpu: Change GC(GFXHUB) "
` [PATCH 7/8] drm/amdgpu: Change GC(GFX) "
` [PATCH 8/8] drm/amdgpu: Use PSP to program IH_RB_CNTL* registers

[PATCH v1] drm/radeon: Fix a missing check bug in radeon_dp_mst_detect()
 2021-04-08 20:17 UTC  (2+ messages)

[PATCH -next] drm/amd/display: Fix the Wunused-function warning
 2021-04-08 20:14 UTC  (3+ messages)

[PATCH] drm/amdgpu: Report the Frame number at beginning of CRC calculation
 2021-04-08 19:55 UTC 

[PATCH v2 00/20] drm: Use new DRM printk funcs (like drm_dbg_*()) in DP helpers
 2021-04-08 18:51 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH] drm/amd/display: Fix two cursor duplication when using overlay
 2021-04-08 18:37 UTC  (2+ messages)

[PATCH v2] drm/amd/display: Update DCN302 SR Exit Latency
 2021-04-08 18:01 UTC  (3+ messages)

[PATCH] drm/amd/display: Update DCN302 SR Exit Latency
 2021-04-08 16:25 UTC  (3+ messages)

[PATCH 00/34] Add HMM-based SVM memory manager to KFD v4
 2021-04-08 15:10 UTC  (33+ messages)
` [PATCH 04/34] drm/amdkfd: add svm ioctl GET_ATTR op
` [PATCH 06/34] drm/amdkfd: support larger svm range allocation
` [PATCH 07/34] drm/amdkfd: validate svm range system memory
` [PATCH 08/34] drm/amdkfd: deregister svm range
` [PATCH 09/34] drm/amdgpu: export vm update mapping interface
` [PATCH 10/34] drm/amdkfd: map svm range to GPUs
` [PATCH 11/34] drm/amdkfd: svm range eviction and restore
` [PATCH 12/34] drm/amdgpu: Enable retry faults unconditionally on Aldebaran
` [PATCH 13/34] drm/amdkfd: add xnack enabled flag to kfd_process
` [PATCH 14/34] drm/amdkfd: add ioctl to configure and query xnack retries
` [PATCH 15/34] drm/amdkfd: register HMM device private zone
` [PATCH 16/34] drm/amdkfd: validate vram svm range from TTM
` [PATCH 17/34] drm/amdkfd: support xgmi same hive mapping
` [PATCH 18/34] drm/amdkfd: copy memory through gart table
` [PATCH 19/34] drm/amdkfd: HMM migrate ram to vram
` [PATCH 20/34] drm/amdkfd: HMM migrate vram to ram
` [PATCH 21/34] drm/amdkfd: invalidate tables on page retry fault
` [PATCH 22/34] drm/amdgpu: enable 48-bit IH timestamp counter
` [PATCH 23/34] drm/amdkfd: page table restore through svm API
` [PATCH 24/34] drm/amdkfd: SVM API call to restore page tables
` [PATCH 25/34] drm/amdkfd: add svm_bo reference for eviction fence
` [PATCH 26/34] drm/amdgpu: add param bit flag to create SVM BOs
` [PATCH 27/34] drm/amdkfd: add svm_bo eviction mechanism support
` [PATCH 28/34] drm/amdgpu: svm bo enable_signal call condition
` [PATCH 29/34] drm/amdgpu: add svm_bo eviction to enable_signal cb
` [PATCH 30/34] drm/amdkfd: refine migration policy with xnack on
` [PATCH 31/34] drm/amdkfd: add svm range validate timestamp
` [PATCH 32/34] drm/amdkfd: multiple gpu migrate vram to vram
` [PATCH 33/34] drm/amdkfd: Add SVM API support capability bits
` [PATCH 34/34] drm/amdkfd: Add CONFIG_HSA_AMD_SVM

[PATCH] drm/amdgpu/sriov: Add MB_REQ_MSG_READY_TO_RESET response
 2021-04-08  8:36 UTC 

[PATCH] drm/amdgpu/sriov: Add MB_REQ_MSG_READY_TO_RESET response
 2021-04-08  8:35 UTC 

[pull] amdgpu, amdkfd, radeon drm-next-5.12
 2021-04-08 13:08 UTC  (6+ messages)

[pull] amdgpu, radeon, ttm, sched drm-next-5.13
 2021-04-08 13:03 UTC  (13+ messages)

[PATCH 1/2] drm/amdgpu: fix coding style and documentation in amdgpu_gtt_mgr.c
 2021-04-08 11:47 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: fix coding style and documentation in amdgpu_vram_mgr.c

[PATCH 0/8] drm: Clean up mmap for TTM-based GEM drivers
 2021-04-08 11:42 UTC  (32+ messages)
` [PATCH 1/8] drm/ttm: Don't override vm_ops callbacks, if set
` [PATCH 2/8] drm/amdgpu: Remove unused function amdgpu_bo_fbdev_mmap()
` [PATCH 3/8] drm/amdgpu: Implement mmap as GEM object function
` [PATCH 4/8] drm/radeon: "
` [PATCH 5/8] drm/nouveau: "
` [PATCH 6/8] drm/vmwgfx: Inline ttm_bo_mmap() into vmwgfx driver
` [PATCH 7/8] drm/vmwgfx: Inline vmw_verify_access()
` [PATCH 8/8] drm/ttm: Remove ttm_bo_mmap() and friends

[PATCH] drm/amd/pm: add the callback to get vbios bootup values for vangogh
 2021-04-08 10:49 UTC  (3+ messages)

[PATCH] drm/amd/pm: enable ASPM on navi1x
 2021-04-08  9:57 UTC  (3+ messages)

[PATCH 1/8] drm/amdgpu: change MMHUB register access from MMIO to RLCG
 2021-04-08  9:57 UTC  (10+ messages)
` [PATCH 2/8] drm/amdgpu: Change GC "
` [PATCH 3/8] drm/amdgpu: Change GC(SDMA) "
` [PATCH 4/8] drm/amdgpu: Change GC "
` [PATCH 5/8] "
` [PATCH 6/8] "
` [PATCH 7/8] "
` [PATCH 8/8] drm/amdgpu: Use PSP to program IH_RB_CNTL* registers

[PATCH] drm/amd/pm: convert sysfs snprintf to sysfs_emit
 2021-04-08  5:56 UTC  (4+ messages)

[pull] amdgpu, radeon drm-fixes-5.12
 2021-04-08  4:55 UTC 

[PATCH] drm/amdgpu/smu7: fix CAC setting on TOPAZ
 2021-04-08  4:18 UTC  (2+ messages)

[0001-increase-time-out-2s-send-msg-to-smu.patch] drm/amd/pm: increase time out value when sending msg to SMU
 2021-04-08  4:16 UTC  (2+ messages)

[0001-increase-time-out-2s-send-msg-to-smu.patch] drm/amd/pm: increase time out value when sending msg to SMU
 2021-04-08  3:41 UTC  (2+ messages)

[PATCH 1/4] drm/amdkfd: Remove legacy code not acquiring VMs
 2021-04-07 23:12 UTC  (4+ messages)
` [PATCH 2/4] drm/amdkfd: Use drm_priv to pass VM from KFD to amdgpu
` [PATCH 3/4] drm/amdkfd: Allow access for mmapping KFD BOs
` [PATCH 4/4] drm/amdgpu: Remove verify_access shortcut for "

Unexpected multihop in swaput - likely driver bug
 2021-04-07 18:06 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu: Add show_fdinfo() interface
 2021-04-07 15:44 UTC  (5+ messages)
` [PATCH 2/2] drm/scheduler: Change scheduled fence track

[PATCH] drm/amdgpu: add DMUB outbox event IRQ source define/complete/debug flag
 2021-04-07 14:52 UTC  (2+ messages)

[ANNOUNCE] libdrm 2.4.105
 2021-04-07 14:26 UTC 

[PATCH 1/2] drm/amdgpu: Fix size overflow
 2021-04-07 14:00 UTC  (3+ messages)
` [PATCH 2/2] drm/radeon: "

[PATCH] drm/amdgpu: Fix size overflow
 2021-04-07 12:06 UTC  (3+ messages)

[amdgpu] Compute kernels still run when the host process exit?
 2021-04-07  9:36 UTC  (4+ messages)

[PATCH] drm/radeon/ttm: Fix memory leak userptr pages
 2021-04-07  9:27 UTC  (9+ messages)
` AW: "

a quetion about buffer migration for user mapped bo
 2021-04-07  1:18 UTC 

a quetion about buffer migration for user mapped bo
 2021-04-07  1:19 UTC 

[PATCH] drm/amdgpu: add DMUB outbox event IRQ source define/complete/debug flag
 2021-04-07  1:18 UTC 

[PATCH] drm/amdgpu: move mmhub ras_func init to ip specific file
 2021-04-06 16:12 UTC  (2+ messages)

[PATCH] drm/amdgpu: Add show_fdinfo() interface
 2021-04-06 15:58 UTC  (4+ messages)

[PATCH] drm/amdgpu: add DMUB outbox event IRQ source define/complete/debug flag
 2021-04-06 15:01 UTC  (5+ messages)

[PATCH] drm/amdgpu: Fix a potential sdma invalid access
 2021-04-06 13:44 UTC  (6+ messages)

[PATCH] drm/amdgpu: add DMUB outbox event IRQ source define/complete/debug flag
 2021-04-06 13:15 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: Cancel the hrtimer in sw_fini
 2021-04-06 12:43 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix gfx9 rlc modprobe rlcg program timeout issue
 2021-04-06  9:23 UTC  (3+ messages)

a quetion about buffer migration for user mapped bo
 2021-04-06  7:18 UTC  (3+ messages)

[PATCH] drm/amdgpu: add DMUB outbox event IRQ source define/complete/debug flag
 2021-04-06  6:42 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).