amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-13 21:48:17 to 2025-06-17 04:26:25 UTC [more...]

[PATCH v8 0/6] drm: Create a task info option for wedge events
 2025-06-16 18:28 UTC  (3+ messages)
` [PATCH v8 1/6] drm: amdgpu: Allow NULL pointers at amdgpu_vm_put_task_info()

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

[PATCH] drm/amd: Add a sysfs file to detect whether a GPU is an APU
 2025-06-17  3:46 UTC  (3+ messages)

[v2 1/9] drm/amdgpu: add user queue reset source
 2025-06-17  3:29 UTC  (10+ messages)
` [v2 2/9] drm/amdgpu/mes: add front end for detect and reset hung queue
` [v2 3/9] drm/amdgpu/mes11: implement detect and reset callback
` [v2 4/9] drm/amdgpu: Implement active VMID detection in MES11 queue reset for GFX
` [v2 5/9] drm/amdgpu/mes12: implement detect and reset callback
` [v2 6/9] drm/amdgpu: Implement active VMID detection in MES12 queue reset for GFX
` [v2 7/9] drm/amdgpu/userq: add force completion helpers
` [v2 8/9] drm/amdgpu/userq: add a detect and reset callback
` [v2 9/9] drm/amdgpu: implements detect and reset

[PATCH V9 00/36] Reset improvements
 2025-06-17  3:08 UTC  (37+ messages)
` [PATCH 01/36] drm/amdgpu: switch job hw_fence to amdgpu_fence
` [PATCH 02/36] drm/amdgpu: remove job parameter from amdgpu_fence_emit()
` [PATCH 03/36] drm/amdgpu: remove fence slab
` [PATCH 04/36] drm/amdgpu: enable legacy enforce isolation by default
` [PATCH 05/36] drm/amdgpu/sdma5.x: suspend KFD queues in ring reset
` [PATCH 06/36] drm/amdgpu/sdma5: init engine reset mutex
` [PATCH 07/36] drm/amdgpu/sdma5.2: "
` [PATCH 08/36] drm/amdgpu: update ring reset function signature
` [PATCH 09/36] drm/amdgpu: rework queue reset scheduler interaction
` [PATCH 10/36] drm/amdgpu: move force completion into ring resets
` [PATCH 11/36] drm/amdgpu: move guilty handling "
` [PATCH 12/36] drm/amdgpu: move scheduler wqueue handling into callbacks
` [PATCH 13/36] drm/amdgpu: track ring state associated with a job
` [PATCH 14/36] drm/amdgpu/gfx9: re-emit unprocessed state on kcq reset
` [PATCH 15/36] drm/amdgpu/gfx9.4.3: "
` [PATCH 16/36] drm/amdgpu/gfx10: re-emit unprocessed state on ring reset
` [PATCH 17/36] drm/amdgpu/gfx11: "
` [PATCH 18/36] drm/amdgpu/gfx12: "
` [PATCH 19/36] drm/amdgpu/sdma6: "
` [PATCH 20/36] drm/amdgpu/sdma7: "
` [PATCH 21/36] drm/amdgpu/jpeg2: "
` [PATCH 22/36] drm/amdgpu/jpeg2.5: "
` [PATCH 23/36] drm/amdgpu/jpeg3: "
` [PATCH 24/36] drm/amdgpu/jpeg4: "
` [PATCH 25/36] drm/amdgpu/jpeg4.0.3: "
` [PATCH 26/36] drm/amdgpu/jpeg4.0.5: add queue reset
` [PATCH 27/36] drm/amdgpu/jpeg5: "
` [PATCH 28/36] drm/amdgpu/jpeg5.0.1: re-emit unprocessed state on ring reset
` [PATCH 29/36] drm/amdgpu/vcn4: "
` [PATCH 30/36] drm/amdgpu/vcn4.0.3: "
` [PATCH 31/36] drm/amdgpu/vcn4.0.5: "
` [PATCH 32/36] drm/amdgpu/vcn5: "
` [PATCH 33/36] drm/amdgpu/vcn: add a helper framework for engine resets
` [PATCH 34/36] drm/amdgpu/vcn2: implement ring reset
` [PATCH 35/36] drm/amdgpu/vcn2.5: "
` [PATCH 36/36] drm/amdgpu/vcn3: "

drm/amdgpu: AMDGPU unusable since 6.12.1 and it looks like no one cares
 2025-06-16 22:23 UTC  (5+ messages)

[PATCH resent] drm/amd/display: Fix exception handling in dm_validate_stream_and_context()
 2025-06-16 21:22 UTC  (5+ messages)
      ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH v4 00/14] drm/amd/display: more drm_edid to AMD display driver
 2025-06-16 19:29 UTC  (21+ messages)
` [PATCH v4 03/14] drm/amd/display: use drm_edid_product_id for parsing EDID product info
` [PATCH v4 10/14] drm/amd/display: add a mid-layer file to handle EDID in DC
` [PATCH v4 11/14] drm/amd/display: create a function to fill dc_sink with edid data
` [PATCH v4 12/14] drm/edid: introduce a helper that compares edid data from two drm_edid
` [PATCH v4 13/14] drm/amd/display: add drm_edid to dc_sink
` [PATCH v4 14/14] drm/amd/display: move dc_sink from dc_edid to drm_edid

[PATCH V8 00/27] Reset improvements
 2025-06-16 18:36 UTC  (32+ messages)
` [PATCH 01/27] drm/amdgpu: switch job hw_fence to amdgpu_fence
` [PATCH 02/27] drm/amdgpu/sdma: handle paging queues in amdgpu_sdma_reset_engine()
` [PATCH 04/27] drm/amdgpu: update ring reset function signature
` [PATCH 05/27] drm/amdgpu: rework queue reset scheduler interaction
` [PATCH 06/27] drm/amdgpu: move force completion into ring resets
` [PATCH 07/27] drm/amdgpu: move guilty handling "
` [PATCH 08/27] drm/amdgpu: track ring state associated with a job
` [PATCH 10/27] drm/amdgpu/gfx9.4.3: re-emit unprocessed state on kcq reset
` [PATCH 11/27] drm/amdgpu/gfx10: re-emit unprocessed state on ring reset
` [PATCH 13/27] drm/amdgpu/gfx12: "
` [PATCH 14/27] drm/amdgpu/sdma6: "
` [PATCH 15/27] drm/amdgpu/sdma7: "
` [PATCH 16/27] drm/amdgpu/jpeg2: "
` [PATCH 17/27] drm/amdgpu/jpeg2.5: "
` [PATCH 18/27] drm/amdgpu/jpeg3: "
` [PATCH 19/27] drm/amdgpu/jpeg4: "
` [PATCH 20/27] drm/amdgpu/jpeg4.0.3: "
` [PATCH 21/27] drm/amdgpu/jpeg4.0.5: add queue reset
` [PATCH 22/27] drm/amdgpu/jpeg5: "
` [PATCH 23/27] drm/amdgpu/jpeg5.0.1: re-emit unprocessed state on ring reset
` [PATCH 24/27] drm/amdgpu/vcn4: "
` [PATCH 25/27] drm/amdgpu/vcn4.0.3: "
` [PATCH 26/27] drm/amdgpu/vcn4.0.5: "
` [PATCH 27/27] drm/amdgpu/vcn5: "

[PATCH v4 0/5] Improvements to S5 power consumption
 2025-06-16 17:50 UTC  (6+ messages)
` [PATCH v4 1/5] PM: Use hibernate flows for system power off
` [PATCH v4 2/5] PCI: Put PCIe ports with downstream devices into D3 at hibernate
` [PATCH v4 3/5] drm/amd: Avoid evicting resources at S5
` [PATCH v4 4/5] scsi: Add PM_EVENT_POWEROFF into suspend callbacks
` [PATCH v4 5/5] usb: sl811-hcd: "

