AMD-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-27 12:22:15 to 2024-03-29 07:16:14 UTC [more...]

[PATCH 0/2] drm/amdgpu/display: Make multi-plane configurations more flexible
 2024-03-28 15:52 UTC  (4+ messages)
` [PATCH 1/2] drm/amd/display: Introduce overlay cursor mode

[PATCH] drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2
 2024-03-29  7:16 UTC  (2+ messages)

Proposal to add CRIU support to DRM render nodes
 2024-03-28 20:42 UTC  (7+ messages)

[PATCH 00/43] DC Patches Apr 1, 2024
 2024-03-28 19:50 UTC  (44+ messages)
` [PATCH 01/43] drm/amd/display: Fix compiler redefinition warnings for certain configs
` [PATCH 02/43] drm/amd/display: Add timing pixel encoding for mst mode validation
` [PATCH 03/43] drm/amd/display: fix underflow in some two display subvp/non-subvp configs
` [PATCH 04/43] drm/amd/display: optimize dml2 pipe resource allocation order
` [PATCH 05/43] drm/amd/display: Toggle additional RCO options in DCN35
` [PATCH 06/43] drm/amd/display: Decouple dcn35 and dcn351 dmub firmware
` [PATCH 07/43] drm/amd/display: Expand supported Replay residency mode
` [PATCH 08/43] drm/amd/display: FEC overhead should be checked once for mst slot nums
` [PATCH 09/43] drm/amd/display: handle invalid connector indices
` [PATCH 10/43] drm/amd/display: Add dmub additional interface support for FAMS
` [PATCH 11/43] drm/amd/display: update pipe topology log to support subvp
` [PATCH 12/43] drm/amd/display: Enable DTBCLK DTO earlier in the sequence
` [PATCH 13/43] drm/amd/display: Add dummy interface for tracing DCN32 SMU messages
` [PATCH 14/43] drm/amd/display: Enable RCO for HDMISTREAMCLK in DCN35
` [PATCH 15/43] drm/amd/display: Allow HPO PG for DCN35
` [PATCH 16/43] drm/amd/display: Skip on writeback when it's not applicable
` [PATCH 17/43] drm/amd/display: Add OTG check for set AV mute
` [PATCH 18/43] drm/amd/display: Add extra logging for HUBP and OTG
` [PATCH 19/43] drm/amd/display: Disable Z8 minimum stutter period check for DCN35
` [PATCH 20/43] drm/amd/display: add root clock control function pointer to fix display corruption
` [PATCH 21/43] drm/amd/display: Add extra DMUB logging to track message timeout
` [PATCH 22/43] drm/amd/display: remove context->dml2 dependency from DML21 wrapper
` [PATCH 23/43] drm/amd/display: Add handling for DC power mode
` [PATCH 24/43] drm/amd/display: move build test pattern params as part of pipe resource update for odm
` [PATCH 25/43] drm/amd/display: Fix compiler warnings on high compiler warning levels
` [PATCH 26/43] drm/amd/display: Allow RCG for Static Screen + LVP for DCN35
` [PATCH 27/43] drm/amd/display: 3.2.279
` [PATCH 28/43] drm/amd/display: Initialize DP ref clk with the correct clock
` [PATCH 29/43] drm/amd/display: Set alpha enable to 0 for some specific formats
` [PATCH 30/43] drm/amd/display: Enable cur_rom_en even if cursor degamma is not enabled
` [PATCH 31/43] drm/amd/display: Add some missing debug registers
` [PATCH 32/43] drm/amd/display: Update DSC compute parameter calculation
` [PATCH 33/43] drm/amd/display: Drop legacy code
` [PATCH 34/43] drm/amd/display: Add missing registers
` [PATCH 35/43] drm/amd/display: Remove redundant RESERVE0 and RESERVE1
` [PATCH 36/43] drm/amd/display: Add missing SFB and OPP_SF
` [PATCH 37/43] drm/amd/display: Initialize debug variable data
` [PATCH 38/43] drm/amd/display: Fix MPCC DTN logging
` [PATCH 39/43] drm/amd/display: Add WBSCL ram coefficient for writeback
` [PATCH 40/43] drm/amd/display: Add code comments clock and encode code
` [PATCH 41/43] drm/amd/display: Includes adjustments
` [PATCH 42/43] drm/amd/display: Add color logs for dcn20
` [PATCH 43/43] drm/amd/display: Enable FGCG for DCN351

