amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-01 08:50:51 to 2025-09-03 15:23:47 UTC [more...]

[RFC v8 00/21] DRM scheduling cgroup controller
 2025-09-03 15:23 UTC  (9+ messages)
` [RFC 01/21] drm/sched: Add some scheduling quality unit tests
` [RFC 02/21] drm/sched: Add some more "
` [RFC 03/21] drm/sched: Implement RR via FIFO
` [RFC 04/21] drm/sched: Consolidate entity run queue management
` [RFC 05/21] drm/sched: Move run queue related code into a separate file
` [RFC 06/21] drm/sched: Free all finished jobs at once
` [RFC 07/21] drm/sched: Account entity GPU time
` [RFC 08/21] drm/sched: Remove idle entity from tree

[PATCH v3 0/6] drm: panel-backlight-quirks: Do partial refactor and apply OLED fix
 2025-09-03 15:03 UTC  (5+ messages)
` [PATCH v3 6/6] drm: panel-backlight-quirks: Log applied panel brightness quirks

[PATCH] drm/radeon/ci_dpm: Use int type to store negative error codes
 2025-09-03 14:41 UTC  (2+ messages)

[PATCH 0/6] drm/amdgpu: Remove redundant ternary operators
 2025-09-03 14:36 UTC  (9+ messages)
` [PATCH 1/6] drm/amdgpu/amdgpu_cper: "
` [PATCH 2/6] drm/amdgpu/gfx: "
` [PATCH 3/6] drm/amdgpu/gmc: "
` [PATCH 4/6] drm/amdgpu/ih: "
` [PATCH 5/6] drm/amdgpu/jpeg: "
` [PATCH 6/6] drm/amdgpu/vcn: "

[PATCH][next] drm/amd/amdgpu: Fix a less than zero check on a uint32_t struct field
 2025-09-03 14:28 UTC  (3+ messages)

[PATCH 1/3] drm/amdgpu: fix userq VM validation v3
 2025-09-03 13:58 UTC  (10+ 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: clean up and unify hw fence handling
 2025-09-03 13:47 UTC  (2+ messages)

[PATCH][next] drm/amdgpu/amdkfd: Avoid a couple hundred -Wflex-array-member-not-at-end warnings
 2025-09-03  8:36 UTC  (3+ messages)

[PATCH] drm/radeon: use dev_warn_once() in CS parsers
 2025-09-02 18:37 UTC  (2+ messages)

[REGRESSION] AMD HDMI/DP audio broken after suspend since commit 50e0bae34fa6
 2025-09-03 12:21 UTC  (3+ messages)

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

[PATCH v9 01/14] drm/amdgpu: validate userq input args
 2025-09-03 12:56 UTC  (8+ messages)
` [PATCH v9 08/14] drm/amdgpu: add userq object va track helpers

[PATCH v6 00/11] Improvements to S5 power consumption
 2025-09-03 11:14 UTC  (3+ messages)

[PATCH v2] drm/amd/pm: refine amdgpu pm sysfs node error code
 2025-09-03 10:19 UTC  (2+ messages)

[RFC v8 00/12] Fair DRM scheduler
 2025-09-03 10:18 UTC  (13+ messages)
` [RFC v8 01/12] drm/sched: Add some scheduling quality unit tests
` [RFC v8 02/12] drm/sched: Add some more "
` [RFC v8 03/12] drm/sched: Implement RR via FIFO
` [RFC v8 04/12] drm/sched: Consolidate entity run queue management
` [RFC v8 05/12] drm/sched: Move run queue related code into a separate file
` [RFC v8 06/12] drm/sched: Free all finished jobs at once
` [RFC v8 07/12] drm/sched: Account entity GPU time
` [RFC v8 08/12] drm/sched: Remove idle entity from tree
` [RFC v8 09/12] drm/sched: Add fair scheduling policy
` [RFC v8 10/12] drm/sched: Break submission patterns with some randomness
` [RFC v8 11/12] drm/sched: Remove FIFO and RR and simplify to a single run queue
` [RFC v8 12/12] drm/sched: Embed run queue singleton into the scheduler

[PATCH v1 1/2] drm/amdgpu: increment share sched score on entity selection
 2025-09-03  8:48 UTC  (3+ messages)

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

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

[PATCH] drm/amd/pm: refine amdgpu pm sysfs node error code
 2025-09-03  8:08 UTC  (3+ messages)

[PATCH] drm/amdgpu: Correct info field of bad page threshold exceed CPER
 2025-09-03  7:06 UTC  (2+ messages)

[PATCH] amd/amdkfd: correct mem limit calculation for small APUs
 2025-09-03  4:57 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: Increment drm driver minor version for list handles ioctl
 2025-09-02 20:43 UTC  (2+ messages)

