AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-15 00:07:13 to 2025-11-19 10:49:29 UTC [more...]

[PATCH v2 00/20] drm/amdgpu: use all SDMA instances for TTM clears and moves
 2025-11-19 10:49 UTC  (31+ messages)
` [PATCH v2 05/20] drm/amdgpu: pass the entity to use to ttm functions
` [PATCH v2 06/20] drm/amdgpu: statically assign gart windows to ttm entities
` [PATCH v2 07/20] drm/amdgpu: allocate multiple clear entities
` [PATCH v2 09/20] drm/amdgpu: pass optional dependency to amdgpu_fill_buffer
` [PATCH v2 10/20] drm/admgpu: handle resv dependencies in amdgpu_ttm_map_buffer
` [PATCH v2 11/20] drm/amdgpu: round robin through clear_entities in amdgpu_fill_buffer
` [PATCH v2 12/20] drm/amdgpu: use TTM_NUM_MOVE_FENCES when reserving fences
` [PATCH v2 13/20] drm/amdgpu: use multiple entities in amdgpu_move_blit
` [PATCH v2 14/20] drm/amdgpu: introduce amdgpu_sdma_set_vm_pte_scheds
` [PATCH v2 15/20] drm/amdgpu: pass all the sdma scheds to amdgpu_mman
` [PATCH v2 16/20] drm/amdgpu: give ttm entities access to all the sdma scheds
` [PATCH v2 18/20] drm/amdgpu: rename amdgpu_fill_buffer as amdgpu_ttm_clear_buffer

[PATCH] drm/amdgpu: Add sriov vf check for VCN per queue reset support
 2025-11-19 10:03 UTC  (3+ messages)

[PATCH 1/3] drm/amdgpu/vm: Check PRT uAPI flag instead of PTE flag
 2025-11-19  9:25 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu/uapi: Clarify comment on AMDGPU_VM_PAGE_PRT
` [PATCH 3/3] Documentation/gpu: Add PRT, PTE, PDE to amdgpu glossary (v2)

[PATCH v4 0/2] Address amdgpu reload issues in APUs
 2025-11-19  9:20 UTC  (4+ messages)
` [PATCH v4 1/2] drm/amdgpu: Fix GFX hang on SteamDeck when amdgpu is reloaded
` [PATCH v4 2/2] Revert "drm/amd: fix gfx hang on renoir in IGT reload test"

[PATCH v4 00/10] Add new general DRM property "color format"
 2025-11-19  9:10 UTC  (19+ messages)
` [PATCH v4 01/10] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v4 02/10] drm: Add new general DRM property "color format"
` [PATCH v4 03/10] drm: Add enum conversion from/to HDMI_COLORSPACE to DRM_COLOR_FORMAT
` [PATCH v4 04/10] drm/bridge: Act on the DRM color format property
` [PATCH v4 05/10] drm/bridge: dw-hdmi-qp: Set bridge supported_formats
` [PATCH v4 06/10] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v4 07/10] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v4 08/10] drm/i915: Implement the "color format" "
` [PATCH v4 09/10] drm/amdgpu: Implement "
` [PATCH v4 10/10] drm/rockchip: "

[PATCH 1/3] drm/amdgpu/vm: Check PRT uAPI flag instead of PTE flag
 2025-11-19  8:34 UTC  (6+ messages)
` [PATCH 2/3] drm/amdgpu/uapi: Clarify comment on AMDGPU_VM_PAGE_PRT
` [PATCH 3/3] Documentation/gpu: Add PRT, PTE to amdgpu glossary

[PATCH 1/3] drm/amdgpu/gmc11: add amdgpu_vm_handle_fault() handling
 2025-11-19  8:07 UTC  (4+ messages)
` [PATCH 2/3] drm/amdgpu/gmc12: "
` [PATCH 3/3] drm/amdgpu: use common defines for HUB faults

