AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-22 14:17:54 to 2025-03-26 08:40:04 UTC [more...]

commit 7ffb791423c7 breaks steam game
 2025-03-26  1:50 UTC  (11+ messages)

[PATCH v2 00/59] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2025-03-25 23:05 UTC  (74+ messages)
` [PATCH v2 10/59] dyndbg: replace classmap list with a vector
` [PATCH v2 11/59] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v2 12/59] dyndbg, module: make proper substructs in _ddebug_info
` [PATCH v2 13/59] dyndbg: add 2 new _DPRINTK_FLAGS_: INCL_LOOKUP, PREFIX_CACHED
` [PATCH v2 14/59] dyndbg: split _emit_lookup() out of dynamic_emit_prefix()
` [PATCH v2 15/59] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v2 16/59] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v2 17/59] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v2 20/59] dyndbg: check DYNDBG_CLASSMAP_DEFINE args at compile-time
` [PATCH v2 22/59] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v2 23/59] dyndbg: move .mod_name from/to structs ddebug_table/_ddebug_info
` [PATCH v2 24/59] dyndbg: treat comma as a token separator
` [PATCH v2 25/59] selftests-dyndbg: add comma_terminator_tests
` [PATCH v2 26/59] dyndbg: split multi-query strings with %
` [PATCH v2 27/59] selftests-dyndbg: test_percent_splitting
` [PATCH v2 28/59] selftests-dyndbg: add test_mod_submod
` [PATCH v2 29/59] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v2 30/59] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
` [PATCH v2 31/59] docs/dyndbg: explain new delimiters: comma, percent
` [PATCH v2 32/59] docs/dyndbg: explain flags parse 1st
` [PATCH v2 33/59] docs/dyndbg: add classmap info to howto (TBD)
` [PATCH v2 34/59] checkpatch: dont warn about unused macro arg on empty body
` [PATCH v2 36/59] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` [PATCH v2 37/59] drm-dyndbg: adapt DRM to invoke DYNAMIC_DEBUG_CLASSMAP_PARAM
` [PATCH v2 38/59] drm-print: fix config-dependent unused variable
` [PATCH v2 39/59] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v2 40/59] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v2 41/59] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v2 42/59] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [PATCH v2 44/59] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v2 47/59] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v2 52/59] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v2 53/59] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v2 59/59] drm: RFC - make drm_dyndbg_user.o for drm-*_helpers, drivers

[PATCH 0/6] Documentation/gpu/amdgpu: Add documentation about Pipes, Queues, MES, and others
 2025-03-26  8:08 UTC  (11+ messages)
` [PATCH 1/6] Documentation/gpu: Add new acronyms
` [PATCH 2/6] Documentation/gpu: Change index order to show driver core first
` [PATCH 3/6] Documentation/gpu: Create a documentation entry just for hardware info
` [PATCH 4/6] Documentation/gpu: Add explanation about AMD Pipes and Queues
` [PATCH 5/6] Documentation/gpu: Create a GC entry in the amdgpu documentation
` [PATCH 6/6] Documentation/gpu: Add an intro about MES

[PATCH] drm/amdgpu: Remove the redundant NULL check for the 'dte_data' object
 2025-03-26  6:01 UTC 

[PATCH] drm/amdgpu: use static ids for ACP platform devs
 2025-03-25 23:11 UTC  (3+ messages)

[PATCH 00/63] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2025-03-25 16:03 UTC  (10+ messages)
` [PATCH 16/63] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH 28/63] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API

[PATCH 1/6] drm/amd/pm: Remove host limit metrics support
 2025-03-26  8:14 UTC  (6+ messages)
` [PATCH 2/6] drm/amd/pm: Update smu metrics table for smu_v13_0_6
` [PATCH 3/6] drm/amd/pm: Add gpu_metrics_v1_8
` [PATCH 4/6] drm/amd/pm: Expose smu_v13_0_6 caps
` [PATCH 5/6] drm/amd/pm: Use gpu_metrics_v1_8 for smu_v13_0_6
` [PATCH 6/6] drm/amd/pm: Use gpu_metrics_v1_8 for smu_v13_0_12

[PATCH] drm/amdgpu: Add basic validation for RAS header
 2025-03-26  8:03 UTC 

[PATCH] drm/amdgpu: Fix Manual Execution of Cleaner Shader in Gang Submissions
 2025-03-26  8:02 UTC  (2+ messages)

