messages from 2025-11-19 21:13:30 to 2025-11-25 09:15:12 UTC [more...]
[PATCH] gpu: Move DRM buddy allocator one level up
2025-11-25 9:14 UTC (9+ messages)
[PATCH] drm/amdgpu: Treat MMIO_REMAP BOs as linear in amdgpu_bo_get_tiling_flags()
2025-11-25 5:36 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 V13 00/51][FINAL] Color Pipeline API w/ VKMS
2025-11-24 14:59 UTC (6+ messages)
[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 (31+ messages)
` [PATCH 01/26] drm/amd/display: Check NULL before accessing
` [PATCH 02/26] drm/amd/display: Improve HDMI info retrieval
` [PATCH 03/26] drm/amd/display: Refactor panel replay set dmub cmd flow
` [PATCH 04/26] drm/amd/display: Add AS-SDP v2 support for eDP feature
` [PATCH 05/26] drm/amd/display: Parse debug flag to PR FW
` [PATCH 06/26] drm/amd/display: Fix sending redundant enable command to dmub
` [PATCH 07/26] drm/amd/display: Revise VSC SDP header for Panel Replay
` [PATCH 08/26] drm/amd/display: Refactor panel replay dc libs
` [PATCH 09/26] drm/amd/display: Write default Vesa Aux backlight control in dmub
` [PATCH 10/26] drm/amd/display: Don't change brightness for disabled connectors
` [PATCH 11/26] drm/amd/display: Improve readability of link_detect_sink_signal_type
` [PATCH 12/26] drm/amd/display: Drop needless check for link->link_id.id
` [PATCH 13/26] drm/amd/display: Move CONNECTOR_ID_PCIE into switch/case
` [PATCH 14/26] drm/amd/display: Correct comment style
` [PATCH 15/26] drm/amd/display: Increase EDID read retries
` [PATCH 16/26] drm/amd/display: Rename dml2_wrapper.c to dml2_wrapper_fpu.c
` [PATCH 17/26] drm/amd/display: Move dml2_validate to the non-FPU dml2_wrapper
` [PATCH 18/26] drm/amd/display: Move dml2_create and init "
` [PATCH 19/26] drm/amd/display: Add cursor offload abort to the new HWSS path
` [PATCH 20/26] drm/amd/display: Permit DC_FP_START/END only in non-FP compilation units
` [PATCH 21/26] drm/amd/display: Drop FPU flags from dml21_wrapper.c
` [PATCH 22/26] drm/amd/display: Check ATOM_DEVICE_CRT2_SUPPORT in dc_load_detection
` [PATCH 23/26] drm/amd/display: Correct DSC padding accounting
` [PATCH 24/26] drm/amd/display: Add additional checks for PSP footer size
` [PATCH 25/26] drm/amd/display: [FW Promotion] Release 0.1.37.0
` [PATCH 26/26] drm/amd/display: Promote DC to 3.2.360
[PATCH 00/44] Change a lot of min_t() that might mask high bits
2025-11-24 9:49 UTC (6+ messages)
` [PATCH 19/44] drivers/gpu/drm/amd: use min() instead of min_t()
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits
[PATCH v3 00/28] drm/amdgpu: use all SDMA instances for TTM clears and moves
2025-11-24 8:42 UTC (53+ messages)
` [PATCH v3 01/28] drm/amdgpu: give each kernel job a unique id
` [PATCH v3 02/28] drm/amdgpu: use ttm_resource_manager_cleanup
` [PATCH v3 03/28] drm/amdgpu: remove direct_submit arg from amdgpu_copy_buffer
` [PATCH v3 04/28] drm/amdgpu: remove the ring param from ttm functions
` [PATCH v3 05/28] drm/amdgpu: introduce amdgpu_ttm_buffer_entity
` [PATCH v3 06/28] drm/amdgpu: add amdgpu_ttm_job_submit helper
` [PATCH v3 07/28] drm/amdgpu: fix error handling in amdgpu_copy_buffer
` [PATCH v3 08/28] drm/amdgpu: pass the entity to use to amdgpu_ttm_map_buffer
` [PATCH v3 09/28] drm/amdgpu: pass the entity to use to ttm public functions
` [PATCH v3 10/28] drm/amdgpu: add amdgpu_device argument to ttm functions that need it
` [PATCH v3 11/28] drm/amdgpu: statically assign gart windows to ttm entities
` [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 15/28] drm/amdgpu: double AMDGPU_GTT_MAX_TRANSFER_SIZE
` [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 21/28] drm/amdgpu: allocate multiple move 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 24/28] drm/amdgpu: use multiple entities in amdgpu_move_blit
` [PATCH v3 25/28] drm/amdgpu: pass all the sdma scheds to amdgpu_mman
` [PATCH v3 26/28] drm/amdgpu: give ttm entities access to all the sdma scheds
` [PATCH v3 27/28] drm/amdgpu: get rid of amdgpu_ttm_clear_buffer
` [PATCH v3 28/28] drm/amdgpu: rename amdgpu_fill_buffer as amdgpu_ttm_clear_buffer
dpm broken on Radeon HD 8570D
2025-11-22 17:40 UTC (14+ messages)
` Bug#1118349: "
[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
[bug report] drm/amd/ras: Add CPER ring read for uniras
2025-11-21 11:31 UTC (2+ messages)
[PATCH] drm/amdgpu/ras: Move ras data alloc before bad page check
2025-11-21 7:33 UTC (2+ messages)
[PATCH] drm/amdgpu: Fix error handling in amdgpu_atpx_detect
2025-11-21 6:53 UTC (2+ messages)
[PATCH v3] drm/amd/pm: adjust the visibility of pp_table sysfs node
2025-11-21 5:54 UTC (2+ messages)
[PATCH 0/5] SDMA 7.1 support
2025-11-20 22:51 UTC (5+ messages)
` [PATCH 2/5] drm/amdgpu: Add sdma v7_1_0 support
` [PATCH 3/5] drm/amdgpu: Update Generate PTE/PDE SDMA packet for SDMA 7.1
` [PATCH 4/5] drm/amdkfd: Add SDMA 7.1.0 support in KFD
` [PATCH 5/5] drm/amdgpu: add support for sdma v7_1
[PATCH 1/2] drm/amdgpu: Add soc v1_0 support
2025-11-20 20:52 UTC (2+ messages)
` [PATCH 2/2] drm/amdgpu: add soc v1_0 common block for IP discovery
[PATCH] drm/amdkfd: Fix improper NULL termination of queue restore SMI event string
2025-11-20 19:12 UTC
[PATCH] drm/amdgpu: Don't send warning when close drm obj if drm device has been unplug
2025-11-20 17:40 UTC (3+ messages)
[pull] amdgpu, radeon drm-fixes-6.18
2025-11-20 16:41 UTC
[PATCH v4 00/10] Add new general DRM property "color format"
2025-11-20 15:54 UTC (5+ messages)
` [PATCH v4 07/10] drm/display: hdmi-state-helper: Act on color format DRM property
Independence for dma_fences! v3
2025-11-20 14:42 UTC (15+ messages)
` [PATCH 01/18] dma-buf: cleanup dma_fence_describe v3
` [PATCH 02/18] dma-buf: protected fence ops by RCU v3
` [PATCH 03/18] dma-buf: detach fence ops on signal v2
` [PATCH 08/18] drm/sched: use inline locks for the drm-sched-fence
` [PATCH 10/18] drm/amdgpu: independence for the amdgpu_fence!
[PATCH v3] drm/amdkfd: Use huge page size to check split svm range alignment
2025-11-20 14:18 UTC (4+ messages)
[PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
2025-11-19 14:59 UTC (3+ messages)
[PATCH] drm/amdgpu: Enlarge DMA mask to 48-bit for GFX11 and GFX12
2025-11-20 13:52 UTC (2+ messages)
[PATCH AUTOSEL 6.17-6.12] drm/amdkfd: Fix GPU mappings for APU after prefetch
2025-11-20 12:08 UTC
[PATCH] drm/amdgpu: fix spelling in gmc9/10 code
2025-11-20 9:17 UTC (2+ messages)
[PATCH v2] drm/amd/pm: adjust the visibility of pp_table sysfs node
2025-11-20 8:50 UTC (2+ messages)
[PATCH] drm/amd/pm: adjust the visibility of pp_table sysfs node
2025-11-20 8:15 UTC (5+ messages)
[PATCH v2] drm/amd/pm: fix amdgpu_irq enabled counter unbalanced on smu v11.0
2025-11-20 6:28 UTC (2+ messages)
[PATCH] drm/amdgpu: Enlarge DMA mask to 48-bit for GFX11 and GFX12(v2)
2025-11-20 0:08 UTC
[PATCH v5 0/5] Expand kernel-doc with more generic details and info about ring buffers
2025-11-20 0:00 UTC (4+ messages)
` [PATCH v5 3/5] Documentation/gpu: Expand generic block information
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