[PATCH] drm/amdgpu: Increment drm driver minor version for list handles ioctl
 2025-09-02 17:41 UTC  (2+ messages)

[PATCH] drm/amd: Re-enable common modes for eDP and LVDS
 2025-09-02 15:48 UTC  (2+ messages)

[PATCH][next] drm/amd/amdgpu: Fix missing error return on kzalloc failure
 2025-09-02 14:36 UTC  (2+ messages)

[PATCH] drm/amdgpu: Correct misnamed function in amdgpu_gem.c
 2025-09-02 14:29 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix function header names in amdgpu_connectors.c
 2025-09-02 14:27 UTC  (2+ messages)

[PATCH] drm/amdkfd: fix p2p links bug in topology
 2025-09-02 14:14 UTC  (3+ messages)

[PATCH 0/4] DC: Fix page flip timeouts on DCE 6 (v2)
 2025-09-02 13:59 UTC  (3+ messages)

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

[PATCH 0/8] DC Patches August 25, 2025
 2025-09-02 13:39 UTC  (10+ messages)
` [PATCH 1/8] drm/amd/display: Increase minimum clock for TMDS 420 with pipe splitting
` [PATCH 2/8] drm/amd/display: Optimize custom brightness curve interpolation
` [PATCH 3/8] drm/amd/display: Add Component To Handle Bounding Box Values and IP Caps
` [PATCH 4/8] drm/amd/display: incorrect conditions for failing dto calculations
` [PATCH 5/8] drm/amd/display: Clear the CUR_ENABLE register on DCN314 w/out DPP PG
` [PATCH 6/8] drm/amd/display: Skip Check Runtime Link Setting for Specific Branch Device
` [PATCH 7/8] drm/amd/display: [FW Promotion] Release 0.1.25.0
` [PATCH 8/8] drm/amd/display: Promote DC to 3.2.348

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

[PATCH 1/1] drm/amdgpu: use KMEM_CACHE instead of kmem_cache_create
 2025-09-02 11:39 UTC  (2+ messages)

Build failures in drm/amdgpu's vcn_v5_0_0.c
 2025-09-01 17:57 UTC 

[PATCH v5 1/2] drm/buddy: Optimize free block management with RB tree
 2025-09-02 10:35 UTC  (5+ messages)

[PATCH 1/4] drm/amdgpu: Fix allocating extra dwords for rings
 2025-09-02 11:39 UTC  (21+ 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

[PATCH] drm/amdgpu: Release hive reference properly
 2025-09-02  6:52 UTC  (2+ messages)

[PATCH 00/11] DC Patches for September 8, 2025
 2025-09-02  0:42 UTC  (12+ messages)
` [PATCH 01/11] drm/amd/display: Add HDCP policy control
` [PATCH 02/11] drm/amd/display: Add link index in AUX and dpms
` [PATCH 03/11] drm/amd/display: dont wait for pipe update during medupdate/highirq
` [PATCH 04/11] drm/amd/display: Indicate when custom brightness curves are in use
` [PATCH 05/11] drm/amd/display: Read DPCD to obtain eDP capability information
` [PATCH 06/11] drm/amd/display: Update dchubbub.h for hubbub perfmon support
` [PATCH 07/11] drm/amd/display: Refine error message for vblank init failure
` [PATCH 08/11] drm/amd/display: Correct sequences and delays for DCN35 PG & RCG
` [PATCH 09/11] drm/amd/display: Fix pbn_div Calculation Error
` [PATCH 10/11] drm/amd/display: Disable stutter when programming watermarks on dcn32
` [PATCH 11/11] drm/amd/display: Promote DC to 3.2.349

[PATCH] drm/amd/display: remove output_tf_change flag
 2025-09-01 21:51 UTC 

[PATCH 0/2] drm/amd/display: don't overwrite regamma LUT with empty data
 2025-09-01 21:46 UTC  (2+ messages)

[PATCH v2 0/2] drm/amd/display: don't overwrite regamma LUT with empty data
 2025-09-01 21:33 UTC  (3+ messages)
` [PATCH v2 1/2] drm/amd/display: update color on atomic commit time
` [PATCH v2 2/2] drm/amd/display: change dc stream color settings only in atomic commit

[PATCH v2 0/2] Add "pixel_encoding" to switch between RGB & YUV color modes
 2025-09-01 21:32 UTC  (7+ messages)

[PATCH v4 1/2] drm/buddy: Optimize free block management with RB tree
 2025-09-01 19:03 UTC  (4+ 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 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 v5 0/9] drm/amdgpu: Add MMIO-remap Singleton BO for HDP flush v5
 2025-09-01  9:24 UTC  (11+ messages)
` [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


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).