[PATCH] drm/amdgpu/gfx10: Add Cleaner Shader Support for GFX10.3.x GPUs
 2025-03-26  7:53 UTC 

[PATCH] drm/amd/display: replace use of msleep(<20) with usleep_range for better accuracy
 2025-03-26  7:00 UTC 

[PATCH] Remove unnecessary firmware version check for gc v9_4_2
 2025-03-26  5:44 UTC 

[PATCH] drm/amd/display: port the workload profile setting logic into dm
 2025-03-26  4:56 UTC 

[PATCH] drm/amdgpu: Prefer shadow rom when available
 2025-03-26  3:44 UTC 

[PATCH 1/2] drm/amd/display: Protect dml2_create()/dml2_copy()/dml2_create_copy()
 2025-03-26  0:02 UTC  (4+ messages)

[PATCH 1/6] drm/amdgpu/gfx6: fix CSIB handling
 2025-03-25 22:57 UTC  (5+ messages)

[PATCH] drm/amdgpu: drop some dead code
 2025-03-25 20:42 UTC  (3+ messages)

[PATCH] drm/amdgpu: add initial documentation for debugfs files
 2025-03-25 20:07 UTC  (4+ messages)

[PATCH AUTOSEL 6.13 6/7] drm/amd/display: Fix incorrect fw_state address in dmub_srv
 2025-03-25 18:42 UTC 

[PATCH V5 00/11] Add disable kernel queue support
 2025-03-25 17:32 UTC  (6+ messages)

[PATCH] drm/amdkfd: Remove the redundant NULL check for the 'svms' object
 2025-03-25 16:32 UTC  (2+ messages)

[PATCH V2 1/2] drm/amdgpu: store userq_managers in a list in adev
 2025-03-25 15:36 UTC  (2+ messages)
` [PATCH V2 2/2] drm/amdgpu/userq: prevent runtime pm when userqs are active

[PATCH 1/2] drm/amdgpu: store userq_managers in a list in adev
 2025-03-25 15:34 UTC  (3+ messages)

[RFC PATCH RESEND v4 0/6] drm/display: dp: add new DPCD access functions
 2025-03-25 14:21 UTC  (10+ messages)
` [PATCH RESEND RFC v4 1/6] drm/display: dp: implement new access helpers
` [PATCH RESEND RFC v4 2/6] drm/display: dp: change drm_dp_dpcd_read_link_status() return value
` [PATCH RESEND RFC v4 3/6] drm/display: dp: use new DCPD access helpers
` [PATCH RESEND RFC v4 4/6] drm/display: dp-cec: "
` [PATCH RESEND RFC v4 5/6] drm/display: dp-mst-topology: "
` [PATCH RESEND RFC v4 6/6] drm/display: dp-tunnel: "

[PATCH] drm/amd/amdgpu: Fix typo
 2025-03-25 14:19 UTC  (2+ messages)

[PATCH] drm/amd/pm: Add zero RPM enabled OD setting support for SMU14.0.2
 2025-03-25 14:18 UTC  (2+ messages)

[PATCH] drm/amdgpu: Replace deprecated function strcpy() with strscpy()
 2025-03-25 14:14 UTC  (6+ messages)

[PATCH] amdgpu: Do not trigger reset_method S3 workaround for S4
 2025-03-25 13:55 UTC  (2+ messages)

commit 7ffb791423c7 breaks steam game
 2025-03-25 12:23 UTC  (2+ messages)

[PATCH 0/2] drm/amdgpu/pm: Add RDNA 4 Zero RPM settings
 2025-03-25  9:54 UTC  (10+ messages)
` [PATCH 2/2] drm/amd/pm: add zero RPM stop temp OD setting support for SMU 14.0.2

[PATCH v1 0/3] drm/ci: uprev mesa, IGT
 2025-03-25 11:06 UTC  (4+ messages)
` [PATCH v1 1/3] drm/ci: uprev mesa

commit 7ffb791423c7 breaks steam game
 2025-03-25 10:25 UTC  (3+ messages)

[PATCH] drm/ttm: reserve the move fence space first
 2025-03-25  8:55 UTC  (2+ messages)

[PATCH v2 00/57] irqdomain: Cleanups and Documentation
 2025-03-25  7:03 UTC  (2+ messages)
` (subset) "

