amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-12 20:22:56 to 2021-04-15 15:09:12 UTC [more...]

[PATCH 0/4] Refine GPU recovery sequence to enhance its stability
 2021-04-15 15:09 UTC  (42+ messages)

[PATCH 9/9] drm/amdgpu: Lock the attached dmabuf in unpopulate
 2021-04-15 14:29 UTC  (3+ messages)

[PATCH] drm/radeon/si: Fix inconsistent indenting
 2021-04-15  9:30 UTC 

[PATCH 1/2] drm/amd/display: Update modifier list for gfx10_3
 2021-04-15 14:20 UTC  (4+ messages)
` [PATCH 2/2] Revert "Revert "drm/amdgpu: Ensure that the modifier requested is supported by plane.""

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

[PATCH] drm/amdgpu: Copy MEC FW version to MEC2 if we skipped loading MEC2
 2021-04-15  9:12 UTC  (4+ messages)

[PATCH 1/3] drm/amdgpu: make sure we unpin the UVD BO
 2021-04-15  8:47 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu: freeing pinned objects is illegal now
` [PATCH 3/3] drm/ttm: warn stricter about freeing pinned BOs

[PATCH] drm/amd/pm: revise two names of sensor values for vangogh
 2021-04-15  8:18 UTC  (2+ messages)

[PATCH 1/8] drm/amdgpu: change MMHUB register access from MMIO to RLCG
 2021-04-15  7:25 UTC  (4+ messages)

[PATCH] drm/amdgpu: use ratelimited print in sdma4 interrupt
 2021-04-15  6:11 UTC 

[PATCH v2 1/3] drm/amdkfd: Use drm_priv to pass VM from KFD to amdgpu
 2021-04-15  2:40 UTC  (3+ messages)
` [PATCH v2 2/3] drm/amdkfd: Allow access for mmapping KFD BOs
` [PATCH v2 3/3] drm/amdgpu: Remove verify_access shortcut for "

[PATCH 00/34] Add HMM-based SVM memory manager to KFD v5
 2021-04-15  1:23 UTC  (35+ messages)
