AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-25 14:15:08 to 2025-03-27 22:04:01 UTC [more...]

commit 7ffb791423c7 breaks steam game
 2025-03-27 22:03 UTC  (15+ messages)

[PATCH 00/14] Convert more of amdgpu to drm_*() macros
 2025-03-27 20:38 UTC  (14+ messages)
` [PATCH 01/14] drm/amd: Use ACPI macros for amdgpu_acpi
` [PATCH 02/14] drm/amd: Avoid showing an error about memory allocation in amdgpu_acpi_enumerate_xcc()
` [PATCH 03/14] drm/amd: Convert dev_err_once() messages to drm_err_once()
` [PATCH 04/14] drm/amd: Adjust amdgpu_vpe messages from dev_*() to drm_*()
` [PATCH 05/14] drm/amd: Adjust atombios parser messages from DRM_*() "
` [PATCH 06/14] drm/amd: Drop prototype for amdgpu_ucode_print_imu_hdr()
` [PATCH 07/14] drm/amd: Add a 'struct amdgpu_device' argument to all header printers
` [PATCH 08/14] drm/amd: Use drm_*() macros for all amdgpu_ucode prints
` [PATCH 09/14] drm/amd: Adjust amdgpu connector messages from DRM_*() to drm_*()
` [PATCH 10/14] drm/amd: Adjust amdgpu_atombios "
` [PATCH 11/14] drm/amd: Add struct amdgpu_device into amdgpu_gfx_parse_disable_cu()
` [PATCH 12/14] drm/amd: Add struct amdgpu_device argument to amdgpu_reset_create_reset_domain()
` [PATCH 14/14] drm/amd: Drop 'amdgpu' from pr_fmt()

[PATCH] drm/amdkfd: limit sdma queue reset caps flagging for gfx9
 2025-03-27 20:24 UTC  (3+ messages)

[PATCH] drm/amd/pp: Fix potential NULL pointer dereference in atomctrl_initialize_mc_reg_table
 2025-03-27 18:47 UTC  (2+ messages)

[PATCH] Documentation: Remove repeated word in docs
 2025-03-27 18:36 UTC  (2+ messages)

[PATCH] drm/amdkfd: Drop workaround for GC v9.4.3 revID 0
 2025-03-27 17:47 UTC 

[PATCH] drm/amdgpu: Add indirect L1_TLB_CNTL reg programming for VFs
 2025-03-27 15:57 UTC 

[PATCH 0/5] Small tidy up of CIK code
 2025-03-27 15:21 UTC  (5+ messages)
` [PATCH 6/5] drm/amdgpu: fix style in dce_v8_0.c and in vi.c

[PATCH] drm/amdgpu: immediately use GTT for new allocations
 2025-03-27 15:15 UTC  (2+ messages)

[PATCH v0] kernel: resource: add devm_request_free_mem_region_from_end()
 2025-03-27 14:26 UTC  (2+ messages)

[PATCH] drm/amdgpu: only lock the valid list of invalidated bo
 2025-03-27 14:24 UTC  (2+ messages)

[PATCH] drm/amd/display: port the workload profile setting logic into dm
 2025-03-27 14:08 UTC  (5+ messages)

[PATCH] drm/amdgpu: Fix Manual Execution of Cleaner Shader in Gang Submissions
 2025-03-27 13:50 UTC  (8+ messages)

[PATCH V2 1/3] drm/amd/display: Protect FPU in dml21_copy()
 2025-03-27  9:53 UTC  (3+ messages)
` [PATCH V2 2/3] drm/amd/display: Protect FPU in dml2_init()/dml21_init()
` [PATCH V2 3/3] drm/amd/display: Protect FPU in dml2_validate()/dml21_validate()

[PATCH] drm/amdgpu/ip_discovery: add missing ip_discovery fw
 2025-03-27 12:56 UTC  (2+ messages)

commit 7ffb791423c7 breaks steam game
 2025-03-27 10:40 UTC  (7+ messages)