[PATCH] drm/amdgpu: Add GFXOFF auto-tunning algorithm
 2025-03-24 16:39 UTC  (8+ messages)

[PATCH] drm/amdgpu: test uq_mgr list before add it to userq_mgr_list
 2025-03-25  7:42 UTC 

[PATCH] Revert "drm/amdgpu/sdma_v4_4_2: update VM flush implementation for SDMA"
 2025-03-25  7:36 UTC  (2+ messages)

[PATCH] drm/amdgpu: Parse all deferred errors with UMC aca handle
 2025-03-25  6:41 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: make ip map init to common function
 2025-03-25  5:30 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amdgpu: use common function to map ip for aqua_vanjaram

[PATCH Review 1/1] drm/amdgpu: Update ta ras block
 2025-03-25  5:10 UTC  (2+ messages)

[PATCH] drm/amdgpu: add rebar parameter
 2025-03-25  1:51 UTC  (3+ messages)

[PATCH] drm/amdkfd: increase max number of queues per process
 2025-03-24 21:59 UTC  (5+ messages)

[PATCH 1/2] drm/amdgpu: add UAPI to query if user queues are supported
 2025-03-24 20:33 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: bump version for user queue IP support query

[PATCH 1/5] drm/amdgpu/gfx9: dump full CP packet header FIFOs
 2025-03-24 19:48 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu/gfx: make amdgpu_gfx_me_queue_to_bit() static
 2025-03-24 19:48 UTC  (2+ messages)

[PATCH] drm/amdgpu/gfx12: fix num_mec
 2025-03-24 19:47 UTC  (2+ messages)

[PATCH 00/18] Properly wire defines, shifts and masks in SI and cleanup
 2025-03-24 19:26 UTC  (5+ messages)
` [PATCH 10/18] drm/amdgpu: add missing SMU6 defines, shifts and masks
` [PATCH v2 00/18] Properly wire defines, shifts and masks in SI and cleanup

[PATCH v2] drm/amd/display: add proper error message for vblank init
 2025-03-24 18:50 UTC  (2+ messages)

[PATCH 0/5] Small tidy up of CIK code
 2025-03-24 18:23 UTC  (9+ messages)
` [PATCH 1/5] drm/amdgpu: use gmc_v7_0_is_idle() since it is available under GMC7
` [PATCH 2/5] drm/amdgpu: use cik_sdma_is_idle() in CIK SDMA
` [PATCH 3/5] drm/amdgpu: small cleanup to "
` [PATCH 4/5] drm/amdgpu: move X_GB_ADDR_CONFIG_GOLDEN in GFX7
` [PATCH 6/5] drm/amdgpu: fix style in dce_v8_0.c and in vi.c

[PATCH 5/6] drm/radeon: fix MAX_POWER_SHIFT value
 2025-03-24 18:22 UTC  (3+ messages)

[PATCH v2] drm/amd/display: add proper error message for vblank init
 2025-03-24 17:24 UTC  (2+ messages)

[PATCH v2 1/4] drm/amdgpu/gfx11: Implement the GFX11 KGQ pipe reset
 2025-03-24 14:19 UTC  (9+ messages)
` [PATCH v2 4/4] drm/amdgpu/gfx12: Implement the GFX12 KCQ "

[PATCH 00/16] DC Patches for 24 Mar 2025
 2025-03-24 13:10 UTC  (2+ messages)

[PATCH 1/2] drm/sched: add drm_sched_prealloc_dependency_slots v2
 2025-03-24 13:01 UTC  (7+ messages)
` [PATCH 2/2] drm/amdgpu: fix gang submission error handling

[PATCH] drm/amdgpu: Add NPS2 to DPX compatible mode
 2025-03-24  9:17 UTC  (3+ messages)

[BUG] drm_connector reference counting and USB-C docks
 2025-03-24  1:09 UTC 

[RFC] GTT added to preferred domain (?)
 2025-03-22 21:24 UTC 

[PATCH] drm/amdgpu: add UAPI to query if user queues are supported
 2025-03-23 19:57 UTC  (4+ messages)

[PATCH 1/2] drm/amd: Allow printing VanGogh OD SCLK levels without setting dpm to manual
 2025-03-23 14:53 UTC  (2+ messages)
` [PATCH 2/2] drm/amd: Allow printing Renoir "

[PATCH v2] drm/amdgpu: Increase KIQ invalidate_tlbs timeout
 2025-03-22 17:33 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