amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-27 16:56:20 to 2025-09-01 19:04:12 UTC [more...]

[PATCH v4 1/2] drm/buddy: Optimize free block management with RB tree
 2025-09-01 19:03 UTC  (5+ messages)
` [PATCH v4 2/2] drm/buddy: Separate clear and dirty free block trees

[PATCH v5 2/2] drm/buddy: Separate clear and dirty free block trees
 2025-09-01 18:57 UTC 

[PATCH v5 1/2] drm/buddy: Optimize free block management with RB tree
 2025-09-01 18:56 UTC 

[PATCH 1/2] drm/amdgpu: Introduce VF critical region check for RAS poison injection
 2025-09-01 14:36 UTC 

[PATCH Review 1/1] drm/amdgpu: wait pmfw polling mca bank info done
 2025-09-01 14:29 UTC  (3+ messages)

[PATCH 1/4] drm/amdgpu: Fix allocating extra dwords for rings
 2025-09-01 10:13 UTC  (5+ messages)
` [PATCH 2/4] drm/amdgpu: Clarify that BO size is in bytes in comments
` [PATCH 3/4] drm/amdgpu: Fill extra dwords with NOPs
` [PATCH 4/4] drm/amdgpu: Set SDMA v3 copy_max_bytes to 0x3fff00

evergreen_packet3_check:... radeon 0000:1d:00.0: vbo resource seems too big for the bo
 2025-09-01  9:27 UTC  (9+ messages)

[PATCH v5 0/9] drm/amdgpu: Add MMIO-remap Singleton BO for HDP flush v5
 2025-09-01  9:24 UTC  (16+ messages)
