AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-21 15:39:20 to 2024-02-28 03:54:46 UTC [more...]

[PATCH 00/13] drm: Fix reservation locking for pin/unpin and console
 2024-02-28  3:54 UTC  (21+ messages)
` [PATCH 01/13] drm/gem-shmem: Acquire reservation lock in GEM pin/unpin callbacks
` [PATCH 02/13] drm/gem-vram: "
` [PATCH 03/13] drm/msm: Provide msm_gem_get_pages_locked()
` [PATCH 04/13] drm/msm: Acquire reservation lock in GEM pin/unpin callback
` [PATCH 05/13] drm/nouveau: Provide nouveau_bo_{pin,unpin}_locked()
` [PATCH 06/13] drm/nouveau: Acquire reservation lock in GEM pin/unpin callbacks
` [PATCH 07/13] drm/qxl: Provide qxl_bo_{pin,unpin}_locked()
` [PATCH 08/13] drm/qxl: Acquire reservation lock in GEM pin/unpin callbacks
` [PATCH 09/13] drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}()
` [PATCH 10/13] drm/fbdev-generic: Fix locking with drm_client_buffer_vmap_local()
` [PATCH 11/13] drm/client: Pin vmap'ed GEM buffers
` [PATCH 12/13] drm/gem-vram: Do not pin buffer objects for vmap
` [PATCH 13/13] drm/qxl: "

Please apply commit 5b750b22530fe53bf7fd6a30baacd53ada26911b to linux-6.1.y
 2024-02-28  1:45 UTC 

DisplayPort: handling of HPD events / link training
 2024-02-27 22:40 UTC 

[PATCH 1/2] Revert "drm/amd: Remove freesync video mode amdgpu parameter"
 2024-02-27 19:45 UTC  (3+ messages)
` [PATCH 2/2] Reapply "Revert drm/amd/display: Enable Freesync Video Mode by default"

[PATCH] drm/amd/display: check dc_link before dereferencing
 2024-02-27 19:08 UTC 

[PATCH] drm/amd/display: Add monitor patch for specific eDP
 2024-02-27 18:18 UTC 

[PATCH] drm/amdgpu: Fix multiple truncation issues in multiple driver files
 2024-02-27 16:35 UTC 

[PATCH] drm/amdgpu: Removed used parameter
 2024-02-27 15:53 UTC 

[PATCH] drm/amdgpu: Fix potential truncation by increasing SMU_FW_NAME_LEN
 2024-02-27 15:45 UTC 

[RFC PATCH v4 00/42] Color Pipeline API w/ VKMS
 2024-02-27 14:09 UTC  (47+ messages)
` [RFC PATCH v4 01/42] drm: Don't treat 0 as -1 in drm_fixp2int_ceil
` [RFC PATCH v4 02/42] drm: Add helper for conversion from signed-magnitude
` [RFC PATCH v4 03/42] drm: Correctly round for fixp2int_round
` [RFC PATCH v4 04/42] drm/vkms: Round fixp2int conversion in lerp_u16
` [RFC PATCH v4 05/42] drm/vkms: Create separate Kconfig file for VKMS
` [RFC PATCH v4 06/42] drm/vkms: Add kunit tests for VKMS LUT handling
` [RFC PATCH v4 07/42] drm/vkms: Avoid reading beyond LUT array
` [RFC PATCH v4 08/42] drm/doc/rfc: Describe why prescriptive color pipeline is needed
` [RFC PATCH v4 09/42] drm/colorop: Introduce new drm_colorop mode object
` [RFC PATCH v4 10/42] drm/colorop: Add TYPE property
` [RFC PATCH v4 11/42] drm/colorop: Add 1D Curve subtype
` [RFC PATCH v4 12/42] drm/colorop: Add BYPASS property
` [RFC PATCH v4 13/42] drm/colorop: Add NEXT property
` [RFC PATCH v4 14/42] drm/colorop: Add atomic state print for drm_colorop
` [RFC PATCH v4 15/42] drm/plane: Add COLOR PIPELINE property
` [RFC PATCH v4 16/42] drm/colorop: Add NEXT to colorop state print
` [RFC PATCH v4 17/42] drm/vkms: Add enumerated 1D curve colorop
` [RFC PATCH v4 18/42] drm/vkms: Add kunit tests for linear and sRGB LUTs
` [RFC PATCH v4 19/42] drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
` [RFC PATCH v4 20/42] drm/colorop: Add 3x4 CTM type
` [RFC PATCH v4 21/42] drm/vkms: Pull apply_colorop out of pre_blend_color_transform
` [RFC PATCH v4 22/42] drm/vkms: Use s32 for internal color pipeline precision
` [RFC PATCH v4 23/42] drm/vkms: add 3x4 matrix in color pipeline
` [RFC PATCH v4 24/42] drm/tests: Add a few tests around drm_fixed.h
` [RFC PATCH v4 25/42] drm/vkms: Add tests for CTM handling
` [RFC PATCH v4 26/42] drm/colorop: pass plane_color_pipeline client cap to atomic check
` [RFC PATCH v4 27/42] drm/colorop: define a new macro for_each_new_colorop_in_state
` [RFC PATCH v4 28/42] drm/amd/display: Ignore deprecated props when plane_color_pipeline set
` [RFC PATCH v4 29/42] drm/amd/display: Add bypass COLOR PIPELINE
` [RFC PATCH v4 30/42] drm/amd/display: Skip color pipeline initialization for cursor plane
` [RFC PATCH v4 31/42] drm/amd/display: Add support for sRGB EOTF in DEGAM block
` [RFC PATCH v4 32/42] drm/amd/display: Add support for sRGB Inverse EOTF in SHAPER block
` [RFC PATCH v4 33/42] drm/amd/display: Add support for sRGB EOTF in BLND block
` [RFC PATCH v4 34/42] drm/colorop: Add PQ 125 EOTF and its inverse
` [RFC PATCH v4 35/42] drm/amd/display: Enable support for PQ 125 EOTF and Inverse
` [RFC PATCH v4 36/42] drm/colorop: add BT2020/BT709 OETF and Inverse OETF
` [RFC PATCH v4 37/42] drm/amd/display: Add support for BT.709 and BT.2020 TFs
` [RFC PATCH v4 38/42] drm/colorop: Add 1D Curve Custom LUT type
` [RFC PATCH v4 39/42] drm/amd/display: add shaper and blend colorops for 1D Curve Custom LUT
` [RFC PATCH v4 40/42] drm/amd/display: add 3x4 matrix colorop
` [RFC PATCH v4 41/42] drm/colorop: Add mutliplier type
` [RFC PATCH v4 42/42] drm/amd/display: add multiplier colorop