[PATCH] drm/amd: Adjust output for discovery error handling
 2025-06-16 17:05 UTC  (5+ messages)

[PATCH RESEND] drm/amd/display: Add sanity checks for drm_edid_raw()
 2025-06-16 16:08 UTC 

[PATCH V2] drm/amdgpu: Fix SDMA UTC_L1 handling during start/stop sequences
 2025-06-16 16:01 UTC  (5+ messages)

[PATCH] dma-fence: Fix sparse warnings due __rcu annotations
 2025-06-16 15:59 UTC 

[PATCH v2 0/2] Support for debugfs directory for each client-id in /dri directory
 2025-06-16 14:59 UTC  (8+ messages)
` [PATCH v2 1/2] drm/debugfs: add client-id to the debugfs entry
` [PATCH v2 2/2] drm: add debugfs support on per client-id basis

amdgpu vs kexec
 2025-06-16 14:02 UTC  (3+ messages)

[PATCH] drm/amdgpu: Fix SDMA UTC_L1 handling during start/stop sequences
 2025-06-16 13:51 UTC  (2+ messages)

Unplayable framerates in game but specific kernel versions work, maybe amdgpu problem
 2025-06-16 13:29 UTC  (4+ messages)

[PATCH 00/10] DC Patches for 16 June 2025
 2025-06-16 13:16 UTC  (2+ messages)