[PATCH v2 1/4] drm/amdgpu/gfx11: Implement the GFX11 KGQ pipe reset
 2025-03-27  9:38 UTC  (8+ messages)
` [PATCH v2 4/4] drm/amdgpu/gfx12: Implement the GFX12 KCQ "

2025 X.Org Foundation Membership deadline for voting in the upcoming election
 2025-03-26 18:06 UTC 

[PATCH 00/18] Properly wire defines, shifts and masks in SI and cleanup
 2025-03-27  4:21 UTC  (4+ messages)
` [PATCH 10/18] drm/amdgpu: add missing SMU6 defines, shifts and masks

[PATCH 1/2] drm/amd/display: Protect dml2_create()/dml2_copy()/dml2_create_copy()
 2025-03-27  1:40 UTC  (6+ messages)

[PATCH V8 00/43] Color Pipeline API w/ VKMS
 2025-03-26 23:47 UTC  (44+ messages)
` [PATCH V8 01/43] drm: Add helper for conversion from signed-magnitude
` [PATCH V8 02/43] drm/vkms: Add kunit tests for VKMS LUT handling
` [PATCH V8 03/43] drm/doc/rfc: Describe why prescriptive color pipeline is needed
` [PATCH V8 04/43] drm/colorop: Introduce new drm_colorop mode object
` [PATCH V8 05/43] drm/colorop: Add TYPE property
` [PATCH V8 06/43] drm/colorop: Add 1D Curve subtype
` [PATCH V8 07/43] drm/colorop: Add BYPASS property
` [PATCH V8 08/43] drm/colorop: Add NEXT property
` [PATCH V8 09/43] drm/colorop: Add atomic state print for drm_colorop
` [PATCH V8 10/43] drm/plane: Add COLOR PIPELINE property
` [PATCH V8 11/43] drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
` [PATCH V8 12/43] Documentation/gpu: document drm_colorop
` [PATCH V8 13/43] drm/vkms: Add enumerated 1D curve colorop
` [PATCH V8 14/43] drm/vkms: Add kunit tests for linear and sRGB LUTs
` [PATCH V8 15/43] drm/colorop: Add 3x4 CTM type
` [PATCH V8 16/43] drm/vkms: Use s32 for internal color pipeline precision
` [PATCH V8 17/43] drm/vkms: add 3x4 matrix in color pipeline
` [PATCH V8 18/43] drm/tests: Add a few tests around drm_fixed.h
` [PATCH V8 19/43] drm/vkms: Add tests for CTM handling
` [PATCH V8 20/43] drm/colorop: pass plane_color_pipeline client cap to atomic check
` [PATCH V8 21/43] drm/colorop: define a new macro for_each_new_colorop_in_state
` [PATCH V8 22/43] drm/amd/display: Ignore deprecated props when plane_color_pipeline set
` [PATCH V8 23/43] drm/amd/display: Add bypass COLOR PIPELINE
` [PATCH V8 24/43] drm/amd/display: Skip color pipeline initialization for cursor plane
` [PATCH V8 25/43] drm/amd/display: Add support for sRGB EOTF in DEGAM block
` [PATCH V8 26/43] drm/amd/display: Add support for sRGB Inverse EOTF in SHAPER block
` [PATCH V8 27/43] drm/amd/display: Add support for sRGB EOTF in BLND block
` [PATCH V8 28/43] drm/colorop: Add PQ 125 EOTF and its inverse
` [PATCH V8 29/43] drm/amd/display: Enable support for PQ 125 EOTF and Inverse
` [PATCH V8 30/43] drm/colorop: add BT2020/BT709 OETF and Inverse OETF
` [PATCH V8 31/43] drm/amd/display: Add support for BT.709 and BT.2020 TFs
` [PATCH V8 32/43] drm/colorop: Add 1D Curve Custom LUT type
` [PATCH V8 33/43] drm/amd/display: add shaper and blend colorops for 1D Curve Custom LUT
` [PATCH V8 34/43] drm/amd/display: add 3x4 matrix colorop
` [PATCH V8 35/43] drm/colorop: Add mutliplier type
` [PATCH V8 36/43] drm/amd/display: add multiplier colorop
` [PATCH V8 37/43] drm/amd/display: Swap matrix and multiplier
` [PATCH V8 38/43] drm/colorop: Define LUT_1D interpolation
` [PATCH V8 39/43] drm/colorop: allow non-bypass colorops
` [PATCH V8 40/43] drm/colorop: Add 3D LUT support to color pipeline
` [PATCH V8 41/43] drm/amd/display: add 3D LUT colorop
` [PATCH V8 42/43] drm/amd/display: Add AMD color pipeline doc
` [PATCH V8 43/43] drm/colorop: Add destroy functions for color pipeline

[PATCH 00/17] DC Patches Mar 24, 2024
 2025-03-26 19:49 UTC  (18+ messages)
` [PATCH 01/17] drm/amd/display: convert DRM_ERROR to drm_err in hpd_rx_irq_create_workqueue()
` [PATCH 02/17] drm/amd/display: use drm_err in hpd rx offload
` [PATCH 03/17] drm/amd/display: use drm_err in create_validate_stream_for_sink()
` [PATCH 04/17] drm/amd/display: convert more DRM_ERROR to drm_err
` [PATCH 05/17] drm/amd/display: Set ODM Factor Based On DML Architecture
` [PATCH 06/17] drm/amd/display: Use meaningful size for block_sequence array
` [PATCH 07/17] drm/amd/display: Enable Replay Low Hz feature flag
` [PATCH 08/17] drm/amd/display: Consider downspread against max clocks in DML2.1
` [PATCH 09/17] drm/amd/display: use drm_info instead of DRM_INFO
` [PATCH 10/17] drm/amd/display: use drm_warn instead of DRM_WARN
` [PATCH 11/17] drm/amd/display: Add a Panel Replay config option
` [PATCH 12/17] drm/amd/display: Add Support for reg inbox0 for host->DMUB CMDs
` [PATCH 13/17] drm/amd/display: Do Not Consider DSC if Valid Config Not Found
` [PATCH 14/17] drm/amd/display: Do not enable Replay and PSR while VRR is on in amdgpu_dm_commit_planes()
` [PATCH 15/17] drm/amd/display: Fix VUpdate offset calculations for dcn401
` [PATCH 16/17] drm/amd/display: Fix Vertical Interrupt definitions for dcn32, dcn401
` [PATCH 17/17] drm/amd/display: Promote DAL to 3.2.327

