messages from 2025-11-21 13:48:34 to 2025-11-26 14:08:30 UTC [more...]
[PATCH v6 0/7] VESA DisplayID spec allows the device to force its DSC bits per pixel value
2025-11-26 14:08 UTC (12+ messages)
` [PATCH v6 1/7] drm/edid: rename VESA block parsing functions to more generic name
` [PATCH v6 2/7] drm/edid: prepare for VESA vendor-specific data block extension
` [PATCH v6 3/7] drm/edid: MSO should only be used for non-eDP displays
` [PATCH v6 4/7] drm/edid: parse DSC DPP passthru support flag for mode VII timings
` [PATCH v6 5/7] drm/edid: for consistency, use mask everywhere for block rev parsing
` [PATCH v6 6/7] drm/edid: parse DRM VESA dsc bpp target
` [PATCH v6 7/7] drm/amd: use fixed dsc bits-per-pixel from edid
[PATCH 0/6] dma-fence: Remove return code of dma_fence_signal() et al
2025-11-26 14:02 UTC (8+ messages)
` [PATCH 1/6] dma-buf/dma-fence: Add dma_fence_test_signaled_flag()
` [PATCH 2/6] amd/amdkfd: Ignore return code of dma_fence_signal()
` [PATCH 3/6] drm/gpu/xe: Ignore dma_fenc_signal() return code
` [PATCH 4/6] dma-buf: Don't misuse dma_fence_signal()
` [PATCH 5/6] drm/ttm: Remove return check of dma_fence_signal()
` [PATCH 6/6] dma-buf/dma-fence: Remove return code of signaling-functions
[PATCH 0/5] drm: Remove remaining support for kdb
2025-11-26 13:32 UTC (15+ messages)
` [PATCH 1/5] drm/amdgpu: Do not implement mode_set_base_atomic callback
` [PATCH 2/5] drm/nouveau: "
` [PATCH 3/5] drm/radeon: "
` [PATCH 4/5] drm/fbdev-helper: Remove drm_fb_helper_debug_enter/_leave()
` [PATCH 5/5] fbcon: Remove fb_debug_enter/_leave from struct fb_ops
[PATCH 00/10] drm/amdgpu: Improve page fault handling on GMC v6-8
2025-11-26 13:29 UTC (11+ messages)
` [PATCH 01/10] drm/amdgpu/si_ih: Enable soft IRQ handler ring
` [PATCH 02/10] drm/amdgpu/cik_ih: "
` [PATCH 03/10] drm/amdgpu/iceland_ih: "
` [PATCH 04/10] drm/amdgpu/tonga_ih: "
` [PATCH 05/10] drm/amdgpu/cz_ih: "
` [PATCH 06/10] drm/amdgpu/gmc6: Don't print MC client as it's unknown
` [PATCH 07/10] drm/amdgpu/gmc6: Cache VM fault info
` [PATCH 08/10] drm/amdgpu/gmc6: Delegate VM faults to soft IRQ handler ring
` [PATCH 09/10] drm/amdgpu/gmc7: "
` [PATCH 10/10] drm/amdgpu/gmc8: "
[PATCH 00/20] Remove print_clock_levels
2025-11-26 13:24 UTC (21+ messages)
` [PATCH 01/20] drm/amd/pm: Remove print_clk_levels from navi10
` [PATCH 02/20] drm/amd/pm: Use emit_clk_levels in sienna_cichild
` [PATCH 03/20] drm/amd/pm: Use emit_clk_levels in cyan skillfish
` [PATCH 04/20] drm/amd/pm: Use emit_clk_levels in vangogh
` [PATCH 05/20] drm/amd/pm: Use emit_clk_levels in renoir
` [PATCH 06/20] drm/amd/pm: Use emit_clk_levels in SMUv13.0.0
` [PATCH 07/20] drm/amd/pm: Use emit_clk_levels in SMUv13.0.4
` [PATCH 08/20] drm/amd/pm: Use emit_clk_levels in SMUv13.0.5
` [PATCH 09/20] drm/amd/pm: Use emit_clk_levels in SMUv13.0.6
` [PATCH 10/20] drm/amd/pm: Use emit_clk_levels in SMUv13.0.7
` [PATCH 11/20] drm/amd/pm: Use emit_clk_levels in yellow carp
` [PATCH 12/20] drm/amd/pm: Use emit_clk_levels in SMUv14.0.0
` [PATCH 13/20] drm/amd/pm: Use emit_clk_levels in SMUv14.0.2
` [PATCH 14/20] drm/amd/pm: Use emit_clock_levels in SMUv7.0
` [PATCH 15/20] drm/amd/pm: Use emit_clock_levels in SMUv8.0
` [PATCH 16/20] drm/amd/pm: Use emit_clock_levels in SMUv10.0
` [PATCH 17/20] drm/amd/pm: Use emit_clock_levels in vega10
` [PATCH 18/20] drm/amd/pm: Use emit_clock_levels in vega12
` [PATCH 19/20] drm/amd/pm: Use emit_clock_levels in vega20
` [PATCH 20/20] drm/amd/pm: Deprecate print_clock_levels interface
[PATCH v6 00/16] drm/panfrost, panthor: Cached maps and explicit flushing
2025-11-26 13:25 UTC (18+ messages)
` [PATCH v6 01/16] drm/prime: Simplify life of drivers needing custom dma_buf_ops
` [PATCH v6 02/16] drm/shmem: Provide a generic {begin, end}_cpu_access() implementation
` [PATCH v6 03/16] drm/shmem: Add a drm_gem_shmem_sync() helper
` [PATCH v6 04/16] drm/panthor: Provide a custom dma_buf implementation
` [PATCH v6 05/16] drm/panthor: Fix panthor_gpu_coherency_set()
` [PATCH v6 06/16] drm/panthor: Expose the selected coherency protocol to the UMD
` [PATCH v6 07/16] drm/panthor: Add a PANTHOR_BO_SYNC ioctl
` [PATCH v6 08/16] drm/panthor: Add an ioctl to query BO flags
` [PATCH v6 09/16] drm/panthor: Add flag to map GEM object Write-Back Cacheable
` [PATCH v6 10/16] drm/panthor: Bump the driver version to 1.6
` [PATCH v6 11/16] drm/panfrost: Provide a custom dma_buf implementation
` [PATCH v6 12/16] drm/panfrost: Expose the selected coherency protocol to the UMD
` [PATCH v6 13/16] drm/panfrost: Add a PANFROST_SYNC_BO ioctl
` [PATCH v6 14/16] drm/panfrost: Add an ioctl to query BO flags
` [PATCH v6 15/16] drm/panfrost: Add flag to map GEM object Write-Back Cacheable
` [PATCH v6 16/16] drm/panfrost: Bump the driver version to 1.6
[PATCH V13 00/51][FINAL] Color Pipeline API w/ VKMS
2025-11-26 11:07 UTC (9+ messages)
[RFC] drm/amdgpu: Discussing conversion from dev_info/warn/err to drm_* logging macros
2025-11-26 10:07 UTC (2+ messages)
[PATCH v3 0/5] drm/amdgpu: add UMA carveout tuning interfaces
2025-11-26 9:05 UTC (6+ messages)
` [PATCH v3 1/5] drm/amdgpu: parse UMA size-getting/setting bits in ATCS mask
` [PATCH v3 2/5] drm/amdgpu: add helper to read UMA carveout info
` [PATCH v3 3/5] drm/amdgpu: add UMA allocation setting helpers
` [PATCH v3 4/5] drm/amdgpu: add UMA allocation interfaces to sysfs
` [PATCH v3 5/5] Documentation/amdgpu: Add UMA carveout details
[PATCH] drm/amdgpu: Treat MMIO_REMAP BOs as linear in amdgpu_bo_get_tiling_flags()
2025-11-26 9:00 UTC (5+ messages)
` [PATCH v2] drm/amdgpu: Treat MMIO_REMAP BOs as linear in amdgpu_bo_set/_get_tiling_flags() v2
dpm broken on Radeon HD 8570D
2025-11-26 8:06 UTC (12+ messages)
` Bug#1118349: "
[PATCH] gpu: Move DRM buddy allocator one level up
2025-11-26 7:44 UTC (12+ messages)
[PATCH] drm/amdgpu/sdma6: Update gfx11.0.3 SDMA FW version to include UMQ protected-fence fix
2025-11-26 2:18 UTC (4+ messages)
` [PATCH v2] "
[PATCH] drm/amd/display: use DCN10 CM helper for plane shaper func translation in DCN32
2025-11-26 0:45 UTC
[PATCH] drm/amdgpu: add soc config init for GC v12_1
2025-11-25 15:10 UTC
[PATCH 1/2] drm/amdgpu/mes12_1: add cooperative dispatch support
2025-11-25 15:09 UTC (2+ messages)
` [PATCH 2/2] drm/amdgpu/mes12_1: set multi-xcc mes log address
[PATCH] drm/amd: include rrmt mode for mes_v12_1
2025-11-25 15:08 UTC (8+ messages)
` [PATCH] drm/amdgpu: Include the correct pkt header for gfx v12_1
` [PATCH] drm/amdgpu: Fix golden register init for GFX 12.1.0
` [PATCH] drm/amdgpu: Setup Atomics enable in TCP UTCL0 "
` [PATCH] drm/amdgpu: Setup PCIe atomics bit in PTE on "
` [PATCH] drm/amdkfd: Add GFX 12.1.0 support in KFD
` [PATCH] drm/amdkfd: Add MQD manager for GFX 12.1.0
` [PATCH] drm/amdkfd: Add interrupt handling "
[PATCH] drm/amd: include rrmt mode for mes_v12_1
2025-11-25 15:07 UTC
[PATCH 1/3] drm/amdgpu: update rlc autoload function
2025-11-25 14:57 UTC (3+ messages)
` [PATCH 2/3] drm/amdgpu: only set XCC 0 related reg for rlc autoload
` [PATCH 3/3] drm/amdgpu: skip SDMA autoload copy if not initialized
[PATCH] Revert "drm/amd/display: Move setup_stream_attribute"
2025-11-25 14:39 UTC
[PATCH v1 1/2] drm/amdgpu: clear job on failure in amdgpu_job_alloc(_with_ib)
2025-11-24 19:25 UTC (4+ messages)
` [PATCH v1 2/2] drm/amdgpu: free job fences on failure in amdgpu_job_alloc_with_ib
[PATCH v4] drm/amdkfd: Use huge page size to check split svm range alignment
2025-11-24 18:45 UTC (3+ messages)
[PATCH] drm/amdgpu/hubs: cast register values to u64
2025-11-24 17:25 UTC (3+ messages)
[PATCH] drm/amdgpu: remove hdp flush/invalidation completely for gfx12.1.0/sdma7.1.0
2025-11-24 15:27 UTC
[PATCH] drm/amd/include : Update MES v12 API header
2025-11-24 15:27 UTC
[PATCH 1/2] drm/amdgpu: Add initial support for gfx v12_1
2025-11-24 15:26 UTC (2+ messages)
` [PATCH 2/2] drm/amdgpu: Add gfx v12_1_0 to discovery list
[PATCH] drm/amdgpu: create pm4 header for gc v12_1
2025-11-24 15:23 UTC
[PATCH 1/2] drm/amdgpu/mes_v12_1: initial support for mes_v12_1
2025-11-24 15:22 UTC (2+ messages)
` [PATCH 2/2] drm/amdgpu: Add mes v12_1_0 to discovery list
[PATCH] drm/amdgpu: Set GC family for GC 12.1
2025-11-24 15:20 UTC
[PATCH] drm/amdgpu: add new compute/mes mqd structure
2025-11-24 15:19 UTC
[PATCH 1/3] drm/amdgpu: Change user queue interface signatures
2025-11-24 14:26 UTC (4+ messages)
` [PATCH 2/3] drm/amdgpu: Clean up userq helper functions
` [PATCH 3/3] drm/amdgpu: Rename userq_mgr_xa to userq_xa
[PATCH 00/26] DC Patches Nov 20, 2025
2025-11-24 13:59 UTC (2+ messages)
[PATCH 00/44] Change a lot of min_t() that might mask high bits
2025-11-24 9:49 UTC (2+ messages)
[PATCH v3 00/28] drm/amdgpu: use all SDMA instances for TTM clears and moves
2025-11-24 8:42 UTC (31+ messages)
` [PATCH v3 01/28] drm/amdgpu: give each kernel job a unique id
` [PATCH v3 10/28] drm/amdgpu: add amdgpu_device argument to ttm functions that need it
` [PATCH v3 12/28] drm/amdgpu: remove AMDGPU_GTT_NUM_TRANSFER_WINDOWS
` [PATCH v3 13/28] drm/amdgpu: add missing lock when using ttm entities
` [PATCH v3 14/28] drm/amdgpu: check entity lock is held in amdgpu_ttm_job_submit
` [PATCH v3 16/28] drm/amdgpu: use larger gart window when possible
` [PATCH v3 17/28] drm/amdgpu: introduce amdgpu_sdma_set_vm_pte_scheds
` [PATCH v3 18/28] drm/amdgpu: move sched status check inside amdgpu_ttm_set_buffer_funcs_status
` [PATCH v3 20/28] drm/amdgpu: allocate multiple clear entities
` [PATCH v3 22/28] drm/amdgpu: round robin through clear_entities in amdgpu_fill_buffer
` [PATCH v3 23/28] drm/amdgpu: use TTM_NUM_MOVE_FENCES when reserving fences
` [PATCH v3 25/28] drm/amdgpu: pass all the sdma scheds to amdgpu_mman
` [PATCH v3 27/28] drm/amdgpu: get rid of amdgpu_ttm_clear_buffer
[PATCH] drm/amd/amdgpu: Add missing newline in DRM_DEBUG_DRIVER message
2025-11-21 19:10 UTC (2+ messages)
[PATCH] drm/amdgpu: Fix CPER ring debugfs read buffer overflow risk
2025-11-24 3:59 UTC (2+ messages)
[PATCH] drm/amd/display: Fix dereference-before-check for dc_link
2025-11-23 21:55 UTC (3+ messages)
amdgpu CFI failure at ttm_bo_vm_fault_reserved with LLVM-21
2025-11-22 13:28 UTC
[PATCH] drm/amdkfd: assign AID to uuid in topology for SPX mode
2025-11-22 3:14 UTC (3+ messages)
[pull] amdgpu, radeon drm-next-6.19
2025-11-22 0:19 UTC
[PATCH] drm/amd/display: Fix logical vs bitwise bug in get_embedded_panel_info_v2_1()
2025-11-21 19:36 UTC (2+ messages)
[PATCH v5 0/2] Address amdgpu reload issues in APUs
2025-11-21 15:59 UTC (6+ messages)
` [PATCH v5 1/2] drm/amdgpu: Fix GFX hang on SteamDeck when amdgpu is reloaded
` [PATCH v5 2/2] Revert "drm/amd: fix gfx hang on renoir in IGT reload test"
[bug report] drm/amd/display: Cleanup uses of the analog flag
2025-11-21 13:35 UTC
dpm broken on Radeon HD 8570D
2025-11-10 16:35 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox