AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-10 16:21:48 to 2021-11-16 20:18:59 UTC [more...]

[PATCH v3 1/6] drm: move the buddy allocator from i915 into common drm
 2021-11-16 20:18 UTC  (5+ messages)
` [PATCH v3 2/6] drm: improve drm_buddy_alloc function
` [PATCH v3 3/6] drm: implement top-down allocation method
` [PATCH v3 4/6] drm: implement a method to free unused pages
` [PATCH v3 5/6] drm/amdgpu: move vram inline functions into a header

[PATCH 1/6] dma-buf: move dma_resv_prune_unlocked into dma_resv.c
 2021-11-16 14:54 UTC  (5+ messages)
` [PATCH 2/6] drm/amdgpu: stop getting excl fence separately

Questions about KMS flip
 2021-11-16 14:50 UTC  (18+ messages)

Backlight control broken on UM325 (OLED) on 5.15 (bisected)
 2021-11-16 13:32 UTC  (3+ messages)

[PATCH] drm/amdgpu: support new mode-1 reset interface (v2)
 2021-11-16 11:57 UTC  (3+ messages)

[PATCH] drm/amd/display: cleanup the code a bit
 2021-11-16  9:19 UTC  (2+ messages)

[PATCH] drm/radeon:WARNING opportunity for max()
 2021-11-16  7:22 UTC  (2+ messages)

[PATCH] drm/amd/display: remove no need NULL check before kfree
 2021-11-16  1:47 UTC 

[PATCH] drm/amdgpu: support new mode-1 reset interface
 2021-11-16  8:56 UTC  (5+ messages)

[PATCH v10 00/10 RESEND] use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace
 2021-11-16  8:46 UTC  (17+ messages)
` [PATCH v10 01/10] dyndbg: add DEFINE_DYNAMIC_DEBUG_BITGRPS macro and callbacks
` [PATCH v10 02/10] drm: fix doc grammar
` [PATCH v10 03/10] amdgpu: use dyndbg.BITGRPS to control existing pr_debugs
` [PATCH v10 04/10] i915/gvt: trim spaces from pr_debug "gvt: core:" prefixes
` [PATCH v10 05/10] i915/gvt: use dyndbg.BITGRPS for existing pr_debugs
` [PATCH v10 06/10] drm_print: add choice to use dynamic debug in drm-debug
` [PATCH v10 07/10] drm_print: instrument drm_debug_enabled
` [PATCH v10 08/10] dyndbg: add print-to-tracefs, selftest with it - RFC
` [PATCH v10 09/10] dyndbg: create DEFINE_DYNAMIC_DEBUG_LOG|TRACE_GROUPS
` [PATCH v10 10/10] drm: use DEFINE_DYNAMIC_DEBUG_TRACE_GROUPS in 3 places

[PATCH Review 1/1] drm/amdgpu: fix smu not match warning
 2021-11-16  8:31 UTC  (2+ messages)

[PATCH] drm/amdgpu: Add recovery_lock to save bad pages function
 2021-11-16  8:26 UTC  (2+ messages)

[PATCH Review 1/1] drm/amdgpu: fix smu not match warning
 2021-11-16  8:01 UTC 

[PATCH Review 1/1] drm/amdgpu: fix smu not match warning
 2021-11-16  8:01 UTC  (3+ messages)
  ` 回复: "

[PATCH] drm/amdgpu: always reset the asic in suspend (v2)
 2021-11-16  2:36 UTC  (5+ messages)

[PATCH] drm/amd/pm: Remove artificial freq level on Navi1x
 2021-11-16  1:38 UTC  (3+ messages)

[PATCH 3/8] drm: implement top-down allocation method
 2021-11-15 21:52 UTC  (5+ messages)
` [PATCH v2 2/8] drm: improve drm_buddy_alloc function

[PATCH] drm/amd/pm: Add sysfs interface for retrieving gpu metrics(V2)
 2021-11-15 21:15 UTC  (4+ messages)

[PATCH 1/5] drm/amdgpu: handle IH ring1 overflow
 2021-11-15 20:50 UTC  (16+ messages)
` [PATCH 2/5] drm/amdkfd: check child range to drain retry fault
` [PATCH 4/5] drm/amdkfd: restore pages race with process termination

[PATCH] drm/amd/display: Fix LTTPR not Enabled on HP ZBook G8 laptop
 2021-11-15 20:04 UTC  (2+ messages)

[PATCH v1 0/2] Remove extra ZONE_DEVICE page refcount
 2021-11-15 19:33 UTC  (3+ messages)
` [PATCH v1 1/2] ext4/xfs: add page refcount helper
` [PATCH v1 2/2] mm: remove extra ZONE_DEVICE struct page refcount

[PATCH v1 0/9] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2021-11-15 19:30 UTC  (10+ messages)
` [PATCH v1 1/9] mm: add zone device coherent type memory support
` [PATCH v1 2/9] mm: add device coherent vma selection for memory migration
` [PATCH v1 3/9] drm/amdkfd: add SPM support for SVM
` [PATCH v1 4/9] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v1 5/9] lib: test_hmm add ioctl to get zone device type
` [PATCH v1 6/9] lib: test_hmm add module param for "
` [PATCH v1 7/9] lib: add support for device coherent type in test_hmm
` [PATCH v1 8/9] tools: update hmm-test to support device coherent type
` [PATCH v1 9/9] tools: update test_hmm script to support SP config

[PATCH 5.15 350/917] drm/amd/display: Pass display_pipe_params_st as const in DML
 2021-11-15 16:57 UTC 

[PATCH] drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again
 2021-11-15 16:22 UTC  (2+ messages)

[PATCH] drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again
 2021-11-15 16:11 UTC  (3+ messages)

[PATCH] drm/amd/amdgpu: fix potential memleak
 2021-11-15 15:56 UTC  (2+ messages)

[PATCH v1 1/3] string: Consolidate yesno() helpers under string.h hood
 2021-11-15 14:22 UTC  (5+ messages)

[PATCH] drm/amd/amdgpu: cleanup the code style a bit
 2021-11-15 12:01 UTC  (3+ messages)
  ` 答复: "

[PATCH v2] drm/amd/amdgpu: cleanup the code style a bit
 2021-11-15 12:09 UTC 

[PATCH] drm/amdgpu: always reset the asic in suspend
 2021-11-15 15:06 UTC  (4+ messages)

[PATCH 00/14] DC Patches November 12, 2021
 2021-11-15 14:35 UTC  (16+ messages)
` [PATCH 01/14] drm/amd/display: Secondary display goes blank on Non DCN31
` [PATCH 02/14] drm/amd/display: Only flush delta from last command execution
` [PATCH 03/14] drm/amd/display: Revert changes for MPO underflow
` [PATCH 04/14] drm/amd/display: set MSA vsp/hsp to 0 for positive polarity for DP 128b/132b
` [PATCH 05/14] drm/amd/display: Code change for DML isolation
` [PATCH 06/14] drm/amd/display: Reset fifo after enable otg
` [PATCH 07/14] drm/amd/display: Enable DSC over eDP
` [PATCH 08/14] drm/amd/display: Fix eDP will flash when boot to OS
` [PATCH 09/14] drm/amd/display: Visual Confirm Bar Height Adjust
` [PATCH 10/14] drm/amd/display: [FW Promotion] Release 0.0.92
` [PATCH 11/14] drm/amd/display: [FW Promotion] Release 0.0.93
` [PATCH 12/14] drm/amd/display: fixed the DSC power off sequence during Driver PnP
` [PATCH 13/14] drm/amd/display: 3.2.162
` [PATCH 14/14] drm/amd/display: Revert "retain/release stream pointer in link enc table"

