AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-10 16:10:27 to 2022-02-14 09:31:33 UTC [more...]

[PATCH v3 1/2] drm/amdgpu: add debugfs for reset registers list
 2022-02-14  9:31 UTC  (4+ messages)
` [PATCH v3 2/2] drm/amdgpu: add reset register dump trace function on GPU reset

[PATCH v12 1/5] drm: improve drm_buddy_alloc function
 2022-02-14  9:12 UTC  (8+ messages)
` [PATCH v12 2/5] drm: implement top-down allocation method
` [PATCH v12 3/5] drm: implement a method to free unused pages
` [PATCH v12 4/5] drm/amdgpu: move vram inline functions into a header
` [PATCH v12 5/5] drm/amdgpu: add drm buddy support to amdgpu

[PATCH v3 00/12] Overhaul `is_thunderbolt`
 2022-02-14  8:52 UTC  (29+ messages)
` [PATCH v3 01/12] thunderbolt: move definition of PCI_CLASS_SERIAL_USB_USB4
` [PATCH v3 02/12] PCI: Move `is_thunderbolt` check for lack of command completed to a quirk
` [PATCH v3 03/12] PCI: Move check for old Apple Thunderbolt controllers into "
` [PATCH v3 04/12] PCI: Drop the `is_thunderbolt` attribute from PCI core
` [PATCH v3 05/12] PCI: Detect root port of internal USB4 devices by `usb4-host-interface`
` [PATCH v3 06/12] PCI: Explicitly mark USB4 NHI devices as removable
` [PATCH v3 07/12] PCI: Set ports for discrete USB4 controllers appropriately
` [PATCH v3 08/12] drm/amd: drop the use of `pci_is_thunderbolt_attached`
` [PATCH v3 09/12] drm/nouveau: "
` [PATCH v3 10/12] drm/radeon: "
` [PATCH v3 11/12] platform/x86: amd-gmux: "
` [PATCH v3 12/12] PCI: drop `pci_is_thunderbolt_attached`

[PATCH v2 0/3] Migrate device coherent pages on get_user_pages()
 2022-02-14  0:05 UTC  (9+ messages)
` [PATCH v2 2/3] mm/gup.c: Migrate device coherent pages when pinning instead of failing

AMDGPU: RX 6500 XT: System reset when loading module
 2022-02-13  1:52 UTC 