[bug report] drm/amd/display: fix null-pointer dereference on edid reading
 2024-02-26 14:42 UTC 

[PATCH] Revert "drm/amd/pm: resolve reboot exception for si oland"
 2024-02-26 22:56 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu: Refuse to create a KMS FB for non-P2P exported dma-bufs
 2024-02-26 18:01 UTC  (16+ messages)
` [PATCH 2/3] drm/amdgpu: Keep track of the number of KMS FBs using an amdgpu_bo
` [PATCH 3/3] drm/amdgpu: Refuse non-P2P dma-buf attachments for BOs with KMS FBs

[PATCH] drm/amdkfd: Use SQC when TCP would fail in gfx10.1 context save
 2024-02-26 17:47 UTC  (2+ messages)

[PATCH v3 1/3] drm/amdgpu: replace TLB seq callback with HW seq
 2024-02-26 16:58 UTC  (10+ messages)
` [PATCH v3 2/3] drm/amdgpu: implement TLB flush fence
` [PATCH v3 3/3] drm/amdgpu: sync page table freeing with tlb flush

[PATCH] drm/amdgpu: disable ring_muxer if mcbp is off
 2024-02-26 16:02 UTC  (3+ messages)

[PATCH] drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()
 2024-02-26 14:52 UTC  (6+ messages)
` [PATCH] drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()
` [PATCH v2] drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()

Kernel 6.7+ broke under-powering of my RX 6700XT. (Archlinux, mesa/amdgpu)
 2024-02-26 13:04 UTC  (19+ messages)

[PATCH] drm/amd/pm: Increase SMUv13.0.6 mode-2 reset time
 2024-02-26 11:39 UTC  (2+ messages)

[PATCH v5 0/8] drm/amd/display: Introduce KUnit to Display Mode Library
 2024-02-26 11:12 UTC  (10+ messages)
` [PATCH v5 1/8] drm/amd/display: Introduce KUnit tests for fixed31_32 library
` [PATCH v5 2/8] drm/amd/display: Introduce KUnit tests to the bw_fixed library
` [PATCH v5 3/8] drm/amd/display: Introduce KUnit tests to display_rq_dlg_calc_20
` [PATCH v5 4/8] drm/amd/display: Introduce KUnit tests to the display_mode_vba library
` [PATCH v5 5/8] drm/amd/display: Introduce KUnit to dcn20/display_mode_vba_20 library
` [PATCH v5 6/8] drm/amd/display: Introduce KUnit tests for dcn20_fpu
` [PATCH v5 7/8] drm/amd/display: Introduce KUnit tests to dc_dmub_srv library
` [PATCH v5 8/8] Documentation/gpu: Add Display Core Unit Test documentation

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-02-23 20:45 UTC  (7+ messages)

WARNING: in amdgpu_dm_atomic_commit_tail
 2024-02-25 12:58 UTC 

[PATCH] drm/amd/display: clean unnecessary braces
 2024-02-23 19:20 UTC  (4+ messages)

[PATCH] drm/amd/display: Improve 'dml32_TruncToValidBPP()' function
 2024-02-24  6:39 UTC  (3+ messages)
` [PATCH] drm/amd/display: Fix logical operator in get_meta_and_pte_attr()
` [PATCH] drm/amd/display: Remove redundant condition in dcn35_calc_blocks_to_gate()