` [PATCH v5 1/9] drm/ttm: Bump TTM_NUM_MEM_TYPES to 9 (Prep for AMDGPU_PL_MMIO_REMAP)
` [PATCH v5 2/9] drm/amdgpu/uapi: Introduce AMDGPU_GEM_DOMAIN_MMIO_REMAP
` [PATCH v5 3/9] drm/amdgpu/ttm: Add New AMDGPU_PL_MMIO_REMAP Placement
` [PATCH v5 4/9] drm/amdgpu: Wire up MMIO_REMAP placement and User-visible strings
` [PATCH v5 5/9] drm/amdgpu: Add mmio_remap bookkeeping to amdgpu_device
` [PATCH v5 6/9] drm/amdgpu: Implement TTM handling for MMIO_REMAP placement
` [PATCH v5 7/9] drm/amdgpu/ttm: Initialize AMDGPU_PL_MMIO_REMAP Heap
` [PATCH v5 8/9] drm/amdgpu/ttm: Allocate/Free 4K MMIO_REMAP Singleton
` [PATCH v5 9/9] drm/amdgpu/gem: Return Handle to MMIO_REMAP Singleton in GEM_CREATE

[PATCH v9 01/14] drm/amdgpu: validate userq input args
 2025-09-01  9:13 UTC  (10+ messages)
` [PATCH v9 07/14] drm/amdgpu: validate userq buffer virtual address and size
` [PATCH v9 08/14] drm/amdgpu: add userq object va track helpers

[PATCH v1 1/2] drm/amdgpu: increment share sched score on entity selection
 2025-09-01  9:02 UTC  (2+ messages)

[PATCH] amd/amdkfd: correct mem limit calculation for small APUs
 2025-09-01  2:27 UTC 

[REGRESSION] AMD HDMI/DP audio broken after suspend since commit 50e0bae34fa6
 2025-08-31 10:12 UTC 

[PATCH] drm/amdgpu: Correct misnamed function in amdgpu_gem.c
 2025-08-31 10:03 UTC 

[PATCH] drm/amdgpu: Fix function header names in amdgpu_connectors.c
 2025-08-31 10:02 UTC 

[PATCH v2 2/2] docs: gpu: Fix spelling in gpu documentation
 2025-08-29 17:42 UTC  (2+ messages)

Re:
 2025-08-29 19:58 UTC  (18+ messages)
                    ` stupid and complicated PAT :)
                  ` stupid "

[PATCH v3 0/6] drm: panel-backlight-quirks: Do partial refactor and apply OLED fix
 2025-08-29 15:01 UTC  (8+ messages)
` [PATCH v3 1/6] drm: panel-backlight-quirks: Make EDID match optional
` [PATCH v3 2/6] drm: panel-backlight-quirks: Convert brightness quirk to generic structure
` [PATCH v3 3/6] drm: panel-backlight-quirks: Add secondary DMI match
` [PATCH v3 4/6] drm: panel-backlight-quirks: Add brightness mask quirk
` [PATCH v3 5/6] drm: panel-backlight-quirks: Add Steam Deck brightness quirk
` [PATCH v3 6/6] drm: panel-backlight-quirks: Log applied panel brightness quirks

[pull] amdgpu, amdkfd, radeon drm-next-6.18
 2025-08-29 19:08 UTC 

[PATCH] drm/amdgpu: Increment drm driver minor version for list handles ioctl
 2025-08-29 18:30 UTC 

[PATCH] drm/amdgpu: Add vbios build number interface
 2025-08-29 14:39 UTC  (2+ messages)

[PATCH][next] drm/amdgpu/amdkfd: Avoid a couple hundred -Wflex-array-member-not-at-end warnings
 2025-08-29  9:58 UTC 

[PATCH v4 9/9] drm/amdgpu/gem: Return Handle to MMIO_REMAP Singleton in GEM_CREATE
 2025-08-29  5:55 UTC 

[PATCH v4 8/9] drm/amdgpu/ttm: Allocate/Free 4K MMIO_REMAP Singleton
 2025-08-29  5:55 UTC 

[PATCH v4 7/9] drm/amdgpu/ttm: Initialize AMDGPU_PL_MMIO_REMAP Heap
 2025-08-29  5:55 UTC 

[PATCH v4 6/9] drm/amdgpu: Implement TTM handling for MMIO_REMAP placement
 2025-08-29  5:54 UTC 

[PATCH v4 5/9] drm/amdgpu: Add mmio_remap bookkeeping to amdgpu_device
 2025-08-29  5:54 UTC 

[PATCH v4 4/9] drm/amdgpu: Wire up MMIO_REMAP placement and User-visible strings
 2025-08-29  5:54 UTC 

[PATCH v4 3/9] drm/amdgpu/ttm: Add New AMDGPU_PL_MMIO_REMAP Placement
 2025-08-29  5:53 UTC 

[PATCH v4 2/9] drm/amdgpu/uapi: Introduce AMDGPU_GEM_DOMAIN_MMIO_REMAP
 2025-08-29  5:53 UTC 

[PATCH v4 1/9] drm/ttm: Bump TTM_NUM_MEM_TYPES to 9 (Prep for AMDGPU_PL_MMIO_REMAP)
 2025-08-29  5:49 UTC 

[PATCH v4 0/9] drm/amdgpu: Add MMIO-remap Singleton BO for HDP flush v4
 2025-08-29  5:45 UTC 

[v12 01/11] drm/amdgpu: Add preempt and restore callbacks to userq funcs
 2025-08-28 21:01 UTC  (6+ messages)
` [v12 11/11] drm/amdgpu: Implement user queue reset functionality

[PATCH i-g-t v4] tests/amdgpu: Add test for native cursor fallback to overlay
 2025-08-28 21:00 UTC 

[PATCH] drm/amdgpu: clean up and unify hw fence handling
 2025-08-28 20:46 UTC  (7+ messages)

[v12 01/11] drm/amdgpu: Add preempt and restore callbacks to userq funcs
 2025-08-28 20:45 UTC  (13+ messages)
` [v12 02/11] drm/amdgpu: adjust MES API used for suspend and resume
` [v12 03/11] drm/amd/amdgpu: Implement MES suspend/resume gang functionality for v12
` [v12 04/11] drm/amdgpu/mes: add front end for detect and reset hung queue
` [v12 05/11] drm/amdgpu/mes11: implement detect and reset callback
` [v12 06/11] drm/amdgpu/mes12: "
` [v12 07/11] drm/amdgpu: add user queue reset source
` [v12 08/11] drm/amdgpu/userq: add force completion helpers
` [v12 09/11] drm/amdgpu/userq: add a detect and reset callback
` [v12 10/11] drm/amdgpu: Switch user queues to use preempt/restore for eviction
` [v12 11/11] drm/amdgpu: Implement user queue reset functionality

[PATCH] drm/amdgpu: clean up and unify hw fence handling
 2025-08-28 20:19 UTC 

[pull] amdgpu drm-fixes-6.17
 2025-08-28 17:39 UTC 

[PATCH 00/10] SI power management fixes (v3)
 2025-08-28 17:00 UTC  (12+ messages)