[PATCH v7 0/5] drm: Create a task info option for wedge events
 2025-06-16  7:10 UTC  (10+ messages)
` [PATCH v7 1/5] drm: amdgpu: Create amdgpu_vm_print_task_info()
` [PATCH v7 2/5] drm: Create a task info option for wedge events
` [PATCH v7 3/5] drm/doc: Add a section about "Task information" for the wedge API
` [PATCH v7 4/5] drm: amdgpu: Use struct drm_wedge_task_info inside of struct amdgpu_task_info
` [PATCH v7 5/5] drm/amdgpu: Make use of drm_wedge_task_info

[PATCH] drm/amd/display: Add kernel-doc for mpc_funcs.mcm and rmcm
 2025-06-14 10:37 UTC 

[PATCH 0/2] drm: amdgpu: Fix includes of <linux/export.h>
 2025-06-16  6:59 UTC  (4+ messages)
` [PATCH 1/2] drm/amd: Do not include <linux/export.h> when unused
` [PATCH 2/2] drm/amd: Include <linux/export.h> when needed

[PATCH V9 00/43] Color Pipeline API w/ VKMS
 2025-06-16 11:30 UTC  (3+ messages)
` [PATCH V9 16/43] drm/colorop: Add 3x4 CTM type

[PATCH 1/4] drm/amdgpu: Deprecate xgmi_link_speed enum
 2025-06-16 10:40 UTC  (5+ messages)
` [PATCH 2/4] drm/amdgpu: Add xgmi API to set max speed/width
` [PATCH 3/4] drm/amd/pm: Fetch SMUv13.0.6 xgmi "
` [PATCH 4/4] drm/amd/pm: Fetch SMUv13.0.12 "

[PATCH 00/10] Refactor ip mapping, compute and memory partition callbacks
 2025-06-16  9:37 UTC  (11+ messages)
` [PATCH 01/10] drm/amdgpu: make ip map init to common function
` [PATCH 02/10] drm/amdgpu: use common function to map ip for aqua_vanjaram
` [PATCH 03/10] drm/amdgpu: Convert select_sched into a common helper v3
` [PATCH 04/10] drm/amdgpu: Convert update_partition_sched_list "
` [PATCH 05/10] drm/amdgpu: Convert update_supported_modes into a common helper
` [PATCH 06/10] drm/amdgpu: Convert pre|post_partition_switch into common helpers
` [PATCH 07/10] drm/amdgpu: Move MAX_MEM_RANGES to amdgpu_gmc.h
` [PATCH 08/10] drm/amdgpu: Convert query_memory_partition into common helpers
` [PATCH 09/10] drm/amdgpu: Generalize is_multi_chiplet with a common helper v2
` [PATCH 10/10] drm/amdgpu: Convert init_mem_ranges into common helpers

[PATCH] drm/amdgpu: Mask out clear/wipe operation if buffer function is unavailable
 2025-06-16  8:23 UTC  (2+ messages)

[PATCH] drm/amdgpu: Release reset locks during failures
 2025-06-16  8:06 UTC  (3+ messages)

[PATCH v2 1/2] drm/amd/pm: Update SMU v13.0.12 pmfw header
 2025-06-16  5:50 UTC  (3+ messages)
` [PATCH v2 2/2] drm/amd/pm: Report pldm version and board voltage

[PATCH] drm/amdgpu: Extend bus status check to more cases
 2025-06-16  4:42 UTC  (2+ messages)

[PATCH 1/2] drm/amd/pm: move the dpm table setting back after featureenablement
 2025-06-16  3:44 UTC  (4+ messages)
` [PATCH 2/2] drm/amd/pm: set pcie default dpm table when updating pcie dpm parameters

[PATCH v1 2/2] amdgpu: add debugfs file for pt-base per client-id
 2025-06-13 23:10 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;
as well as URLs for NNTP newsgroup(s).