[PATCH] drm/amdkfd: Increase the size of the memory reserved for the TBA
 2024-02-23 22:55 UTC  (2+ messages)

[PATCH 1/4] drm/amdgpu: Improve error checking in amdgpu_virt_rlcg_reg_rw
 2024-02-23 17:11 UTC  (3+ messages)
` [PATCH 2/4] drm/amdgpu: Do not program SQ_TIMEOUT_CONFIG in SRIOV

[PATCH] drm/amdgpu/pm: Fix the power1_min_cap value
 2024-02-23 16:33 UTC  (3+ messages)

[PATCH] drm/amdkfd: Add partition id field to location_id
 2024-02-23 16:26 UTC  (2+ messages)

[PATCH] drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series
 2024-02-23 16:25 UTC  (2+ messages)

[PATCH] drm/amdgpu: reserve more memory for MES runtime DRAM
 2024-02-23  9:05 UTC  (2+ messages)

[PATCH] drm/amd/display: Remove duplicated function signature from dcn3.01 DCCG
 2024-02-22 14:19 UTC 

[PATCH] drm/radeon/radeon_display: Decrease the size of allocated memory
 2024-02-22 18:04 UTC 

[INFO] mutter is a mess, wayland_xwayland
 2024-02-23  3:42 UTC 

[PATCH 1/5] drm/amdgpu: add new bit definitions for GC 9.0 PROTECTION_FAULT_STATUS
 2024-02-23  8:23 UTC  (5+ messages)
` [PATCH 2/5] drm/amdgpu: add utcl2 poison query for gfxhub
` [PATCH 3/5] drm/amdgpu: retire gfx ras query_utcl2_poison_status
` [PATCH 4/5] amd/amdkfd: get node id for query_utcl2_poison_status
` [PATCH 5/5] drm/amdgpu: skip GFX FED error in page fault handling

[PATCH] drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series
 2024-02-23  1:50 UTC  (3+ messages)

[pull] amdgpu drm-fixes-6.8
 2024-02-22 19:53 UTC 

[PATCH] drm/amdgpu: break COW for user ptr during fork()
 2024-02-22 15:26 UTC  (2+ messages)

[PATCH] drm/amd/display: Prevent potential buffer overflow in map_hw_resources
 2024-02-22 15:02 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v7 1/3] drm/buddy: Implement tracking clear page feature
 2024-02-22 13:37 UTC  (5+ messages)
` [PATCH v7 3/3] drm/buddy: Add defragmentation support

[PATCH 1/2] drm/amdgpu: Add fatal error detected flag
 2024-02-22 13:23 UTC  (3+ messages)
` [PATCH 2/2] drm/amdkfd : Skip packet submission on fatal error

[PATCH v3 0/8] dma-fence, drm, amdgpu new trace events
 2024-02-22 13:05 UTC  (4+ messages)
` [PATCH v3 6/8] drm: add drm_mode_atomic_commit event

[PATCH 1/2] drm/amdgpu: add new accessors for GPU reset-affected critcal sections
 2024-02-22 10:01 UTC  (6+ messages)
` [PATCH 2/2] drm/amdgpu: use new reset-affected accessors for userspace interfaces

Reporting a use-after-free in amdgpu and null-ptr-deref
 2024-02-22  2:42 UTC 

[PATCH Review 1/1] drm/amdgpu: Fix ineffective ras_mask settings
 2024-02-22  2:44 UTC  (2+ messages)

AMDGPU crash - request for assistance triaging / reporting
 2024-02-22  0:14 UTC  (4+ messages)

[PATCH] drm/amd/display: Use kcalloc() instead of kzalloc()
 2024-02-21 23:04 UTC  (2+ messages)

[PATCH] drm/amd/display: Add prefix to functions inside dnc10_cm_common.h
 2024-02-21 20:36 UTC  (2+ messages)

[PATCH 0/3] drm/amdgpu: Use KMEM_CACHE instead of kmem_cache_create
 2024-02-21 20:34 UTC  (3+ messages)

[PATCH] drm/amdkfd: fix process reference drop on debug ioctl
 2024-02-21 19:21 UTC  (2+ messages)

[PATCH 1/4] drm/amdgpu/vcn: Enable VCN 4.0.6 Support
 2024-02-21 18:39 UTC  (5+ messages)
` [PATCH 2/4] drm/amdgpu/soc21: Added Video Capabilities for VCN 406
` [PATCH 3/4] drm/amdgpu/soc21: Enabling PG and CG flags for VCN 4.0.6
` [PATCH 4/4] drm/amdgpu: add vcn 4.0.6 discovery support

[PATCH v6 1/3] drm/buddy: Implement tracking clear page feature
 2024-02-21 17:54 UTC  (4+ messages)

[PATCH] drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects'
 2024-02-21 17:46 UTC  (2+ messages)

[PATCH] drm/amd: Update atomfirmware.h for DCN401
 2024-02-21 15:50 UTC  (2+ messages)


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