[PATCH] drm/amdgpu: use vm_update_mode=0 as default in sriov for gfx10.3 onwards
 2024-03-28 18:32 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION a6bd6c9333397f5a0e2667d4d82fef8c970108f2
 2024-03-28 18:09 UTC 

[PATCH v9 1/3] drm/buddy: Implement tracking clear page feature
 2024-03-28 16:48 UTC  (4+ messages)

[PATCH] drm/amdgpu: Fix VCN allocation in CPX partition
 2024-03-28 15:41 UTC  (2+ messages)

[PATCH v3 00/14] Unified cross-architecture kernel-mode FPU API
 2024-03-27 22:08 UTC  (17+ messages)
` [PATCH v3 01/14] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 02/14] ARM: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 03/14] ARM: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v3 04/14] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 05/14] arm64: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v3 06/14] lib/raid6: "
` [PATCH v3 07/14] LoongArch: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 08/14] powerpc: "
` [PATCH v3 09/14] x86: "
` [PATCH v3 10/14] riscv: Add support for kernel-mode FPU
` [PATCH v3 11/14] drm/amd/display: Only use hard-float, not altivec on powerpc
` [PATCH v3 12/14] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 13/14] selftests/fpu: Move FP code to a separate translation unit
` [PATCH v3 14/14] selftests/fpu: Allow building on other architectures

[PATCH] drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2
 2024-03-28 12:29 UTC  (2+ messages)

[PATCH v3 1/5] drm/amdgpu: Add a new runtime mode definition
 2024-03-28 10:32 UTC  (2+ messages)

[RFC PATCH v3 0/6] drm/amd/display: switch amdgpu_dm_connector to use struct drm_edid
 2024-03-28  9:33 UTC  (9+ messages)
` [RFC PATCH v3 1/6] drm/amd/display: remove unused pixel_clock_mhz from amdgpu_dm_connector
` [RFC PATCH v3 2/6] drm/amd/display: clean unused variables for hdmi freesync parser
` [RFC PATCH v3 3/6] drm/amd/display: switch amdgpu_dm_connector to use struct drm_edid
` [RFC PATCH v3 4/6] drm/amd/display: switch to setting physical address directly
` [RFC PATCH v3 5/6] drm/amd/display: always call connector_update when parsing freesync_caps
` [RFC PATCH v3 6/6] drm/amd/display: remove redundant freesync parser for DP

[PATCH v2 1/4] drm/amdgpu: Set fatal errror detected flag earlier
 2024-03-28  8:01 UTC  (7+ messages)
` [PATCH v2 2/4] drm/amd/pm: Add PMFW message and capability flags
` [PATCH v2 3/4] drm/amd/pm: Add special handling for RAS messages
` [PATCH v2 4/4] drm/amd/pm: Categorize RAS messages on SMUv13.0.6

[PATCH] drm/amd/pm: fix the high voltage issue after unload
 2024-03-28  8:00 UTC  (2+ messages)

[PATCH] drm/amdgpu: refine function signature of amdgpu_aca_get_error_data()
 2024-03-28  6:25 UTC  (2+ messages)

[PATCH] drm/amd/display: add DCN 351 version for microcode load
 2024-03-28  6:02 UTC  (3+ messages)

[PATCH v3] drm/amdgpu: Reset dGPU if suspend got aborted
 2024-03-28  5:50 UTC  (2+ messages)

[PATCH] drm/amdgpu: add post reset IP callback
 2024-03-28  4:40 UTC 

[PATCH v2] drm/amdgpu: Reset dGPU if suspend got aborted
 2024-03-28  4:30 UTC  (3+ messages)

[PATCH] drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11
 2024-03-28  4:23 UTC  (2+ messages)

[PATCH 1/2] drm/amd/swsmu: Update smu v14.0.0 headers to be 14.0.1 compatible
 2024-03-28  4:20 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: add smu 14.0.1 discovery support

[PATCH] drm/amdgpu: add IP's FW information to devcoredump
 2024-03-28  4:18 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu: use CPU to update VM during GPU reset
 2024-03-28  3:44 UTC  (2+ messages)

[PATCH] drm/amdgpu: Reset dGPU if suspend got aborted
 2024-03-28  3:36 UTC  (3+ messages)

[pull] amdgpu, amdkfd drm-fixes-6.9
 2024-03-28  2:53 UTC 

