AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-21 00:39:21 to 2022-11-25 09:57:51 UTC [more...]

[PATCH] drm/amdgpu: Fix minmax error
 2022-11-25  9:57 UTC  (7+ messages)

[PATCH 0/3] Fix a bunch of allmodconfig errors
 2022-11-25  9:25 UTC  (4+ messages)
` [PATCH 1/3] drm/amd/display/dc/calcs/dce_calcs: Break-out a stack-heavy chunk of code
` [PATCH 2/3] drm/amdgpu: Temporarily disable broken Clang builds due to blown stack-frame
` [PATCH 3/3] Kconfig.debug: Provide a little extra FRAME_WARN leeway when KASAN is enabled

[PATCH] drm/amdkfd: Remove unnecessary condition in kfd_topology_add_device()
 2022-11-25  7:39 UTC 

[PATCH] drm/amdgpu: fix for set df cstate failed under sriov
 2022-11-25  7:27 UTC  (2+ messages)

[PATCH] drm/amdgpu: add mb for si
 2022-11-25  6:12 UTC  (11+ messages)

[PATCH] drm/amdgpu: add amdgpu vram usage information into amdgpu_vram_mm
 2022-11-25  2:35 UTC  (6+ messages)
        ` 回复: "

[PATCH] swsmu/amdgpu_smu: Fix the wrong if-condition
 2022-11-25  2:23 UTC  (3+ messages)

[PATCH 01/29] drm/amdkfd: add debug and runtime enable interface
 2022-11-24 21:24 UTC  (27+ messages)
