AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-23 13:07:58 to 2021-08-25 14:45:51 UTC [more...]

[PATCH v1 00/14] Add MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-08-25 14:45 UTC  (25+ messages)
` [PATCH v1 01/14] ext4/xfs: add page refcount helper
` [PATCH v1 02/14] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v1 03/14] mm: add iomem vma selection for memory migration
` [PATCH v1 04/14] mm: add zone device public type memory support
` [PATCH v1 05/14] drm/amdkfd: ref count init for device pages
` [PATCH v1 06/14] drm/amdkfd: add SPM support for SVM
` [PATCH v1 07/14] drm/amdkfd: public type as sys mem on migration to ram
` [PATCH v1 08/14] mm: add public type support to migrate_vma helpers
` [PATCH v1 09/14] mm: call pgmap->ops->page_free for DEVICE_PUBLIC pages
` [PATCH v1 10/14] lib: test_hmm add ioctl to get zone device type
` [PATCH v1 11/14] lib: test_hmm add module param for "
` [PATCH v1 12/14] lib: add support for device public type in test_hmm
` [PATCH v1 13/14] tools: update hmm-test to support device public type
` [PATCH v1 14/14] tools: update test_hmm script to support SP config

[PATCH] drm/amd/amdgpu: New debugfs interface for MMIO registers (v4)
 2021-08-25 13:09 UTC 

[PATCH 1/2] drm: i915: move intel_pch.h to include/drm
 2021-08-25 14:32 UTC  (9+ messages)
` [PATCH 2/2] drm/amdgpu: Disable PCIE_DPM on Intel RKL Platform

[PATCH][next] drm/amd/display: fix spelling mistake "alidation" -> "validation"
 2021-08-25 13:53 UTC  (2+ messages)

[PATCH 1/1] drm/amdgpu: rework context priority handling
 2021-08-25 13:52 UTC  (6+ messages)

[PATCH] drm/amdgpu: remove preferred domain judgement in pt/pd creation
 2021-08-25 13:26 UTC  (5+ messages)

[PATCH] drm/sched: fix the bug of time out calculation(v2)
 2021-08-25 12:51 UTC  (6+ messages)

[PATCH] drm/amd/amdgpu: New debugfs interface for MMIO registers (v2)
 2021-08-25 12:07 UTC  (9+ messages)

[PATCH] drm/amdgpu: rename amdgpu_bo_get_preferred_pin_domain
 2021-08-25  9:26 UTC  (2+ messages)

[PATCH 0/4] Various fixes to pass libdrm hotunplug tests
 2021-08-25  6:43 UTC  (10+ messages)
` [PATCH 1/4] drm/amdgpu: Move flush VCE idle_work during HW fini
` [PATCH 2/4] drm/ttm: Create pinned list
` [PATCH 3/4] drm/amdgpu: drm/amdgpu: Handle IOMMU enabled case
` [PATCH 4/4] drm/amdgpu: Add a UAPI flag for hot plug/unplug

[PATCH] drm/sched: fix the bug of time out calculation
 2021-08-25  4:13 UTC  (4+ messages)

[PATCH] drm/amdgpu: reenable BACO support for 699F:C7 polaris12 SKU
 2021-08-25  3:58 UTC 

[PATCH v3] drm/amdkfd: Account for SH/SE count when setting up cu masks
 2021-08-25  3:10 UTC 

[PATCH v2] drm/amdkfd: Account for SH/SE count when setting up cu masks
 2021-08-25  1:11 UTC  (4+ messages)

[PATCH v2 00/18] CHECKPOINT RESTORE WITH ROCm
 2021-08-24 19:06 UTC  (19+ messages)
` [PATCH v2 01/18] x86/configs: CRIU update release defconfig
` [PATCH v2 02/18] x86/configs: CRIU update debug rock defconfig
` [PATCH v2 03/18] drm/amdkfd: CRIU Introduce Checkpoint-Restore APIs
` [PATCH v2 04/18] drm/amdkfd: CRIU Implement KFD process_info ioctl
` [PATCH v2 05/18] drm/amdkfd: CRIU Implement KFD dumper ioctl
` [PATCH v2 06/18] drm/amdkfd: CRIU Implement KFD restore ioctl
` [PATCH v2 07/18] drm/amdkfd: CRIU Implement KFD resume ioctl
` [PATCH v2 08/18] drm/amdkfd: CRIU Implement KFD pause ioctl
` [PATCH v2 09/18] drm/amdkfd: CRIU add queues support
` [PATCH v2 10/18] drm/amdkfd: CRIU restore queue ids
` [PATCH v2 11/18] drm/amdkfd: CRIU restore sdma id for queues
` [PATCH v2 12/18] drm/amdkfd: CRIU restore queue doorbell id
` [PATCH v2 13/18] drm/amdkfd: CRIU dump and restore queue mqds
` [PATCH v2 14/18] drm/amdkfd: CRIU dump/restore queue control stack
` [PATCH v2 15/18] drm/amdkfd: CRIU dump and restore events
` [PATCH v2 16/18] drm/amdkfd: CRIU implement gpu_id remapping
` [PATCH v2 17/18] Revert "drm/amdgpu: Remove verify_access shortcut for KFD BOs"
` [PATCH v2 18/18] drm/amdkfd: CRIU export kfd bos as prime dmabuf objects

[PATCH 1/8] drm/amdgpu/display: fix mixed declarations and code in dp_set_hw_test_pattern
 2021-08-24 17:17 UTC  (9+ messages)