[PATCH] drm/amdgpu: in sriov multiple vf mode, 2 seconds timeout is not enough for sdma job
 2025-11-19  7:47 UTC  (12+ messages)

[PATCH] drm/amdgpu: fix the calculation of RAS bad page number
 2025-11-19  7:31 UTC  (2+ messages)

[PATCH 1/7] drm/amdgpu: Add virt command to send VF ras command
 2025-11-19  6:13 UTC  (8+ messages)
` [PATCH 2/7] drm/amd/ras: sriov supports handling VF ras commands
` [PATCH 3/7] drm/amd/ras: Add ras command to retrieve cper data from sriov host
` [PATCH 4/7] drm/amd/ras: Support high-frequency querying sriov ras block error count
` [PATCH 5/7] drm/amd/ras: Add sriov ras preprocessing before gpu reset
` [PATCH 6/7] drm/amd/ras: Compatible with legacy sriov host
` [PATCH 7/7] drm/amd/ras: Support sriov uniras to obtain cper data

[PATCH] drm/amd/pm: fix amdgpu_irq enabled counter unbalanced on smu v11.0
 2025-11-19  3:53 UTC  (3+ messages)

[PATCH 0/4] drm/amd/display: Follow-up patches to analog support
 2025-11-19  1:48 UTC  (6+ messages)
` [PATCH 1/4] drm/amd/display: Fix warning for analog stream encoders

[PATCH v5 0/5] Expand kernel-doc with more generic details and info about ring buffers
 2025-11-19  0:45 UTC  (6+ messages)
` [PATCH v5 1/5] drm/amdgpu: Expand kernel-doc in amdgpu_ring
` [PATCH v5 2/5] Documentation/gpu: Add new glossary entries from UMR
` [PATCH v5 3/5] Documentation/gpu: Expand generic block information
` [PATCH v5 4/5] Documentation/gpu: Add more information about GC
` [PATCH v5 5/5] Documentation/gpu: Add documentation about ring buffer

[PATCH 1/2] drm/amdgpu: Use ih v7_0 ip block for ih v7_1
 2025-11-18 22:59 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: Enable IH CAM on IH 7.1.0

[PATCH 0/5] PSP 15.0.8 support
 2025-11-18 22:57 UTC  (5+ messages)
` [PATCH 2/5] drm/amdgpu: Add psp v15.0.8 ip block v3
` [PATCH 3/5] drm/amdgpu: Set skip_tmr to true for psp v15_0_8
` [PATCH 4/5] drm/amdgpu: Upload a single sdma fw copy when using psp v15.0.8
` [PATCH 5/5] drm/amdgpu: Set psp ip block and funcs for v15.0.8

[PATCH 2/5] drm/amdgpu: Add smuio v15_0_8 support v4
 2025-11-18 22:54 UTC  (4+ messages)