` [PATCH 01/10] drm/amdgpu: Power up UVD 3 for FW validation (v2)
` [PATCH 02/10] drm/amd/pm: Disable ULV even if unsupported (v3)
` [PATCH 03/10] drm/amd/pm: Increase SMC timeout on SI and warn (v3)
` [PATCH 04/10] drm/amd/pm: Fix si_upload_smc_data (v3)
` [PATCH 05/10] drm/amd/pm: Adjust si_upload_smc_data register programming (v3)
` [PATCH 06/10] drm/amd/pm: Treat zero vblank time as too short in si_dpm (v3)
` [PATCH 07/10] drm/amd/pm: Disable MCLK switching with non-DC at 120 Hz+ (v2)
` [PATCH 08/10] drm/amd/pm: Disable SCLK switching on Oland with high pixel clocks (v3)
` [PATCH 09/10] drm/amd/pm: Remove wm_low and wm_high fields from amdgpu_crtc (v2)
` [PATCH 10/10] drm/amd/pm: Print VCE clocks too in si_dpm (v3)

[PATCH] drm/amdgpu: Respect max pixel clock for HDMI and DVI-D (v2)
 2025-08-28 16:06 UTC  (2+ messages)

[PATCH v3 0/9] drm/amdgpu: Add MMIO-remap Singleton BO for HDP flush v3
 2025-08-28 15:35 UTC  (17+ messages)
` [PATCH v3 1/9] drm/amdgpu/uapi: Introduce AMDGPU_GEM_DOMAIN_MMIO_REMAP
` [PATCH v3 2/9] drm/ttm: Bump TTM_NUM_MEM_TYPES to 9 (Prep for AMDGPU_PL_MMIO_REMAP)
` [PATCH v3 3/9] drm/amdgpu/ttm: Add New AMDGPU_PL_MMIO_REMAP Placement
` [PATCH v3 4/9] drm/amdgpu: Wire up MMIO_REMAP placement and User-visible strings
` [PATCH v3 5/9] drm/amdgpu: Add mmio_remap bookkeeping to amdgpu_device
` [PATCH v3 6/9] drm/amdgpu: Implement TTM handling for MMIO_REMAP placement
` [PATCH v3 7/9] drm/amdgpu/ttm: Initialize AMDGPU_PL_MMIO_REMAP Heap
` [PATCH v3 8/9] drm/amdgpu/ttm: Allocate/Free 4K MMIO_REMAP Singleton BO
` [PATCH v3 9/9] drm/amdgpu/gem: Return Handle to MMIO_REMAP Singleton in GEM_CREATE

[PATCH v3 0/9] drm/amdgpu: Add MMIO-remap Singleton BO for HDP flush v3
 2025-08-28 15:21 UTC  (12+ messages)
` [PATCH v3 1/9] drm/amdgpu/uapi: Introduce AMDGPU_GEM_DOMAIN_MMIO_REMAP
` [PATCH v3 2/9] drm/ttm: Bump TTM_NUM_MEM_TYPES to 9 (Prep for AMDGPU_PL_MMIO_REMAP)
` [PATCH v3 3/9] drm/amdgpu/ttm: Add New AMDGPU_PL_MMIO_REMAP Placement
` [PATCH v3 4/9] drm/amdgpu: Wire up MMIO_REMAP placement and User-visible strings
` [PATCH v3 5/9] drm/amdgpu: Add mmio_remap bookkeeping to amdgpu_device
` [PATCH v3 6/9] drm/amdgpu: Implement TTM handling for MMIO_REMAP placement
` [PATCH v3 7/9] drm/amdgpu/ttm: Initialize AMDGPU_PL_MMIO_REMAP Heap
` [PATCH v3 8/9] drm/amdgpu/ttm: Allocate/Free 4K MMIO_REMAP Singleton BO
` [PATCH v3 9/9] drm/amdgpu/gem: Return Handle to MMIO_REMAP Singleton in GEM_CREATE

[PATCH v3 0/9] drm/amdgpu: Add MMIO-remap Singleton BO for HDP flush v3
 2025-08-28 15:20 UTC  (5+ messages)