` [PATCH 2/8] drm/amdgpu/display: fix unhandled cases in get_phyd32clk_src()
` [PATCH 3/8] drm/amdgpu/display: handle all cases in decide_cr_training_pattern
` [PATCH 4/8] drm/amdgpu/display: drop unused variable
` [PATCH 5/8] drm/amdgpu/display: fix mixed declarations and code in dc_link_dp.c
` [PATCH 6/8] drm/amdgpu/display: remove unused function dp2_update_mst_stream_alloc_table
` [PATCH 7/8] drm/amdgpu/display: remove unused variables in dcn31_hpo_dp_link_enc_update_stream_allocation_table
` [PATCH 8/8] drm/amdgpu/display: remove unused variable in dcn31_hpo_dp_stream_enc_mute_control

[PATCH 2/8] drm/amdgpu/display: fix unhandled cases in get_phyd32clk_src()
 2021-08-24 17:37 UTC  (3+ messages)
` [PATCH 4/8] drm/amdgpu/display: drop unused variable

[PATCH v2] drm/amd/display: Fix two cursor duplication when using overlay
 2021-08-24 16:48 UTC  (6+ messages)

[PATCH] drm/amd/amdgpu: New debugfs interface for MMIO registers (v3)
 2021-08-24 16:48 UTC 

[PATCH] drm/amd/amdgpu: New debugfs interface for MMIO registers
 2021-08-24 16:00 UTC  (8+ messages)

ERROR: modpost: "pm_suspend_target_state" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!
 2021-08-24 15:57 UTC  (13+ messages)
          ` [PATCH] drm/amdgpu: Fix build with missing pm_suspend_target_state module export

[PATCH v2] Revert "drm/scheduler: Avoid accessing freed bad job."
 2021-08-24 14:23 UTC  (13+ messages)

[PATCH 1/5] drm/sched:add new priority level
 2021-08-24 13:23 UTC  (17+ messages)
` [PATCH 2/5] drm/amdgpu: map user set priority to drm sched priority
` [PATCH 3/5] drm/amdgpu/vce:set vce ring priority level
` [PATCH 4/5] drm/amdgpu/vcn:set vcn encode "
` [PATCH 5/5] drm/amdgpu/vcn/vce:schedule encode job based on priorrity

[PATCH 1/3] drm/amdkfd: Allocate SDMA engines more fairly
 2021-08-24 12:33 UTC  (8+ messages)

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-24  7:14 UTC  (5+ messages)
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()

[PATCH linux-next] drm:dcn31: fix boolreturn.cocci warnings
 2021-08-24  5:52 UTC 

[PATCH] amd/amdkfd: add ras page retirement handling for sq/sdma interrupt
 2021-08-24  9:28 UTC  (4+ messages)

[PATCH] drm/amdgpu: Update RAS XGMI Error Query
 2021-08-24  6:55 UTC  (2+ messages)

[PATCH 1/5] drm/sched:add new priority level
 2021-08-24  5:52 UTC 

Voltage control on Southern Island GPU using radeon
 2021-08-24  1:38 UTC  (3+ messages)

[PATCH AUTOSEL 5.10 11/18] Revert "drm/amd/pm: fix workload mismatch on vega10"
 2021-08-24  0:54 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 12/18] drm/amd/pm: change the workload type for some cards

[PATCH AUTOSEL 5.13 15/26] Revert "drm/amd/pm: fix workload mismatch on vega10"
 2021-08-24  0:53 UTC  (2+ messages)
` [PATCH AUTOSEL 5.13 16/26] drm/amd/pm: change the workload type for some cards

[PATCH] drm/amdkfd: Account for SH/SE count when setting up cu masks
 2021-08-23 21:52 UTC 

[PATCH] drm/amd/pm: And destination bounds checking to struct copy
 2021-08-23 19:13 UTC  (5+ messages)

[PATCH] drm/amdgpu: add driver cap firmware for SRIOV guest driver
 2021-08-23 20:26 UTC 

[PATCH 00/18] CHECKPOINT RESTORE WITH ROCm
 2021-08-23 18:57 UTC  (13+ messages)
` [PATCH 03/18] drm/amdkfd: CRIU Introduce Checkpoint-Restore APIs
` [PATCH 05/18] drm/amdkfd: CRIU Implement KFD dumper ioctl
` [PATCH 09/18] drm/amdkfd: CRIU add queues support
` [PATCH 10/18] drm/amdkfd: CRIU restore queue ids
` [PATCH 15/18] drm/amdkfd: CRIU dump and restore events
` [PATCH 16/18] drm/amdkfd: CRIU implement gpu_id remapping

[PATCH v6 00/11] use DYNAMIC_DEBUG to implement DRM.debug
 2021-08-23 18:36 UTC  (4+ messages)
` [PATCH v6 02/11] dyndbg: add DEFINE_DYNAMIC_DEBUG_CATEGORIES and callbacks

[PATCH] drm/radeon: switch from 'pci_' to 'dma_' API
 2021-08-23 17:53 UTC  (3+ messages)

[PATCH] drm/amdgpu: avoid over-handle of fence driver fini in s3 test (v2)
 2021-08-23 14:41 UTC  (7+ messages)

[PATCH] gpu: drm: amd: amdgpu: Fixed a few warnings
 2021-08-23 14:34 UTC  (2+ messages)

[PATCH 00/10] DC Patches Aug 23, 2021
 2021-08-23 13:47 UTC  (2+ messages)

[PATCH] drm/amdgpu: add missing cleanups for Polaris12 UVD/VCE on suspend
 2021-08-23 13:30 UTC  (7+ messages)


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