` [PATCH 01/34] drm/amdkfd: helper to convert gpu id and idx
` [PATCH 02/34] drm/amdkfd: add svm ioctl API
` [PATCH 03/34] drm/amdkfd: register svm range
` [PATCH 04/34] drm/amdkfd: add svm ioctl GET_ATTR op
` [PATCH 05/34] drm/amdgpu: add common HMM get pages function
` [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

[BUG] VAAPI encoder cause kernel panic if encoded video in 4K
 2021-04-14 23:10 UTC  (8+ messages)

[PATCH 00/30] drm: Use new DRM printk funcs (like drm_dbg_*()) in DP helpers
 2021-04-14 18:17 UTC  (4+ messages)
` [PATCH 03/30] drm/tegra: Don't register DP AUX channels before connectors

[PATCH] drm/amdgpu: Add double-sscanf but invert
 2021-04-14 17:10 UTC  (4+ messages)

[PATCH 1/4] drm/amdkfd: Remove legacy code not acquiring VMs
 2021-04-14 15:47 UTC  (11+ 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 "

[PATCH 0/9] Implement multi-GPU DMA mappings for KFD
 2021-04-14 14:41 UTC  (20+ messages)
` [PATCH 1/9] drm/amdgpu: Rename kfd_bo_va_list to kfd_mem_attachment
` [PATCH 2/9] drm/amdgpu: Keep a bo-reference per-attachment
` [PATCH 3/9] drm/amdgpu: Simplify AQL queue mapping
` [PATCH 4/9] drm/amdgpu: Add multi-GPU DMA mapping helpers
` [PATCH 5/9] drm/amdgpu: DMA map/unmap when updating GPU mappings
` [PATCH 6/9] drm/amdgpu: Move kfd_mem_attach outside reservation
` [PATCH 7/9] drm/amdgpu: Add DMA mapping of GTT BOs
` [PATCH 8/9] drm/ttm: Don't count pages in SG BOs against pages_limit
` [PATCH 9/9] drm/amdgpu: Lock the attached dmabuf in unpopulate

[PATCH 1/2] drm/scheduler: Change scheduled fence track
 2021-04-14 14:33 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: Add show_fdinfo() interface

[PATCH] drm/amdgpu: Fix checking return result of retire page
 2021-04-14 14:02 UTC  (5+ messages)

[PATCH v2] drm/amd/display: Fix two cursor duplication when using overlay
 2021-04-14 13:29 UTC  (2+ messages)

[PATCH] drm/amdgpu: Add vbios info ioctl interface
 2021-04-14 13:01 UTC  (2+ messages)

Recall: [PATCH] drm/amd/sriov no need to config GECC for sriov
 2021-04-14  9:18 UTC 

[PATCH] drm/amd/sriov no need to config GECC for sriov
 2021-04-14  9:17 UTC  (4+ messages)

Recall: [PATCH] drm/amd/sriov no need to config GECC for sriov
 2021-04-14  9:16 UTC 

Recall: [PATCH] drm/amd/sriov no need to config GECC for sriov
 2021-04-14  9:16 UTC 

[PATCH 0/8] drm: Clean up mmap for TTM-based GEM drivers
 2021-04-14  8:37 UTC  (10+ messages)
` [PATCH 3/8] drm/amdgpu: Implement mmap as GEM object function

[PATCH 1/2] drm/amdgpu: use pre-calculated bo size
 2021-04-14  8:07 UTC  (4+ messages)
` [PATCH 2/2] drm/radeon: "

[PATCH] drm/amdgpu: Use iterator methods exposed by amdgpu_res_cursor.h in building SG_TABLE's for a VRAM BO
 2021-04-14  6:45 UTC  (2+ messages)

[PATCH] drm/amd/pm: remove the "set" function of pp_dpm_mclk for vangogh
 2021-04-14  6:34 UTC  (2+ messages)

Recall: [PATCH] drm/amd/pm: remove the "set" function of pp_dpm_mclk for vangogh
 2021-04-14  6:18 UTC 

[PATCH] drm/amd/pm: fix error code in smu_set_power_limit()
 2021-04-14  5:59 UTC 

[PATCH v2] drm/amdgpu: fix an error code in init_pmu_entry_by_type_and_add()
 2021-04-14  5:58 UTC 

FW: [PATCH] drm/amd/pm: remove the "set" function of pp_dpm_mclk for vangogh
 2021-04-14  5:49 UTC 

[PATCH 1/2] drm/amd/amdgpu: enable ASPM on navi1x and vega
 2021-04-14  3:12 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/amdgpu: add ASPM support on polaris

[pull] amdgpu, radeon drm-next-5.13
 2021-04-13 21:02 UTC  (2+ messages)

[PATCH] drm/amdgpu: use pre-calculated bo size
 2021-04-13 20:58 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drm/amdgpu: Use iterator methods exposed by amdgpu_res_cursor.h in building SG_TABLE's for a VRAM BO
 2021-04-13 18:08 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: Expose some power info through AMDGPU_INFO
 2021-04-13 14:58 UTC  (4+ messages)

[PATCH v2 1/5] drm/connector: Create a helper to attach the hdr_output_metadata property
 2021-04-13 12:11 UTC  (5+ messages)
` [PATCH v2 2/5] drm/connector: Add helper to compare HDR metadata
` [PATCH v2 3/5] drm/vc4: Add HDR metadata property to the VC5 HDMI connectors
` [PATCH v2 4/5] drm/connector: Add a helper to attach the colorspace property
` [PATCH v2 5/5] drm/vc4: hdmi: Signal the proper colorimetry info in the infoframe

[PATCH] drm/amdgpu: remove set but not used variables
 2021-04-13  8:03 UTC 

[PATCH 1/4] drm/amdgpu: Fix a bug for input with double sscanf
 2021-04-13 14:50 UTC  (6+ messages)
` [PATCH 2/4] drm/amdgpu: Fix a bug in checking the result of reserve page
` [PATCH 3/4] drm/amdgpu: Add bad_page_cnt_threshold to debugfs
` [PATCH 4/4] drm/amdgpu: Fix kernel-doc for the RAS sysfs interface

[PATCH] drm/amdgpu: correction of ucode fw_size calculation errors
 2021-04-13 14:42 UTC  (2+ messages)

[PATCH] drm/amdgpu: Add graphics cache rinse packet for sdma
 2021-04-13 14:12 UTC  (4+ messages)

[PATCH] drm/amdgpu: Use iterator methods exposed by amdgpu_res_cursor.h in building SG_TABLE's for a VRAM BO
 2021-04-13 13:25 UTC  (2+ messages)

[PATCH 1/2] drm/scheduler: Change scheduled fence track
 2021-04-13 12:54 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: Add show_fdinfo() interface

[bug report] drm/amdgpu: page retire over debugfs mechanism
 2021-04-13  9:44 UTC 

[PATCH] drm/radeon/cik: remove set but not used variables
 2021-04-13  3:26 UTC 

[PATCH] drm/amdgpu: Ensure dcefclk isn't created on Aldebaran
 2021-04-13  1:56 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;
as well as URLs for NNTP newsgroup(s).