` [PATCH 02/29] drm/amdkfd: display debug capabilities
` [PATCH 03/29] drm/amdkfd: prepare per-process debug enable and disable
` [PATCH 05/29] drm/amdgpu: setup hw debug registers on driver initialization
` [PATCH 06/29] drm/amdgpu: add gfx9 hw debug mode enable and disable calls
` [PATCH 07/29] drm/amdgpu: add gfx9.4.1 "
` [PATCH 10/29] drm/amdgpu: add configurable grace period for unmap queues
` [PATCH 16/29] drm/amdkfd: add runtime enable operation
` [PATCH 17/29] drm/amdkfd: Add debug trap enabled flag to TMA
` [PATCH 19/29] drm/amdkfd: add debug set exceptions enabled operation

[PATCH 00/12] DC Patches November 28 2022
 2022-11-24 21:13 UTC  (13+ messages)
` [PATCH 01/12] drm/amd/display: Fix race condition in DPIA AUX transfer
` [PATCH 02/12] drm/amd/display: Use the largest vready_offset in pipe group
` [PATCH 03/12] drm/amd/display: Create debugfs to tell if connector is DPIA link
` [PATCH 04/12] drm/amd/display: MALL SS calculations should iterate over all pipes for cursor
` [PATCH 05/12] drm/amd/display: Use DCC meta pitch for MALL allocation requirements
` [PATCH 06/12] drm/amd/display: Retain phantom pipes when min transition into subvp
` [PATCH 07/12] drm/amd/display: Fix arithmetic error in MALL size calculations for subvp
` [PATCH 08/12] drm/amd/display: program output tf when required
` [PATCH 09/12] drm/amd/display: Don't overwrite subvp pipe info in fast updates
` [PATCH 10/12] drm/amd/display: Fix DTBCLK disable requests and SRC_SEL programming
` [PATCH 11/12] drm/amd/display: set per pipe dppclk to 0 when dpp is off
` [PATCH 12/12] drm/amd/display: 3.2.214

[PATCH] drm/amdgpu: remove redundant NULL check
 2022-11-24 21:00 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c35bd4e428856ed8c1fae7f7dfa08a9141c153d1
 2022-11-24 19:29 UTC 

[PATCH AUTOSEL 6.0 38/44] drm/amdgpu: Unlock bo_list_mutex after error handling
 2022-11-24 16:50 UTC  (4+ messages)

[PATCH v2] drm/amdgpu: Fix potential double free and null pointer dereference
 2022-11-24 16:44 UTC  (3+ messages)

[PATCH 1/3] drm/ttm: remove ttm_bo_(un)lock_delayed_workqueue
 2022-11-24 10:26 UTC  (4+ messages)
` [PATCH 2/3] drm/ttm: use per BO cleanup workers
` [PATCH 3/3] drm/amdgpu: generally allow over-commit during BO allocation

[PATCH v1] drm/ttm: Clean up page shift operation
 2022-11-24  7:47 UTC  (3+ messages)

[PATCH] drm/amdgpu: use dev_dbg to print messages in runtime cycle
 2022-11-24  5:28 UTC 

[PATCH] drm/amdgpu/psp: always call psp_load_toc()
 2022-11-24  4:00 UTC  (3+ messages)

[PATCH 3/3] drm/amdgpu: add printing to indicate rpm completeness
 2022-11-24  1:41 UTC  (8+ messages)

[linux-next:master] BUILD REGRESSION 736b6d81d93cf61a0601af90bd552103ef997b3f
 2022-11-23 18:50 UTC 

[PATCH] CI: Fix VERSION_REV and VERSION_BRANCH
 2022-11-23 17:04 UTC 

Help debug amdgpu faults
 2022-11-23 15:48 UTC  (4+ messages)

[PATCH] amdgpu/nv.c: Corrected typo in the video capabilities resolution
 2022-11-23 15:48 UTC  (3+ messages)

[pull] amdgpu drm-fixes-6.1
 2022-11-23 14:34 UTC 

[PATCH] drm/amdgpu/display: Add pointer check
 2022-11-23 12:06 UTC 

[PATCH AUTOSEL 5.15 17/31] drm/amdgpu: disable BACO support on more cards
 2022-11-23 12:42 UTC 

[PATCH AUTOSEL 6.0 26/44] drm/amd/display: use uclk pstate latency for fw assisted mclk validation dcn32
 2022-11-23 12:40 UTC  (3+ messages)
` [PATCH AUTOSEL 6.0 27/44] drm/amdgpu: disable BACO support on more cards
` [PATCH AUTOSEL 6.0 28/44] drm/amdkfd: Fix a memory limit issue

[PATCH] drm/amdgpu: skip vram reserve on firmware_v2_2 for bare-metal
 2022-11-23 10:16 UTC  (2+ messages)

[PATCH 01/19] drm/amdgpu/discovery: enable soc21 common for GC 11.0.4
 2022-11-23  1:44 UTC  (20+ messages)
` [PATCH 02/19] drm/amdgpu/discovery: enable gmc v11 "
` [PATCH 03/19] drm/amdgpu/discovery: enable gfx "
` [PATCH 04/19] drm/amdgpu/discovery: enable mes support for GC v11.0.4
` [PATCH 05/19] drm/amdgpu/discovery: add PSP IP v13.0.11 support
` [PATCH 06/19] drm/amdgpu: set GC 11.0.4 family
` [PATCH 07/19] drm/amdgpu/discovery: set the APU flag for GC 11.0.4
` [PATCH 08/19] drm/amdgpu: add gfx support "
` [PATCH 09/19] drm/amdgpu: add soc21 common ip block "
` [PATCH 10/19] drm/amdgpu: add gmc v11 "
` [PATCH 11/19] drm/amdkfd: add GC 11.0.4 KFD support
` [PATCH 12/19] drm/amdgpu/pm: enable swsmu for SMU IP v13.0.11
` [PATCH 13/19] drm/amdgpu: add smu 13 support for smu 13.0.11
` [PATCH 14/19] drm/amdgpu/pm: add GFXOFF control IP version check for SMU IP v13.0.11
` [PATCH 15/19] drm/amdgpu/soc21: add mode2 asic reset "
` [PATCH 16/19] drm/amdgpu/pm: use the specific mailbox registers only for SMU IP v13.0.4
` [PATCH 17/19] drm/amdgpu/discovery: enable nbio support for NBIO v7.7.1
` [PATCH 18/19] drm/amdgpu: Enable pg/cg flags on GC11_0_4 for VCN
` [PATCH 19/19] drm/amdgpu: enable PSP IP v13.0.11 support

[PATCH 2/3] drm/amd/pm/smu11: poll BACO status after RPM BACO exits
 2022-11-23  1:43 UTC 

[PATCH 1/3] drm/amd/pm/smu11: BACO is supported when it's in BACO state
 2022-11-23  1:43 UTC 

[linux-next:master] BUILD REGRESSION 771a207d1ee9f38da8c0cee1412228f18b900bac
 2022-11-22 20:37 UTC 

[PATCH 0/2] drm: Fix PCI device refcount leak
 2022-11-22 17:13 UTC  (8+ messages)
` [PATCH 1/2] drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios()
` [PATCH 2/2] drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios()

Build regressions/improvements in v6.1-rc6
 2022-11-22 16:57 UTC  (4+ messages)

[PATCH] drm/amdgpu: fix stall on CPU when allocate large system memory
 2022-11-22 16:21 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] drm/amd/pm: added result check
 2022-11-22 15:36 UTC 

[PATCH] drm/amd/display: Fix set scaling doesn's work
 2022-11-22 11:20 UTC 

[regression][6.0] After commit b261509952bc19d1012cf732f853659be6ebc61e I see WARNING message at drivers/gpu/drm/drm_modeset_lock.c:276 drm_modeset_drop_locks+0x63/0x70
 2022-11-22 11:35 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix Double Free, Null Pointer Dereference and MemLeak
 2022-11-22  4:05 UTC 

[PATCH] drm/amdgpu: add missing license to some files
 2022-11-22  7:34 UTC  (3+ messages)

[6.1][regression] after commit dd80d9c8eecac8c516da5b240d01a35660ba6cb6 some games (Cyberpunk 2077, Forza Horizon 4/5) hang at start
 2022-11-22  7:16 UTC  (12+ messages)
                ` [6.1][regression] after commit dd80d9c8eecac8c516da5b240d01a35660ba6cb6 some games (Cyberpunk 2077, Forza Horizon 4/5) hang at start #forregzbot

