AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-01 08:30:03 to 2025-12-03 09:01:58 UTC [more...]

[PATCH v7 00/13] drm/panfrost, panthor: Cached maps and explicit flushing
 2025-12-03  9:01 UTC  (3+ messages)
` [PATCH v7 01/13] drm/panthor: Provide a custom dma_buf implementation
` [PATCH v7 02/13] drm/panthor: Fix panthor_gpu_coherency_set()

Linux 6.18 amdgpu build error
 2025-12-02 21:23 UTC  (5+ messages)

[PATCH 6.12.y] drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup
 2025-12-02 20:23 UTC  (4+ messages)

[PATCH 6.6.y] drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup
 2025-12-02 15:53 UTC  (3+ messages)

[pull] amdgpu, amdkfd drm-next-6.19
 2025-12-02 22:01 UTC 

[PATCH 0/6] dma-fence: Remove return code of dma_fence_signal() et al
 2025-12-02 21:04 UTC  (25+ messages)
` [PATCH v2 1/8] dma-buf/dma-fence: Add dma_fence_test_signaled_flag()
` [PATCH v2 2/8] dma-buf/dma-fence: Add dma_fence_check_and_signal()
` [PATCH v2 3/8] amd/amdkfd: Use dma_fence_check_and_signal()
` [PATCH v2 4/8] drm/xe: Use dma_fence_check_and_signal_locked()
` [PATCH v2 5/8] dma-buf: Don't misuse dma_fence_signal()
` [PATCH v2 6/8] drm/ttm: Use dma_fence_check_and_signal()
` [PATCH v2 7/8] dma-buf/dma-fence: Remove return code of signaling-functions
` [PATCH v2 8/8] drm/xe: Use dma_fence_test_signaled_flag()

[PATCH] drm/amd/display: Use GFP_ATOMIC in dc_create_plane_state()
 2025-12-02 20:15 UTC 

[PATCH v4] drm/amdgpu: Ignored various return code
 2025-12-02 19:32 UTC  (2+ messages)

[PATCH] drm/amdgpu: don't attach the tlb fence for SI
 2025-12-02 19:29 UTC 

[PATCH v3] drm/amdkfd: FORWARD NULL
 2025-12-02 19:22 UTC  (2+ messages)

[PATCH 0/6] DC Patches Dec 08 2025
 2025-12-02 16:31 UTC  (9+ messages)
` [PATCH 1/6] drm/amd/display: Defer transitions from minimal state to final state
` [PATCH 2/6] drm/amd/display: Remove periodic detection callbacks from dcn35+
` [PATCH 3/6] drm/amd/display: Fixes for S0i3 exit
` [PATCH 4/6] drm/amd/display: Refactor dml_core_mode_support to reduce stack frame
` [PATCH 5/6] drm/amd/display: Additional info from DML for DMU
` [PATCH 6/6] drm/amd/display: Promote DC to 3.2.362

[RFC PATCH 1/3] drm/amdgpu: rework MMIO_REMAP BO creation
 2025-12-02 15:12 UTC  (3+ messages)
` [RFC PATCH 2/3] drm/amdgpu: add AMDGPU_GEM_OP_OPEN_GLOBAL
` [RFC PATCH 3/3] drm/amdgpu: remove AMDGPU_GEM_DOMAIN_DOORBELL

[PATCH 1/2] drm/amdgpu: don't reemit ring contents more than once
 2025-12-02 15:00 UTC  (3+ messages)

[PATCH] drm/amdgpu/sdma_v7_1: Add missing inst_mask entry in sdma_v7_1_inst_gfx_resume()
 2025-12-02 14:12 UTC  (2+ messages)

[PATCH v7 0/7] VESA DisplayID fixed DSC BPP value support
 2025-12-02 11:02 UTC  (8+ messages)