[PATCH 1/2] drm/amdgpu/gfx11: clean up and consolidate sw_init
 2025-03-26 17:59 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu/gfx12: split userq setup to a separate switch

[PATCH 0/6] Documentation/gpu/amdgpu: Add documentation about Pipes, Queues, MES, and others
 2025-03-26 17:57 UTC  (14+ messages)
` [PATCH 1/6] Documentation/gpu: Add new acronyms
` [PATCH 2/6] Documentation/gpu: Change index order to show driver core first
` [PATCH 3/6] Documentation/gpu: Create a documentation entry just for hardware info
` [PATCH 4/6] Documentation/gpu: Add explanation about AMD Pipes and Queues
` [PATCH 5/6] Documentation/gpu: Create a GC entry in the amdgpu documentation
` [PATCH 6/6] Documentation/gpu: Add an intro about MES

[PATCH 1/2] Documentation: update KIQ documentation
 2025-03-26 17:51 UTC  (2+ messages)
` [PATCH 2/2] Documenation: fix typo in debugfs.rst

[PATCH 1/2] drm/amdgpu/gfx11: fix num_mec
 2025-03-26 15:55 UTC  (6+ messages)
` [PATCH 2/2] drm/amdgpu/gfx12: "

[PATCH 1/3] drm/amdgpu/gfx: make amdgpu_gfx_me_queue_to_bit() static
 2025-03-26 15:37 UTC  (4+ messages)

[PATCH] drm/amdgpu/gfx10: Add Cleaner Shader Support for GFX10.3.x GPUs
 2025-03-26 15:19 UTC  (2+ messages)

[PATCH] drm/amdgpu: Prefer shadow rom when available
 2025-03-26 12:46 UTC  (2+ messages)

[PATCH] Remove unnecessary firmware version check for gc v9_4_2
 2025-03-26 10:11 UTC  (2+ messages)

[PATCH 1/6] drm/amd/pm: Remove host limit metrics support
 2025-03-26  9:22 UTC  (7+ messages)
` [PATCH 2/6] drm/amd/pm: Update smu metrics table for smu_v13_0_6
` [PATCH 3/6] drm/amd/pm: Add gpu_metrics_v1_8
` [PATCH 4/6] drm/amd/pm: Expose smu_v13_0_6 caps
` [PATCH 5/6] drm/amd/pm: Use gpu_metrics_v1_8 for smu_v13_0_6
` [PATCH 6/6] drm/amd/pm: Use gpu_metrics_v1_8 for smu_v13_0_12

[PATCH v2 00/59] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2025-03-25 23:05 UTC  (18+ messages)
` [PATCH v2 29/59] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v2 30/59] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
` [PATCH v2 33/59] docs/dyndbg: add classmap info to howto (TBD)
` [PATCH v2 44/59] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v2 47/59] drm-dyndbg: add DRM_CLASSMAP_USE to bochs

[PATCH] drm/amdgpu: Remove the redundant NULL check for the 'dte_data' object
 2025-03-26  6:01 UTC 

[PATCH] drm/amdgpu: use static ids for ACP platform devs
 2025-03-25 23:11 UTC  (3+ messages)

[PATCH 00/63] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2025-03-25 16:03 UTC  (6+ messages)
` [PATCH 16/63] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP

[PATCH] drm/amdgpu: Add basic validation for RAS header
 2025-03-26  8:03 UTC 

[PATCH] drm/amd/display: replace use of msleep(<20) with usleep_range for better accuracy
 2025-03-26  7:00 UTC 

[PATCH 1/6] drm/amdgpu/gfx6: fix CSIB handling
 2025-03-25 22:57 UTC  (4+ messages)

[PATCH] drm/amdgpu: drop some dead code
 2025-03-25 20:42 UTC  (3+ messages)

[PATCH] drm/amdgpu: add initial documentation for debugfs files
 2025-03-25 20:07 UTC  (2+ messages)

[PATCH AUTOSEL 6.13 6/7] drm/amd/display: Fix incorrect fw_state address in dmub_srv
 2025-03-25 18:42 UTC 

[PATCH V5 00/11] Add disable kernel queue support
 2025-03-25 17:32 UTC  (6+ messages)

[PATCH] drm/amdkfd: Remove the redundant NULL check for the 'svms' object
 2025-03-25 16:32 UTC  (2+ messages)

[PATCH V2 1/2] drm/amdgpu: store userq_managers in a list in adev
 2025-03-25 15:36 UTC  (2+ messages)
` [PATCH V2 2/2] drm/amdgpu/userq: prevent runtime pm when userqs are active

[PATCH 1/2] drm/amdgpu: store userq_managers in a list in adev
 2025-03-25 15:34 UTC  (3+ messages)

[RFC PATCH RESEND v4 0/6] drm/display: dp: add new DPCD access functions
 2025-03-25 14:21 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: Fix typo
 2025-03-25 14:19 UTC  (2+ messages)

[PATCH] drm/amd/pm: Add zero RPM enabled OD setting support for SMU14.0.2
 2025-03-25 14:18 UTC  (2+ messages)

[PATCH] drm/amdgpu: Replace deprecated function strcpy() with strscpy()
 2025-03-25 14:14 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