` [PATCH 3/5] drm/amdgpu: Initialize smuio functions for smuio v15_0_8
` [PATCH 4/5] drm/amdgpu: Add rlcv firmware for frontdoor loading
` [PATCH 5/5] drm/amdgpu: update psp_get_fw_type() function

[PATCH] drm/amd: Move adaptive backlight modulation property to drm core
 2025-11-18 21:43 UTC  (7+ messages)

[PATCH v3] drm/amdkfd: FORWARD NULL
 2025-11-18 20:34 UTC 

[PATCH v3] drm/amdkfd: Use huge page size to check split svm range alignment
 2025-11-18 17:32 UTC 

[PATCH v2] drm/amdkfd: Uninitialized and Unused variables
 2025-11-18 16:23 UTC  (3+ messages)

Independence for dma_fences! v3
 2025-11-18 16:03 UTC  (11+ messages)
` [PATCH 02/18] dma-buf: protected fence ops by RCU v3
` [PATCH 08/18] drm/sched: use inline locks for the drm-sched-fence

[PATCH v2 0/5] drm/amdgpu: add UMA carveout tuning interfaces
 2025-11-18 14:32 UTC  (9+ messages)
` [PATCH v2 2/5] drm/amdgpu: add helper to read UMA carveout info
` [PATCH v2 4/5] drm/amdgpu: add UMA allocation interfaces to sysfs

[PATCH] drm/amd: Skip power ungate during suspend for VPE
 2025-11-18 13:48 UTC  (2+ messages)

[PATCH] drm/amdgpu/ttm: Fix crash when handling MMIO_REMAP in PDE flags
 2025-11-18  9:06 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] drm/amdkfd: FORWARD NULL
 2025-11-18  6:00 UTC  (5+ messages)

[PATCH v2] drm/amdgpu: in sriov multiple vf mode, 2 seconds timeout is not enough for sdma job
 2025-11-18  3:52 UTC 

[PATCH] drm/amdgpu: Prevent VA mapping for MMIO_REMAP domain
 2025-11-18  3:24 UTC  (3+ messages)

[PATCH] drm/amdkfd: Remove hard‑coded GC IP version checks from kfd_node_by_irq_ids
 2025-11-17 23:20 UTC 

[PATCH] drm/radeon: delete radeon_fence_process in is_signaled, no deadlock
 2025-11-17 19:38 UTC  (2+ messages)

[PATCH] drm/amd/display: dc_hw_sequencer.c: remove kernel-doc comments
 2025-11-17 19:35 UTC  (2+ messages)

[PATCH] drm/amdgpu: Don't send warning when close drm obj if drm device has been unplug
 2025-11-17 18:52 UTC 

[PATCH v2] drm/amdkfd: FORWARD NULL
 2025-11-17 18:14 UTC 

[PATCH v2] drm/amdkfd: Use huge page size to check split svm range alignment
 2025-11-17 15:50 UTC  (5+ messages)

[PATCH 00/16] DC Patches November 10, 2025
 2025-11-17 15:11 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: Skip emit de meta data on gfx11 with rs64 enabled
 2025-11-17 14:18 UTC  (2+ messages)

[PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-17 11:00 UTC  (5+ messages)
` [PATCH v3 13/21] mmc: mmc_test: Switch to use %ptSp
` [PATCH v3 20/21] scsi: snic: "

[PATCH v2] drm/fb-helper: Allocate and release fb_info in single place
 2025-11-17 10:19 UTC  (2+ messages)

[PATCH 00/20] DC Patches September 15, 2025
 2025-11-15  9:55 UTC  (3+ messages)
` [PATCH 09/20] drm/amd/display: Use mpc.preblend flag to indicate preblend

[PATCH v2 00/11] PCI: BAR resizing fix/rework
 2025-11-14 14:35 UTC  (6+ messages)
` [PATCH v2 03/11] PCI: Change pci_dev variable from 'bridge' to 'dev'

[PATCH v2 3/5] drm/amdgpu: add UMA allocation setting helpers
 2025-11-17  6:48 UTC  (2+ messages)

[PATCH] drm/amdgpu: reduce the full gpu access time in amdgpu_device_init
 2025-11-17  6:41 UTC  (2+ messages)

[PATCH] drm/amdkfd: An adaptive data migration scheme for page fault recovery at svm
 2025-11-17  6:10 UTC  (3+ messages)

[PATCH v1 0/2] drm/ci: uprev IGT and enable apq8016, apq8096
 2025-11-16 15:32 UTC  (7+ messages)
` [PATCH v1 1/2] drm/ci: uprev mesa
` [PATCH v1 2/2] drm/ci: Move qualcomm baremetal jobs to lava

[PATCH 0/3] drm/atomic: restrict the size of of gamma / degamma LUTs
 2025-11-15  3:42 UTC  (4+ messages)
` [PATCH 1/3] drm/mode_object: add drm_object_immutable_property_get_value()
` [PATCH 2/3] drm/atomic: add max_size check to drm_property_replace_blob_from_id()
` [PATCH 3/3] drm/atomic: verify that gamma/degamma LUTs are not too big