` [PATCH v7 1/7] drm/edid: rename VESA block parsing functions to more generic name
` [PATCH v7 2/7] drm/edid: prepare for VESA vendor-specific data block extension
` [PATCH v7 3/7] drm/edid: MSO should only be used for non-eDP displays
` [PATCH v7 4/7] drm/edid: parse DSC DPP passthru support flag for mode VII timings
` [PATCH v7 5/7] drm/edid: for consistency, use mask everywhere for block rev parsing
` [PATCH v7 6/7] drm/edid: parse DRM VESA dsc bpp target
` [PATCH v7 7/7] drm/amd: use fixed dsc bits-per-pixel from edid

[PATCH 00/20] Remove print_clock_levels
 2025-12-02 13:34 UTC  (3+ messages)

[PATCH] drm/amdgpu: add a helper for processing recoverable GPUVM faults
 2025-12-02 12:00 UTC  (2+ messages)

[PATCH v4 00/13] drm/amdgpu: preparation patchs for the use all SDMA instances series
 2025-12-02 11:53 UTC  (19+ messages)
` [PATCH v4 01/13] drm/amdgpu: introduce amdgpu_ttm_buffer_entity
` [PATCH v4 02/13] drm/amdgpu: add amdgpu_ttm_job_submit helper
` [PATCH v4 03/13] drm/amdgpu: fix error handling in amdgpu_copy_buffer
` [PATCH v4 04/13] drm/amdgpu: pass the entity to use to amdgpu_ttm_map_buffer
` [PATCH v4 05/13] drm/amdgpu: pass the entity to use to ttm public functions
` [PATCH v4 06/13] drm/amdgpu: statically assign gart windows to ttm entities
` [PATCH v4 07/13] drm/amdgpu: remove AMDGPU_GTT_NUM_TRANSFER_WINDOWS
` [PATCH v4 08/13] drm/amdgpu: add missing lock in amdgpu_benchmark_do_move
` [PATCH v4 09/13] drm/amdgpu: check entity lock is held in amdgpu_ttm_job_submit
` [PATCH v4 10/13] drm/amdgpu: double AMDGPU_GTT_MAX_TRANSFER_SIZE
` [PATCH v4 11/13] drm/amdgpu: use larger gart window when possible
` [PATCH v4 12/13] drm/amdgpu: introduce amdgpu_sdma_set_vm_pte_scheds
` [PATCH v4 13/13] drm/amdgpu: move sched status check inside amdgpu_ttm_set_buffer_funcs_status

[PATCH 0/7] Add cache interval to driver tables
 2025-12-02 11:39 UTC  (8+ messages)
` [PATCH 1/7] drm/amd/pm: Add smu driver table structure
` [PATCH 2/7] drm/amd/pm: Use driver table structure in smuv11
` [PATCH 3/7] drm/amd/pm: Use driver table structure in smuv12
` [PATCH 4/7] drm/amd/pm: Use driver table structure in smuv13
` [PATCH 5/7] drm/amd/pm: Use driver table structure in smuv14
` [PATCH 6/7] drm/amd/pm: Use cached gpu metrics table
` [PATCH 7/7] drm/amd/pm: Use driver table for board temperature

[PATCH 1/2] drm/amd/ras: Support physical address convert
 2025-12-02  8:20 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: Add address check for uniras

Patch "drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup" has been added to the 6.17-stable tree
 2025-12-01 16:08 UTC 

AMD GPU crash in firefox
 2025-12-02  3:48 UTC 

[PATCH v2] drm/amdgpu: Forward VMID reservation errors
 2025-12-01 17:55 UTC  (3+ messages)

[PATCH RESEND v9 00/20] Display Global Histogram
 2025-12-02  6:27 UTC  (21+ messages)
` [PATCH [RESEND] v9 01/20] DO_NOT_REVIEW: plane/crtc color pipeline
` [PATCH [RESEND] v9 02/20] drm: Define histogram structures exposed to user
` [PATCH [RESEND] v9 03/20] drm: Add new element histogram for colorop
` [PATCH [RESEND] v9 04/20] drm/colorop: Export function to create pipeline element histogram
` [PATCH [RESEND] v9 05/20] drm: Define ImageEnhancemenT LUT structures exposed to user
` [PATCH [RESEND] v9 06/20] drm: Add new element Image EnhancemenT for colorop
` [PATCH [RESEND] v9 07/20] drm/colorop: Export function to create pipeline element iet lut
` [PATCH [RESEND] v9 08/20] drm/i915/histogram: Define registers for histogram
` [PATCH [RESEND] v9 09/20] drm/i915/histogram: Add support "
` [PATCH [RESEND] v9 10/20] drm/xe: Add histogram support to Xe builds
` [PATCH [RESEND] v9 11/20] drm/i915/histogram: histogram interrupt handling
` [PATCH DO_NOT_RTEVIEW [RESEND] v9 12/20] Plane Color Pipeline support for Intel platforms
` [PATCH [RESEND] v9 13/20] drm/i915/colorop: Add crtc color pipeline for i915
` [PATCH [RESEND] v9 14/20] drm/i915/histogram: Hook i915 histogram with drm histogram
` [PATCH [RESEND] v9 15/20] drm/i915/iet: Add support to writing the IET LUT data
` [PATCH [RESEND] v9 16/20] drm/i915/colorop: create IET LUT properties
` [PATCH [RESEND] v9 17/20] drm/i915/crtc: Hook i915 IET LUT with the drm IET properties
` [PATCH [RESEND] v9 18/20] drm/i915/histogram: histogram delay counter doesn't reset
` [PATCH [RESEND] v9 19/20] drm/i915/histogram: Histogram changes for Display 20+
` [PATCH [RESEND] v9 20/20] drm/i915/histogram: Enable pipe dithering

[PATCH v2 1/2] drm: Introduce drm_crtc_vblank_prepare()
 2025-12-01 23:18 UTC  (2+ messages)
` [PATCH v2 2/2] drm/amd/display: Implement prepare_vblank_enable callback

[PATCH] drm/amdgpu: Fix SHMEM alignment mode for GFX 12.1.0
 2025-12-01 23:15 UTC  (10+ messages)
` [PATCH] drm/amdgpu: update sh mem base offsets for gfx 12.1
` [PATCH] drm/amdgpu: Setup MTYPEs for GFX 12.1.0
` [PATCH] drm/amdgpu: Init single mes instance if xcc_mask is unset
` [PATCH] drm/amdgpu: Revert retry based thrashing prevention on GFX 12.1.0
` [PATCH] drm/amdgpu: add xcc info for compute ring name
` [PATCH] drm/amdgpu: set gfxhub according xcc_mask for gfx 12_1
` [PATCH] drm/amdgpu/gmc12: set MMHUBs based on aid_mask
` [PATCH] drm/amdgpu: fix mes code error for muti-xcc
` [PATCH] drm/amdgpu: add imu support for gc 12_1

[PATCH v2 0/4] drm/amdkfd: Move gfx9 MQD to HBM
 2025-12-01 22:48 UTC  (8+ messages)
` [PATCH v2 1/4] drm/amdkfd: Bind gfx9 MQD in GART with mtype RW
` [PATCH v2 2/4] drm/amdkfd: Add domain parameter to alloc kernel BO
` [PATCH v2 3/4] drm/amdkfd: Move gfx9 MQD to VRAM domain
` [PATCH v2 4/4] drm/amdkfd: Map VRAM MQD on GART

[PATCH] drm/amdkfd: Fix improper NULL termination of queue restore SMI event string
 2025-12-01 21:46 UTC  (2+ messages)

[PATCH] drm/amdgpu/sdma6: Update gfx11.0.3 SDMA FW version to include UMQ protected-fence fix
 2025-12-01 21:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 0/5] drm/amdgpu: add UMA carveout tuning interfaces
 2025-12-01 20:07 UTC  (9+ messages)
` [PATCH v4 1/5] drm/amdgpu: parse UMA size-getting/setting bits in ATCS mask
` [PATCH v4 2/5] drm/amdgpu: add helper to read UMA carveout info
` [PATCH v4 3/5] drm/amdgpu: add UMA allocation setting helpers
` [PATCH v4 4/5] drm/amdgpu: add UMA allocation interfaces to sysfs
` [PATCH v4 5/5] Documentation/amdgpu: Add UMA carveout details

[PATCH 00/17] Use common function to print dpm table
 2025-12-01 19:59 UTC  (19+ messages)
` [PATCH 01/17] drm/amd/pm: Add clock table structure
` [PATCH 02/17] drm/amd/pm: Use generic dpm table for SMUv11 SOCs
` [PATCH 03/17] drm/amd/pm: Use generic dpm table for SMUv13 SOCs
` [PATCH 04/17] drm/amd/pm: Use generic dpm table for SMUv14 SOCs
` [PATCH 05/17] drm/amd/pm: Add generic pcie dpm table
` [PATCH 06/17] drm/amd/pm: Use generic pcie dpm table for SMUv11
` [PATCH 07/17] drm/amd/pm: Use generic pcie dpm table for SMUv13
` [PATCH 08/17] drm/amd/pm: Use generic pcie dpm table for SMUv14
` [PATCH 09/17] drm/amd/pm: Add a helper to show dpm table
` [PATCH 10/17] drm/amd/pm: Use common helper for arcturus dpm
` [PATCH 11/17] drm/amd/pm: Use common helper for navi10 dpm table
` [PATCH 12/17] drm/amd/pm: Use common helper for sienna "
` [PATCH 13/17] drm/amd/pm: Use common helper for aldebaran "
` [PATCH 14/17] drm/amd/pm: Use common helper for smuv13.0.0 dpm
` [PATCH 15/17] drm/amd/pm: Use common helper for smuv13.0.6 dpm
` [PATCH 16/17] drm/amd/pm: Use common helper for smuv13.0.7 dpm
` [PATCH 17/17] drm/amd/pm: Use common helper for smuv14.0.2 dpm

[PATCH] Revert "drm/amd: Skip power ungate during suspend for VPE"
 2025-12-01 19:17 UTC  (3+ messages)

[PATCH] drm/amdgpu: use static ids for ACP platform devs
 2025-12-01 18:13 UTC  (6+ messages)

[PATCH] drm/amd/display: correct kernel-doc in dml21_wrapper.h
 2025-12-01 18:10 UTC  (2+ messages)

[PATCH 0/5] drm: Remove remaining support for kdb
 2025-12-01 16:41 UTC  (2+ messages)

SI - are power and voltage readings supported by the hardware
 2025-12-01 15:26 UTC  (2+ messages)

[PATCH] drm/amdgpu: Forward VMID reservation errors
 2025-12-01 13:55 UTC  (2+ messages)

[PATCH v3 0/5] drm/amdgpu: add UMA carveout tuning interfaces
 2025-12-01  8:30 UTC  (3+ messages)
` [PATCH v3 2/5] drm/amdgpu: add helper to read UMA carveout info

[PATCH] drm/sched: run free_job work on timeout workqueue
 2025-12-01  9:04 UTC  (3+ messages)

[PATCH v2] drm/amdgpu: Treat MMIO_REMAP BOs as linear in amdgpu_bo_set/_get_tiling_flags() v2
 2025-12-01 13:49 UTC  (3+ messages)
` [PATCH v3] drm/amdgpu: Treat MMIO_REMAP BOs as linear in amdgpu_bo_set/_get_tiling_flags() v3

[PATCH] drm/amdgpu: Allow direct CPU drawing of DRM panic on APUs
 2025-12-01 13:28 UTC  (4+ messages)

[PATCH 00/14] DC Patches November 26, 2025
 2025-12-01 13:08 UTC  (2+ messages)

[PATCH v3] drm/amdkfd: Trap handler support for expert scheduling mode
 2025-12-01  9:53 UTC  (2+ messages)

[PATCH v9 00/20] Display Global Histogram
 2025-12-01  8:29 UTC  (8+ messages)
` [PATCH v9 14/20] drm/i915/histogram: Hook i915 histogram with drm histogram
` [PATCH v9 15/20] drm/i915/iet: Add support to writing the IET LUT data
` [PATCH v9 16/20] drm/i915/colorop: create IET LUT properties
` [PATCH v9 17/20] drm/i915/crtc: Hook i915 IET LUT with the drm IET properties
` [PATCH v9 18/20] drm/i915/histogram: histogram delay counter doesn't reset
` [PATCH v9 19/20] drm/i915/histogram: Histogram changes for Display 20+
` [PATCH v9 20/20] drm/i915/histogram: Enable pipe dithering


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox