messages from 2026-04-21 18:06:53 to 2026-04-23 20:22:35 UTC [more...]
[RFC/POC PATCH 00/12] POC SVM implementation in AMDGPU based on drm_gpusvm
2026-04-23 20:21 UTC (17+ messages)
[RFC V2 00/12] drm/amdgpu: SVM implementation based on drm_gpusvm
2026-04-23 20:02 UTC (9+ messages)
` [RFC/POC PATCH 01/12] drm/amdgpu: add SVM UAPI definitions
[PATCH 00/14] drm/amd: Delete defunct DAL power level code
2026-04-23 19:15 UTC (15+ messages)
` [PATCH 01/14] drm/amd/display: Delete unimplemented dm_pp_apply_power_level_change_request()
` [PATCH 02/14] drm/amd/display: Delete dce_get_required_clocks_state()
` [PATCH 03/14] drm/amd/display: Remove min/max clock levels from clk_mgr
` [PATCH 04/14] drm/amd/display: Delete max_clocks_state from dm_pp_static_clock_info
` [PATCH 05/14] drm/amd/display: Set max supported display clock without max_clks_by_state
` [PATCH 06/14] drm/amd/display: Delete max_clks_by_state from DCE clock manager
` [PATCH 07/14] drm/amd/display: Delete disp_clk_voltage from integrated info
` [PATCH 08/14] drm/amd/display: Delete dm_pp_clocks_state
` [PATCH 09/14] drm/amd/pm: Delete unused get_display_power_level() function
` [PATCH 10/14] drm/amd/pm: Delete dummy get_dal_power_level implementations
` [PATCH 11/14] drm/amd/pm: Delete non-functional SMU8 get_dal_power_level implementation
` [PATCH 12/14] drm/amd/pm: Delete vddc_dep_on_dal_pwrl
` [PATCH 13/14] drm/amd/pm: Delete get_dal_power_level
` [PATCH 14/14] drm/amd/pm: Delete PP_DAL_POWERLEVEL
[PATCH 00/11] VCE1 fixes (v2)
2026-04-23 18:10 UTC (23+ messages)
` [PATCH 01/11] drm/amdgpu: Align amdgpu_gtt_mgr entries to TLB size on Tahiti
` [PATCH 02/11] drm/amdgpu/vce1: Check that the GPU address is < 128 MiB
` [PATCH 03/11] drm/amdgpu/vce1: Remove superfluous address check
` [PATCH 04/11] drm/amdgpu/vce1: Check if VRAM address is lower than GART
` [PATCH 05/11] drm/amdgpu/vce1: Don't repeat GTT MGR node allocation
` [PATCH 06/11] drm/amdgpu/vce1: Fix VCE 1 firmware size and offsets
` [PATCH 07/11] drm/amdgpu/vce1: Stop using amdgpu_vce_resume
` [PATCH 08/11] drm/amdgpu/vce: Check maximum ucode size in amdgpu_vce_resume()
` [PATCH 09/11] drm/amdgpu/vce2: Fix VCE 2 firmware size and offsets
` [PATCH 10/11] drm/amdgpu/vce3: Fix VCE 3 "
` [PATCH 11/11] drm/amdgpu/vce4: Fix VCE 4 "
[PATCH] drm/amd/display: properly handle family setting for early GC 11.5.4
2026-04-23 17:27 UTC (2+ messages)
[pull] amdgpu, amdkfd drm-fixes-7.1
2026-04-23 17:01 UTC
[PATCH v3] drm/amd/display: Fix unsigned underflow in SubVP vblank schedulability check v2
2026-04-23 15:17 UTC (2+ messages)
[PATCH v2] drm/amd/display: Fix unsigned underflow in SubVP vblank schedulability check v2
2026-04-23 14:28 UTC
[PATCH] drm/amd/display: Fix divide by zero in calc_psr_num_static_frames
2026-04-23 14:09 UTC (2+ messages)
[PATCH v2] drm/amdgpu: deduplicate register access and helper routines
2026-04-23 14:00 UTC (2+ messages)
[PATCH] drm/amdkfd: Validate CRIU-restored IDs before idr_alloc
2026-04-23 13:56 UTC (2+ messages)
[PATCH] drm/amd/display: Fix unsigned underflow in SubVP vblank schedulability check
2026-04-23 13:34 UTC
amdgpu: WARNING: drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/dc_fpu.c:58 at dc_assert_fp_enabled+0x10/0x20 [amdgpu], CPU#5: (udev-worker)/418
2026-04-23 10:13 UTC (5+ messages)
[PATCH 6.1.y] drm/amdgpu: remove two invalid BUG_ON()s
2026-04-23 11:52 UTC (7+ messages)
[PATCH linux-5.10.y] drm/amd/display: Do not add '-mhard-float' to calcs, dsc, and dcn30 FP files for clang
2026-04-23 12:35 UTC (2+ messages)
` Patch "drm/amd/display: Do not add '-mhard-float' to calcs, dsc, and dcn30 FP files for clang" has been added to the 5.10-stable tree
[PATCH v4 1/3] drm/amdgpu: smu: add unified metrics table support for SMU 15.0.0
2026-04-23 10:57 UTC (3+ messages)
` [PATCH v4 3/3] drm/amdgpu: smu: cache and reuse averaged unified metrics values
[PATCH 01/11] drm/amdgpu: fix AMDGPU_INFO_READ_MMR_REG
2026-04-23 10:54 UTC (34+ messages)
` [PATCH 02/11] drm/amdgpu: remove deadlocks from amdgpu_userq_pre_reset
` [PATCH 03/11] drm/amdgpu: nuke amdgpu_userq_fence_free
` [PATCH 04/11] drm/amdgpu: rework amdgpu_userq_signal_ioctl
` [PATCH 05/11] drm/amdgpu: rework userq fence signal processing
` [PATCH 06/11] drm/amdgpu: remove almost all calls to amdgpu_userq_detect_and_reset_queues
` [PATCH 07/11] drm/amdgpu: fix userq hang detection and reset
` [PATCH 08/11] drm/amdgpu: rework userq reset work handling
` [PATCH 09/11] drm/amdgpu: revert to old status lock handling v4
` [PATCH 10/11] drm/amdgpu: restructure VM state machine v2
` [PATCH 11/11] drm/amdgpu: WIP sync amdgpu_ttm_fill_mem only to kernel fences
[PATCH] drm/amdgpu: Add guest driver CUID support
2026-04-23 10:11 UTC
[RFC PATCH v2 0/9] YUV conversion colorop with amdgpu and VKMS
2026-04-23 9:34 UTC (19+ messages)
` [RFC PATCH v2 2/9] drm/colorop: Add limited-range YUV-to-RGB CSC FF enum values
` [RFC PATCH v2 3/9] drm/vkms: Add CSC FF colorop to color pipeline
` [RFC PATCH v2 4/9] drm/vkms: Add atomic check and matrix handling for CSC FF colorop
` [RFC PATCH v2 5/9] drm/amd/display: Add CSC FF colorop to color pipeline
` [RFC PATCH v2 6/9] drm/amd/display: Implement CSC FF colorop color space mapping
` [RFC PATCH v2 7/9] drm/amd/display: Use GAMCOR for first TF if CSC is used
` [RFC PATCH v2 8/9] drm/amd/display: Check actual state during commit_tail
` [RFC PATCH v2 9/9] drm/amd/display: Set color_space to plane_infos
BUG: sleeping function called from invalid context at ./include/linux/sched/mm.h:323 during DC initialization
2026-04-22 21:27 UTC
[bug report] drm/amd/display: Fix dml2_0 narrowing boundaries
2026-04-23 5:20 UTC
[bug report] drm/amd/display: Introduce power module on Linux
2026-04-23 5:21 UTC
[bug report] drm/amdkfd: CRIU checkpoint and restore events
2026-04-23 6:13 UTC
[PATCH] drm/amd/display: Clean up allocation in initialize_backlight_caps()
2026-04-23 7:09 UTC
[PATCH] drm/amdgpu: Only send RMA CPER when threshold is exceeded
2026-04-23 4:34 UTC (2+ messages)
[PATCH] drm/amdkfd: Terminate queues on surprise unplug with running processes
2026-04-23 1:38 UTC (9+ messages)
[PATCH] Revert "drm/amdgpu: Init mcm_addr look up table"
2026-04-22 22:06 UTC (4+ messages)
` [PATCH] Revert "drm/amdgpu: update mcm_addr_lut data for imu v12_1"
` [PATCH] drm/amdgpu: use the ASP command for partition switch
` [PATCH] drm/amdgpu: Add node_id-to-die-name decoding for ih v7_1
[PATCH 1/3] drm/amdgpu: Set chicken bit for gfx_v12.1 xnack
2026-04-22 21:51 UTC (3+ messages)
` [PATCH 2/3] drm/amdgpu: Set default xnack mode for gfx_v12.1 A0/B0
` [PATCH 3/3] drm/amdkfd: Limit per-process xnack support for GFX12.1
[PATCH] drm/amdgpu: update cp cmd pkt for gfx v12_1
2026-04-22 21:50 UTC (3+ messages)
` [PATCH] drm/amdgpu: In GFX12.1 CU is same as WGP
` [PATCH] drm/amdgpu: Switch to gfx_v12_1_get_xccs_per_xcp
[PATCH 0/4] Add NBIO 6.3.2 support
2026-04-22 21:42 UTC (4+ messages)
` [PATCH 2/4] drm/amdgpu: Add nbio v6_3_2 support
` [PATCH 3/4] drm/amdgpu: add doorbell range function for nbio v6_3_2
` [PATCH 4/4] drm/amdgpu: support "
Various SI fixes, fix Radeon HD 7870 XT (v2)
2026-04-22 21:14 UTC (3+ messages)
` [PATCH 4/4] drm/amdgpu/gfx6: Support harvested SI chips with disabled TCCs (v2)
[PATCH v2 0/2] drm/amdgpu: per-PTE MTYPE override for NUMA locality
2026-04-22 18:00 UTC (2+ messages)
[PATCH] drm/amd/display: Restore 5s vbl offdelay for NV3x+ DGPUs
2026-04-22 17:52 UTC (7+ messages)
[PATCH] drm/amdgpu: avoid double drm_exec_fini() in userq validate
2026-04-22 15:21 UTC (3+ messages)
[PATCH 1/1] drm/amd/display: complete cursor vblank events immediately
2026-04-22 14:57 UTC (21+ messages)
[PATCH] drm/amdgpu: deduplicate ring preempt ib function
2026-04-22 12:55 UTC (3+ messages)
[PATCH 0/5] Add reclaim to the dmem cgroup controller
2026-04-22 10:36 UTC (8+ messages)
` [PATCH 2/5] cgroup/dmem: Add reclaim callback for lowering max below current usage
[PATCH] drm/amd/pm: fix missing fine-grained dpm table flag on aldebaran
2026-04-22 12:13 UTC (2+ messages)
[PATCH 5.10.y] drm/amd/display: Add null checker before passing variables
2026-04-21 13:30 UTC
[PATCH v11 01/20] gpu: nova-core: gsp: Return GspStaticInfo from boot()
2026-04-21 21:41 UTC (14+ messages)
` [PATCH v11 02/20] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v11 07/20] gpu: nova-core: mm: Add TLB flush support
[PATCH 0/2] drm/amdgpu/jpeg: deduplicate process_interrupt across JPEG versions
2026-04-22 0:38 UTC (3+ messages)
` [PATCH 1/2] drm/amdgpu/jpeg: deduplicate jpeg_v3_0 process_interrupt
` [PATCH 2/2] drm/amdgpu/jpeg: deduplicate jpeg_v5_3_0 process_interrupt
[PATCH] drm/amdgpu: fix zero-size GDS range init on RDNA4
2026-04-21 11:54 UTC (3+ messages)
[PATCH 5.10.y] drm/amd/display: Fix memory leak
2026-04-21 13:22 UTC
[PATCH] drm/amdgpu: deduplicate JPEG v5.0 interrupt routine
2026-04-21 20:02 UTC
[PATCH 00/14] DC Patches Apr 27 2026
2026-04-22 3:52 UTC (14+ messages)
` [PATCH 01/14] drm/amd/display: Enable driver power gating
` [PATCH 02/14] drm/amd/display: fix hubp tmz field define mismatch
` [PATCH 03/14] drm/amd/display: fix dual cursor shows on extend desktop
` [PATCH 04/14] drm/amd/display: Update MCIF_ADDR macro to address IGT DWB regression
` [PATCH 05/14] drm/amd/display: Fix implicit conversion warning
` [PATCH 06/14] drm/amd/display: Enable HUBP/OPTC/DPP power gating
` [PATCH 08/14] drm/amd/display: Unify fast update classification paths
` [PATCH 09/14] drm/amd/display: Remove Mall, SubVP and MCLK from DCN42
` [PATCH 10/14] drm/amd/display: Enable RCG on DCN42
` [PATCH 11/14] drm/amd/display: Disable hpo power gate
` [PATCH 12/14] drm/amd/display: fix root clock disabled when DSC power gate disabled for DCN314
` [PATCH 13/14] drm/amd/display: [FW Promotion] Release 0.1.57.0
` [PATCH 14/14] drm/amd/display: Promote DC to 3.2.380
[PATCH v3] drm/amd/display: Restore analog connector support
2026-04-21 22:11 UTC (4+ messages)
[PATCH v3] drm/amdkfd: validate SVM ioctl nattr against buffer size
2026-04-21 19:33 UTC (2+ messages)
[PATCH v5 00/11] drm/amdgpu: Add WAIT_EVENT ioctl for render-node events
2026-04-21 18:06 UTC (10+ messages)
` [PATCH v5 03/11] drm/amdgpu: Register WAIT_EVENT ioctl
` [PATCH v5 04/11] drm/amdgpu/gfx11: Queue USERQ_EOP records for WAIT_EVENT
` [PATCH v5 05/11] drm/amdgpu/uapi: Extend WAIT_EVENT with optional condition wait fields
` [PATCH v5 06/11] drm/amdgpu: Add userspace condition support to WAIT_EVENT
` [PATCH v5 07/11] drm/amdgpu: Document WAIT_EVENT condition semantics
` [PATCH v5 08/11] drm/amdgpu: Add queue reset records to WAIT_EVENT
` [PATCH v5 09/11] drm/amdgpu: Detect queue reset in WAIT_EVENT
` [PATCH v5 10/11] drm/amdgpu: Add memory exception records to WAIT_EVENT
` [PATCH v5 11/11] drm/amdgpu: Add scratch "
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