[PATCH V13 00/51][FINAL] Color Pipeline API w/ VKMS
 2025-11-15  0:02 UTC  (39+ messages)
` [PATCH V13 14/51] drm/vkms: Pass plane_cfg to plane initialization
` [PATCH V13 15/51] drm/vkms: Add enumerated 1D curve colorop
` [PATCH V13 16/51] drm/vkms: Add config for default plane pipeline
` [PATCH V13 17/51] drm/vkms: Add kunit tests for linear and sRGB LUTs
` [PATCH V13 18/51] drm/colorop: Add 3x4 CTM type
` [PATCH V13 19/51] drm/vkms: Use s32 for internal color pipeline precision
` [PATCH V13 20/51] drm/vkms: add 3x4 matrix in color pipeline
` [PATCH V13 21/51] drm/tests: Add a few tests around drm_fixed.h
` [PATCH V13 22/51] drm/vkms: Add tests for CTM handling
` [PATCH V13 23/51] drm/colorop: pass plane_color_pipeline client cap to atomic check
` [PATCH V13 24/51] drm/colorop: define a new macro for_each_new_colorop_in_state
` [PATCH V13 25/51] drm/amd/display: Ignore deprecated props when plane_color_pipeline set
` [PATCH V13 26/51] drm/amd/display: Add bypass COLOR PIPELINE
` [PATCH V13 27/51] drm/amd/display: Skip color pipeline initialization for cursor plane
` [PATCH V13 28/51] drm/amd/display: Add support for sRGB EOTF in DEGAM block
` [PATCH V13 29/51] drm/amd/display: Add support for sRGB Inverse EOTF in SHAPER block
` [PATCH V13 30/51] drm/amd/display: Add support for sRGB EOTF in BLND block
` [PATCH V13 31/51] drm/colorop: Add PQ 125 EOTF and its inverse
` [PATCH V13 32/51] drm/amd/display: Enable support for PQ 125 EOTF and Inverse
` [PATCH V13 33/51] drm/colorop: add BT2020/BT709 OETF and Inverse OETF
` [PATCH V13 34/51] drm/amd/display: Add support for BT.709 and BT.2020 TFs
` [PATCH V13 35/51] drm: Add Enhanced LUT precision structure
` [PATCH V13 36/51] drm: Add helper to extract lut from struct drm_color_lut32
` [PATCH V13 37/51] drm/colorop: Add 1D Curve Custom LUT type
` [PATCH V13 38/51] drm/amd/display: add shaper and blend colorops for 1D Curve Custom LUT
` [PATCH V13 39/51] drm/amd/display: add 3x4 matrix colorop
` [PATCH V13 40/51] drm/colorop: Add multiplier type
` [PATCH V13 41/51] drm/amd/display: add multiplier colorop
` [PATCH V13 42/51] drm/amd/display: Swap matrix and multiplier
` [PATCH V13 43/51] drm/colorop: Define LUT_1D interpolation
` [PATCH V13 44/51] drm/colorop: allow non-bypass colorops
` [PATCH V13 45/51] drm/colorop: Add 3D LUT support to color pipeline
` [PATCH V13 46/51] drm/amd/display: add 3D LUT colorop
` [PATCH V13 47/51] drm/amd/display: Add AMD color pipeline doc
` [PATCH V13 48/51] drm/amd/display: Ensure 3D LUT for color pipeline
` [PATCH V13 49/51] drm/amd/display: Disable CRTC degamma when color pipeline is enabled
` [PATCH V13 50/51] drm/colorop: Add DRM_COLOROP_1D_CURVE_GAMMA22 to 1D Curve
` [PATCH V13 51/51] drm/amd/display: Enable support for Gamma 2.2


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