[PATCH 1/2] drm/amdgpu: add register definition for VCN RAS initialization
 2022-11-22  6:54 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: enable RAS poison for VCN 2.6

[PATCH 1/2] drm/ttm: Clean up page shift operation
 2022-11-22  6:23 UTC  (5+ messages)
` [PATCH 2/2] drm/gem: Remove BUG_ON in drm_gem_private_object_init

[PATCH] drm/amdgpu: add drv_vram_usage_va for virt data exchange
 2022-11-22  5:57 UTC  (2+ messages)

[PATCH 1/5] drm/amdgpu: Introduce gfx software ring (v8)
 2022-11-22  5:46 UTC  (4+ messages)
` [PATCH 3/5] drm/amdgpu: Modify unmap_queue format for gfx9 (v4)

[PATCH 1/2] drm/amdgpu: use rpm_mode as runtime pm check flag
 2022-11-22  2:16 UTC  (3+ messages)

[PATCH] drm/amd/display: trigger timing sync only if TG is running
 2022-11-21 23:12 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION e4cd8d3ff7f9efeb97330e5e9b99eeb2a68f5cf9
 2022-11-21 21:58 UTC 

[PATCH] drm/amdgpu: Partially revert "drm/amdgpu: update drm_display_info correctly when the edid is read"
 2022-11-21 21:42 UTC  (2+ messages)

[PATCH] [next] drm/amdgpu: Replace remaining 1-element array with flex-array
 2022-11-21 17:43 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix unused-function error
 2022-11-21 17:30 UTC  (2+ messages)

[PATCH] Revert "drm/amd/display: fix dpms_off issue when disabling bios mode"
 2022-11-21 17:29 UTC  (3+ messages)

[PATCH] drm/amdgpu: Fix minmax warning
 2022-11-21 17:27 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix minmax warning
 2022-11-21 17:27 UTC 

[PATCH] drm/amdgpu: handle gang submit before VMID
 2022-11-21 16:43 UTC  (5+ messages)

[PATCH] drm/amdgpu: add drv_vram_usage_va for virt data exchange
 2022-11-21 16:42 UTC  (5+ messages)

[PATCH] drm/amdgpu: fix for suspend/resume kiq fence fallback under sriov
 2022-11-21 16:32 UTC  (2+ messages)

[PATCH] drm/amdkfd: Release the topology_lock in error case
 2022-11-21 14:06 UTC  (2+ messages)

[PATCH] drm/amd/display: rewrite the check for mods
 2022-11-19 13:16 UTC 

[PATCH Reivew 1/1] drm/amdgpu: fix use-after-free during gpu recovery
 2022-11-21  2:47 UTC  (2+ messages)

[PATCH 1/2] drm/amd/pm: update driver if header for smu_13_0_7
 2022-11-21  2:28 UTC  (2+ messages)

[PATCH 2/2] drm/amdgpu: poll BACO status after RPM BACO exits
 2022-11-21  2:21 UTC  (2+ messages)

[PATCH 2/2] drm/amdgpu: add the fan abnormal detection feature
 2022-11-21  2:16 UTC  (3+ messages)

[PATCH] drm/amd/pm: Enable bad memory page/channel recording support for smu v13_0_0
 2022-11-21  2:02 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