[PATCH v6 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-02-14  2:04 UTC  (11+ messages)
` [PATCH v6 01/10] mm: add zone device coherent type memory support

[PATCH v2 0/9] Overhaul is_thunderbolt
 2022-02-14  6:22 UTC  (22+ messages)
` [PATCH v2 1/9] thunderbolt: move definition of PCI_CLASS_SERIAL_USB_USB4
` [PATCH v2 2/9] PCI: Move `is_thunderbolt` check for lack of command completed to a quirk
` [PATCH v2 3/9] PCI: drop `is_thunderbolt` attribute
` [PATCH v2 4/9] PCI: mark USB4 devices as removable
` [PATCH v2 5/9] drm/amd: drop the use of `pci_is_thunderbolt_attached`
` [PATCH v2 6/9] drm/nouveau: "
` [PATCH v2 7/9] drm/radeon: "
` [PATCH v2 8/9] platform/x86: amd-gmux: "
` [PATCH v2 9/9] PCI: drop `pci_is_thunderbolt_attached`

Regression from 3c196f056666 ("drm/amdgpu: always reset the asic in suspend (v2)") on suspend?
 2022-02-12 18:23 UTC 

[PATCH V2 00/13] use time_is_xxx() instead of jiffies judgment
 2022-02-14  1:41 UTC  (17+ messages)
` [PATCH V2 1/13] block: xen: use time_is_before_eq_jiffies() "
` [PATCH V2 2/13] clk: mvebu: "
` [PATCH V2 3/13] gpu: drm: i915: use time_is_after_jiffies() "
` [PATCH V2 4/13] gpu: drm: radeon: use time_is_before_jiffies() "
` [PATCH V2 5/13] hid: use time_is_after_jiffies() "
` [PATCH V2 6/13] input: serio: use time_is_before_jiffies() "
` [PATCH V2 7/13] md: use time_is_before_jiffies(() "
` [PATCH V2 10/13] md: use time_is_before_eq_jiffies() "
` [PATCH V2 9/13] media: si21xx: use time_is_before_jiffies() "
` [PATCH V2 10/13] media: stv0299: "
` [PATCH V2 11/13] media: tda8083: use time_is_after_jiffies() "
` [PATCH V2 12/13] media: wl128x: use time_is_before_jiffies() "
` [PATCH V2 13/13] media: vivid: use time_is_after_jiffies() "

[RFC] Upstreaming Linux for Nintendo Wii U
 2022-02-13 23:26 UTC  (5+ messages)

[PATCH 1/2] edid: parse DRM VESA dsc bpp target
 2022-02-13 13:31 UTC  (2+ messages)
` [PATCH 2/2] drm/amd: use fixed dsc bits-per-pixel from edid

[PATCH Review 1/1] drm/amdgpu: print more error info
 2022-02-14  8:40 UTC  (2+ messages)

AMDGPU: RX 6500 XT: System reset when loading module
 2022-02-14  6:20 UTC  (2+ messages)

[PATCH] drm/amd/pm: correct the sequence of sending gpu reset msg
 2022-02-14  6:05 UTC  (4+ messages)

[PATCH 01/12] drm/amd/pm: drop unused structure members
 2022-02-14  4:04 UTC  (17+ messages)
` [PATCH 02/12] drm/amd/pm: drop unused interfaces
` [PATCH 03/12] drm/amd/pm: drop unneeded !smu->pm_enabled check
` [PATCH 04/12] drm/amd/pm: use adev->pm.dpm_enabled for dpm enablement check
` [PATCH 05/12] drm/amd/pm: move the check for dpm enablement to amdgpu_dpm.c
` [PATCH 06/12] drm/amd/pm: correct the checks for sriov(pp_one_vf)
` [PATCH 07/12] drm/amd/pm: correct the checks for granting gpu reset APIs
` [PATCH 08/12] drm/amd/pm: add proper check for amdgpu_dpm before granting pp_dpm_load_fw
` [PATCH 09/12] drm/amd/pm: drop redundant !pp_funcs check
` [PATCH 10/12] drm/amd/pm: drop nonsense !smu->ppt_funcs check
` [PATCH 11/12] drm/amd/pm: drop extra non-necessary null pointers checks
` [PATCH 12/12] drm/amd/pm: revise the implementations for asic reset

[PATCH] drm/amdgpu: no rlcg legacy read in SRIOV case
 2022-02-14  2:58 UTC  (4+ messages)

[PATCH] drm/amdgpu: remove ctx->lock
 2022-02-13  1:48 UTC  (4+ messages)

[PATCH] drm/amd/display: Protect update_bw_bounding_box FPU code
 2022-02-12 15:40 UTC 

[PATCH] drm/amdkfd: replace err by dbg print at svm vram migration
 2022-02-12  3:16 UTC  (7+ messages)

[pull] amdgpu, amdkfd, radeon drm-next-5.18
 2022-02-11 22:07 UTC 

[PATCH 00/11] DC Patches Feburary 14, 2022
 2022-02-11 21:51 UTC  (12+ messages)
` [PATCH 01/11] drm/amd/display: reset lane settings after each PHY repeater LT
` [PATCH 02/11] drm/amd/display: Fix for dmub outbox notification enable
` [PATCH 03/11] drm/amd/display: dsc mst re-compute pbn for changes on hub
` [PATCH 04/11] drm/amd/display: make sure pipe power gating reach requested hw state
` [PATCH 05/11] drm/amd/display: enable z9 denial interface by default
` [PATCH 06/11] drm/amd/display: Add affected crtcs to atomic state for dsc mst unplug
` [PATCH 07/11] drm/amd/display: [FW Promotion] Release 0.0.104.0
` [PATCH 08/11] drm/amd/display: 3.2.173
` [PATCH 09/11] drm/amd/display: add dsc mst stream pbn log for debug
` [PATCH 10/11] drm/amd/display: Add dsc pre-validation in atomic check
` [PATCH 11/11] drm/amd/display: extend dcn201 support

[PATCH v2 0/1] drm/amdgpu: Show IP discovery in sysfs
 2022-02-11 21:04 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] drm/amdgpu: Fix htmldoc warning
 2022-02-11 21:01 UTC  (2+ messages)

[PATCH 0/4] General cleanup and SPDX update
 2022-02-11 20:06 UTC  (6+ messages)
` [PATCH 1/4] drm/amdgpu: Fix some kerneldoc warnings
` [PATCH 2/4] drm/amdkfd: updade SPDX license header
` [PATCH 3/4] drm/amdkfd: Fix leftover errors and warnings
` [PATCH 4/4] drm/amdgpu: Fix a kerneldoc warning

[PATCH 1/2] drm/amdkfd: remove unneeded unmap single queue option
 2022-02-11 19:00 UTC  (4+ messages)
` [PATCH 2/2] drm/amdkfd: navi2x requires extended engines to map and unmap sdma queues

[PATCH] drm/amdkfd: CRIU fix extra whitespace and block comment warnings
 2022-02-11 18:12 UTC  (3+ messages)
` [PATCH] drm/amdkfd: Fix prototype warning for get_process_num_bos

[PATCH] Revert "i2c: core: support bus regulator controlling in adapter"
 2022-02-11 17:51 UTC  (11+ messages)

[PATCH] drm/amdgpu: Add unique_id support for sienna cichlid
 2022-02-11 14:45 UTC  (3+ messages)

[PATCH v2 1/2] drm/amdgpu: add debugfs for reset registers list
 2022-02-11 13:19 UTC  (5+ messages)
` [PATCH v2 2/2] drm/amdgpu: add reset register trace function on GPU reset

[PATCH Review 1/1] drm/amdgpu: adjust register address calculation
 2022-02-11 10:21 UTC  (2+ messages)

[PATCH v11 1/5] drm: improve drm_buddy_alloc function
 2022-02-11  9:27 UTC  (9+ messages)
` [PATCH v11 5/5] drm/amdgpu: add drm buddy support to amdgpu

[PATCH Review 1/1] drm/amdgpu: Reset OOB table error count info
 2022-02-11  7:40 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: skipping SDMA hw_init and hw_fini for S0ix
 2022-02-11  6:26 UTC  (8+ messages)

[PATCH] drm/amdgpu: add support for GC 10.1.4
 2022-02-11  2:21 UTC  (3+ messages)

[PATCH] drm/amdgpu: no rlcg read access in SRIOV case for gfx v9
 2022-02-11  1:51 UTC  (4+ messages)

start sorting out the ZONE_DEVICE refcount mess
 2022-02-10 21:00 UTC  (5+ messages)
` [PATCH 6/8] mm: don't include <linux/memremap.h> in <linux/mm.h>

[PATCH] drm/amdkfd: fix loop error handling
 2022-02-10 19:17 UTC  (2+ messages)

[PATCH] drm/amd/display: extend dcn201 support
 2022-02-10 18:00 UTC 

start sorting out the ZONE_DEVICE refcount mess v2
 2022-02-10 17:36 UTC  (2+ messages)

[PATCH] amdgpu/pm: Disable managing hwmon sysfs attributes for ONEVF mode
 2022-02-11  1:23 UTC 

Upstream This Patch
 2022-02-10 17:07 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