` [PATCH v3 1/9] drm/amdgpu/uapi: Introduce AMDGPU_GEM_DOMAIN_MMIO_REMAP
` [PATCH v3 2/9] drm/ttm: Bump TTM_NUM_MEM_TYPES to 9 (Prep for AMDGPU_PL_MMIO_REMAP)
` [PATCH v3 3/9] drm/amdgpu/ttm: Add New AMDGPU_PL_MMIO_REMAP Placement

[PATCH 1/3] drm/amdgpu: fix userq VM validation v3
 2025-08-28 15:02 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu: remove check for BO reservation add assert instead
` [PATCH 3/3] drm/amdgpu: revert "Rename VM invalidate to status lock" v2

[PATCH] drm/amdgpu: revert "Rename VM invalidate to status lock" v2
 2025-08-28 15:01 UTC 

[PATCH] drm/amdgpu: clean up and unify hw fence handling
 2025-08-28 15:00 UTC 

[PATCH] drm/amd: Re-enable common modes for eDP and LVDS
 2025-08-28 14:31 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu: fix userq VM validation v2
 2025-08-28 14:29 UTC  (4+ messages)
` [PATCH 2/3] drm/amdgpu: remove check for BO reservation add assert instead
` [PATCH 3/3] drm/amdgpu: revert "Rename VM invalidate to status lock" v2

[PATCH 1/1] drm/amd/display: remove oem i2c adapter on finish
 2025-08-28 13:06 UTC  (2+ messages)

[PATCH v3 0/9] drm/amdgpu: Add MMIO-remap Singleton BO for HDP flush v3
 2025-08-28  7:11 UTC  (2+ messages)
` [PATCH v3 1/9] drm/amdgpu/uapi: Introduce AMDGPU_GEM_DOMAIN_MMIO_REMAP

[PATCH] drm/amd/pm: Add caching for SystemMetrics table
 2025-08-28  7:28 UTC  (2+ messages)

[PATCH] drm/amdgpu: clean up and unify hw fence handling
 2025-08-28  7:03 UTC  (2+ messages)

[PATCH v2 0/5] drm: panel-backlight-quirks: Do partial refactor and apply OLED fix
 2025-08-28  6:39 UTC  (9+ messages)
` [PATCH v2 1/5] drm: panel-backlight-quirks: Make EDID match optional
` [PATCH v2 2/5] drm: panel-backlight-quirks: Convert brightness quirk to generic structure
` [PATCH v2 3/5] drm: panel-backlight-quirks: Add secondary DMI match
` [PATCH v2 4/5] drm: panel-backlight-quirks: Add brightness mask quirk
` [PATCH v2 5/5] drm: panel-backlight-quirks: Add Steam Deck brightness quirk

[PATCH 00/19] perf: Rework event_init checks
 2025-08-27 15:15 UTC  (12+ messages)
` [PATCH 02/19] perf/hisilicon: Fix group validation
` [PATCH 12/19] perf: Ignore event state for "

radeon module hangs boot on HD 7450 and Linux 6.17-RC1
 2025-08-27 13:11 UTC  (3+ messages)

[PATCH v1 1/2] drm/amdgpu/vpe: increase VPE_IDLE_TIMEOUT to fix hang on Strix Halo
 2025-08-27 15:42 UTC  (13+ messages)

[PATCH v3 0/2] a fix for connector modes leak in amdgpu driver
 2025-08-27 15:21 UTC  (3+ messages)
` [PATCH v3 1/2] drm/modes: export drm_mode_remove() helper
` [PATCH v3 2/2] drm/amd/display: fix leak of probed modes

[PATCH v2 0/2] Add "pixel_encoding" to switch between RGB & YUV color modes
 2025-08-27 15:36 UTC  (8+ messages)

[PATCH] drm/amdgpu/mes11: make MES_MISC_OP_CHANGE_CONFIG failure non-fatal
 2025-08-28  1:44 UTC  (2+ messages)

[PATCH] drm/amd/display: Document num_rmcm_3dluts in mpc_color_caps
 2025-08-27 20:13 UTC  (4+ messages)

[PATCH] drm/amd/display: use max() to improve code
 2025-08-27 20:09 UTC  (2+ messages)

[PATCH] atomfirmware.h: fix multiple spelling mistakes
 2025-08-27 19:57 UTC  (2+ messages)

[PATCH] drm/amdgpu: Respect max pixel clock for HDMI and DVI-D
 2025-08-27 17:10 UTC  (8+ messages)

[PATCH v2 0/5] Expand kernel-doc with more generic details and info about ring buffers
 2025-08-27 16:56 UTC  (11+ messages)
` [PATCH v2 4/5] Documentation/gpu: Add more information about GC


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).