[PATCH] drm/amdgpu: set vm_update_mode=0 as default for NV32 in SRIOV case
 2024-03-27 23:34 UTC 

[RFC PATCH v2 0/6] switch amdgpu_dm_connector to use struct drm_edid
 2024-03-27 16:54 UTC  (7+ messages)
` [RFC PATCH v2 1/6] drm/amd/display: remove unused pixel_clock_mhz from amdgpu_dm_connector
` [RFC PATCH v2 2/6] drm/amd/display: clean unused variables for hdmi freesync parser
` [RFC PATCH v2 3/6] drm/amd/display: switch amdgpu_dm_connector to use struct drm_edid
` [RFC PATCH v2 4/6] drm/amd/display: switch to setting physical address directly
` [RFC PATCH v2 5/6] drm/amd/display: always call connector_update when parsing freesync_caps
` [RFC PATCH v2 6/6] drm/amd/display: remove redundant freesync parser for DP

[linux-next:master] BUILD REGRESSION 26074e1be23143b2388cacb36166766c235feb7c
 2024-03-27 15:32 UTC 

2024 X.Org Board of Directors Elections Nomination period is NOW
 2024-03-26 15:42 UTC  (2+ messages)
` 2024 X.Org Foundation Membership deadline for voting in the election

[PATCH v2] drm/amdgpu: Clear the hotplug interrupt ack bit before hpd initialization
 2024-03-27  4:37 UTC  (6+ messages)

FAILED: Patch "drm/amd/display: Add align done check" failed to apply to 4.19-stable tree
 2024-03-27 12:29 UTC 

FAILED: Patch "drm/amd/display: Implement wait_for_odm_update_pending_complete" failed to apply to 4.19-stable tree
 2024-03-27 12:28 UTC 

FAILED: Patch "Revert "drm/amd/display: Send DTBCLK disable message on first commit"" failed to apply to 4.19-stable tree
 2024-03-27 12:28 UTC 

FAILED: Patch "drm/amd/display: Align the returned error code with legacy DP" failed to apply to 4.19-stable tree
 2024-03-27 12:28 UTC 

FAILED: Patch "drm/amd/display: Fix idle check for shared firmware state" failed to apply to 4.19-stable tree
 2024-03-27 12:28 UTC 

FAILED: Patch "drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue" failed to apply to 4.19-stable tree
 2024-03-27 12:28 UTC 

FAILED: Patch "drm/amd/display: Init DPPCLK from SMU on dcn32" failed to apply to 4.19-stable tree
 2024-03-27 12:28 UTC 

FAILED: Patch "drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable W/A" failed to apply to 4.19-stable tree
 2024-03-27 12:28 UTC 

FAILED: Patch "drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag" failed to apply to 4.19-stable tree
 2024-03-27 12:28 UTC 

FAILED: Patch "drm/amd/display: Allow dirty rects to be sent to dmub when abm is active" failed to apply to 4.19-stable tree
 2024-03-27 12:28 UTC 

FAILED: Patch "drm/amd/display: Amend coasting vtotal for replay low hz" failed to apply to 4.19-stable tree
 2024-03-27 12:28 UTC 

FAILED: Patch "drm/amd/display: Add logging resource checks" failed to apply to 4.19-stable tree
 2024-03-27 12:28 UTC 

FAILED: Patch "drm/amd/display: Add monitor patch for specific eDP" failed to apply to 4.19-stable tree
 2024-03-27 12:27 UTC 

FAILED: Patch "drm/amd/display: Override min required DCFCLK in dml1_validate" failed to apply to 4.19-stable tree
 2024-03-27 12:27 UTC 

FAILED: Patch "drm/amd/display: Fix noise issue on HDMI AV mute" failed to apply to 4.19-stable tree
 2024-03-27 12:27 UTC 

FAILED: Patch "drm/amd/display: Change default size for dummy plane in DML2" failed to apply to 4.19-stable tree
 2024-03-27 12:27 UTC 

FAILED: Patch "Revert "drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz"" failed to apply to 4.19-stable tree
 2024-03-27 12:27 UTC 

FAILED: Patch "drm/amd/display: Preserve original aspect ratio in create stream" failed to apply to 4.19-stable tree
 2024-03-27 12:27 UTC 

FAILED: Patch "drm/amd/display: Add a dc_state NULL check in dc_state_release" failed to apply to 4.19-stable tree
 2024-03-27 12:27 UTC 

FAILED: Patch "drm/amd/display: Update odm when ODM combine is changed on an otg master pipe with no plane" failed to apply to 4.19-stable tree
 2024-03-27 12:27 UTC 

FAILED: Patch "drm/amd/display: fix incorrect mpc_combine array size" failed to apply to 4.19-stable tree
 2024-03-27 12:27 UTC 

FAILED: Patch "drm/amd/display: fixed integer types and null check locations" failed to apply to 4.19-stable tree
 2024-03-27 12:27 UTC 

FAILED: Patch "drm/amd/display: Fix DML2 watermark calculation" failed to apply to 4.19-stable tree
 2024-03-27 12:26 UTC 

FAILED: Patch "drm/amdgpu: Reset IH OVERFLOW_CLEAR bit" failed to apply to 4.19-stable tree
 2024-03-27 12:26 UTC 

FAILED: Patch "drm/amd/display: Lock all enabled otg pipes even with no planes" failed to apply to 4.19-stable tree
 2024-03-27 12:26 UTC 

FAILED: Patch "drm/amd/display: Fix late derefrence 'dsc' check in 'link_set_dsc_pps_packet()'" failed to apply to 4.19-stable tree
 2024-03-27 12:26 UTC 

FAILED: Patch "drm/amd/display: Increase frame-larger-than for all display_mode_vba files" failed to apply to 4.19-stable tree
 2024-03-27 12:26 UTC 

FAILED: Patch "drm/amd/display: Fix uninitialized variable usage in core_link_ 'read_dpcd() & write_dpcd()' functions" failed to apply to 4.19-stable tree
 2024-03-27 12:26 UTC 

FAILED: Patch "drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr" failed to apply to 4.19-stable tree
 2024-03-27 12:26 UTC 

FAILED: Patch "drm/amd/display: Drop 'acrtc' and add 'new_crtc_state' NULL check for writeback requests." failed to apply to 4.19-stable tree
 2024-03-27 12:26 UTC 

FAILED: Patch "drm/amd/display: Clear OPTC mem select on disable" failed to apply to 4.19-stable tree
 2024-03-27 12:26 UTC 

FAILED: Patch "drm/amd/display: adjust few initialization order in dm" failed to apply to 4.19-stable tree
 2024-03-27 12:26 UTC 

FAILED: Patch "drm/amd/display: Init link enc resources in dc_state only if res_pool presents" failed to apply to 4.19-stable tree
 2024-03-27 12:26 UTC 

FAILED: Patch "drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs" failed to apply to 4.19-stable tree
 2024-03-27 12:26 UTC 

FAILED: Patch "drm/amd/display: Revert Remove pixle rate limit for subvp" failed to apply to 4.19-stable tree
 2024-03-27 12:25 UTC 

FAILED: Patch "Revert "drm/amd/display: Add left edge pixel for YCbCr422/420 + ODM pipe split"" failed to apply to 4.19-stable tree
 2024-03-27 12:25 UTC 

FAILED: Patch "drm/amd/display: Return the correct HDCP error code" failed to apply to 4.19-stable tree
 2024-03-27 12:25 UTC 

FAILED: Patch "drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs" failed to apply to 4.19-stable tree
 2024-03-27 12:25 UTC 

FAILED: Patch "drm/amdgpu: make damage clips support configurable" failed to apply to 4.19-stable tree
 2024-03-27 12:25 UTC 

FAILED: Patch "drm/amd/display: Add align done check" failed to apply to 5.4-stable tree
 2024-03-27 12:25 UTC 

FAILED: Patch "drm/amd/display: Implement wait_for_odm_update_pending_complete" failed to apply to 5.4-stable tree
 2024-03-27 12:24 UTC 

FAILED: Patch "Revert "drm/amd/display: Send DTBCLK disable message on first commit"" failed to apply to 5.4-stable tree
 2024-03-27 12:24 UTC 

FAILED: Patch "drm/amd/display: Align the returned error code with legacy DP" failed to apply to 5.4-stable tree
 2024-03-27 12:24 UTC 

FAILED: Patch "drm/amd/display: Fix idle check for shared firmware state" failed to apply to 5.4-stable tree
 2024-03-27 12:24 UTC 

FAILED: Patch "drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue" failed to apply to 5.4-stable tree
 2024-03-27 12:24 UTC 

FAILED: Patch "drm/amd/display: Init DPPCLK from SMU on dcn32" failed to apply to 5.4-stable tree
 2024-03-27 12:24 UTC 

FAILED: Patch "drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable W/A" failed to apply to 5.4-stable tree
 2024-03-27 12:24 UTC 

FAILED: Patch "drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag" failed to apply to 5.4-stable tree
 2024-03-27 12:24 UTC 

FAILED: Patch "drm/amd/display: Allow dirty rects to be sent to dmub when abm is active" failed to apply to 5.4-stable tree
 2024-03-27 12:24 UTC 

FAILED: Patch "drm/amd/display: Amend coasting vtotal for replay low hz" failed to apply to 5.4-stable tree
 2024-03-27 12:24 UTC 

FAILED: Patch "drm/amd/display: Add logging resource checks" failed to apply to 5.4-stable tree
 2024-03-27 12:24 UTC 

FAILED: Patch "drm/amd/display: Add monitor patch for specific eDP" failed to apply to 5.4-stable tree
 2024-03-27 12:24 UTC 

FAILED: Patch "drm/amd/display: Override min required DCFCLK in dml1_validate" failed to apply to 5.4-stable tree
 2024-03-27 12:24 UTC 

FAILED: Patch "drm/amd/display: Fix noise issue on HDMI AV mute" failed to apply to 5.4-stable tree
 2024-03-27 12:23 UTC 

FAILED: Patch "drm/amd/display: Change default size for dummy plane in DML2" failed to apply to 5.4-stable tree
 2024-03-27 12:23 UTC 

FAILED: Patch "drm/amd/display: Preserve original aspect ratio in create stream" failed to apply to 5.4-stable tree
 2024-03-27 12:23 UTC 

FAILED: Patch "drm/amd/display: Update odm when ODM combine is changed on an otg master pipe with no plane" failed to apply to 5.4-stable tree
 2024-03-27 12:23 UTC 

FAILED: Patch "Revert "drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz"" failed to apply to 5.4-stable tree
 2024-03-27 12:23 UTC 

FAILED: Patch "drm/amd/display: Add a dc_state NULL check in dc_state_release" failed to apply to 5.4-stable tree
 2024-03-27 12:23 UTC 

FAILED: Patch "drm/amd/display: fix incorrect mpc_combine array size" failed to apply to 5.4-stable tree
 2024-03-27 12:23 UTC 

FAILED: Patch "drm/amd/display: fixed integer types and null check locations" failed to apply to 5.4-stable tree
 2024-03-27 12:23 UTC 

FAILED: Patch "drm/amd/display: Fix DML2 watermark calculation" failed to apply to 5.4-stable tree
 2024-03-27 12:23 UTC 

FAILED: Patch "drm/amdgpu: Reset IH OVERFLOW_CLEAR bit" failed to apply to 5.4-stable tree
 2024-03-27 12:22 UTC 

FAILED: Patch "drm/amd/display: Lock all enabled otg pipes even with no planes" failed to apply to 5.4-stable tree
 2024-03-27 12:22 UTC 

FAILED: Patch "drm/amd/display: Fix late derefrence 'dsc' check in 'link_set_dsc_pps_packet()'" failed to apply to 5.4-stable tree
 2024-03-27 12:22 UTC 

FAILED: Patch "drm/amd/display: Increase frame-larger-than for all display_mode_vba files" failed to apply to 5.4-stable tree
 2024-03-27 12:22 UTC 

FAILED: Patch "drm/amd/display: Fix uninitialized variable usage in core_link_ 'read_dpcd() & write_dpcd()' functions" failed to apply to 5.4-stable tree
 2024-03-27 12:22 UTC 

FAILED: Patch "drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr" failed to apply to 5.4-stable tree
 2024-03-27 12:22 UTC 

FAILED: Patch "drm/amd/display: Drop 'acrtc' and add 'new_crtc_state' NULL check for writeback requests." failed to apply to 5.4-stable tree
 2024-03-27 12:22 UTC 

FAILED: Patch "drm/amd/display: Clear OPTC mem select on disable" failed to apply to 5.4-stable tree
 2024-03-27 12:22 UTC 

FAILED: Patch "drm/amd/display: adjust few initialization order in dm" failed to apply to 5.4-stable tree
 2024-03-27 12:22 UTC 

FAILED: Patch "drm/amd/display: Init link enc resources in dc_state only if res_pool presents" failed to apply to 5.4-stable tree
 2024-03-27 12:22 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).