[PATCH 1/2] drm/amdgpu: IH process reset count when restart
 2021-11-15 13:42 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: handle IH ring1 overflow

[PATCH] drm/amd/amdgpu: remove useless break after return
 2021-11-15  7:31 UTC  (2+ messages)

[PATCH -next] drm/amd/display: check top_pipe_to_program pointer
 2021-11-15  8:10 UTC 

[PATCH V3] drm/amd/pm: avoid duplicate powergate/ungate setting
 2021-11-15  7:48 UTC  (3+ messages)

[PATCH] drm/amd/pm: avoid duplicate powergate/ungate setting
 2021-11-15  2:45 UTC  (3+ messages)

[PATCH] drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again
 2021-11-14 17:53 UTC 

[PATCH] drm/amd/display: fix cond_no_effect.cocci warnings
 2021-11-12 22:58 UTC  (2+ messages)

[PATCH] drm/amd/display: Clean up some inconsistent indenting
 2021-11-12 22:55 UTC  (3+ messages)

[PATCH] drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and dvi connectors
 2021-11-12 22:51 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: Update BO memory accounting to rely on allocation flag
 2021-11-12 17:58 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: Pin MMIO/DOORBELL BO's in GTT domain

[PATCH] drm/amd/display: Reduce dmesg error to a debug print
 2021-11-12 15:59 UTC  (2+ messages)

[PATCH v1] drm/amd/pm: add GFXCLK/SCLK clocks level print support for APUs
 2021-11-12 15:33 UTC  (2+ messages)

[PATCH] drm/amd/display: clean up some inconsistent indenting
 2021-11-11 10:08 UTC  (2+ messages)

[PATCH 1/1] SWDEV-306029 - add new sysfs interface for retrieving gpu metrics(V2)
 2021-11-12  8:05 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: Update BO memory accounting to rely on allocation flag
 2021-11-11 20:58 UTC  (5+ messages)

[RFC 0/2] Let amdgpu react to platform profile changes
 2021-11-11 16:17 UTC  (8+ messages)
` [RFC 2/2] drm/amd/pm: Add support for reacting to platform profile notification

[PATCH 1/2] drm/sched: fix the bug of time out calculation(v3)
 2021-11-11 15:54 UTC  (13+ messages)
` [PATCH 2/2] drm/sched: serialize job_timeout and scheduler

[PATCH] drm/amdgpu: add error print when failing to add IP block(v2)
 2021-11-11  7:26 UTC  (4+ messages)

[PATCH] drm/amdgpu: add error print when failing to add IP block
 2021-11-11  3:59 UTC  (2+ messages)

[PATCH] drm/amdkfd: replace asic_family with asic_type
 2021-11-10 23:48 UTC  (2+ messages)

[PATCH v3 3/3] drm/amdkfd: convert misc checks to IP version checking
 2021-11-10 23:45 UTC  (2+ messages)

[pull] amdgpu, amdkfd drm-fixes-5.16
 2021-11-10 22:25 UTC 

[PATCH] drm/amd/pm: Enhanced reporting also for a stuck command
 2021-11-10 21:16 UTC  (2+ messages)

[PATCH] drm/amd/pm: Enhanced reporting also for a stuck command
 2021-11-10 20:20 UTC  (2+ messages)

[PATCH v2 1/3] drm/amdkfd: convert KFD_IS_SOC to IP version checking
 2021-11-10 16:46 UTC  (5+ messages)
` [PATCH v2 3/3] drm/amdkfd: convert misc checks "

[PATCH] drm/amdgpu: remove unneeded variable
 2021-11-10 16:38 UTC  (2+ messages)

[PATCH] drm/radeon: correct indentation
 2021-11-10 16:36 UTC  (2+ messages)

[PATCH v2 1/1] drm/amdgpu: Fix MMIO HDP flush on SRIOV
 2021-11-10 16:34 UTC  (5+ messages)


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