AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-30 14:32:24 to 2024-10-03 20:03:25 UTC [more...]

[PATCH] drm/amd/pm: check return value of amdgpu_irq_add_id()
 2024-10-03 14:30 UTC  (6+ messages)
  ` [PATCH v2] "
    ` [lvc-project] "

[PATCH 6.12 regression fix 0/2] drm/radeon regression fixes
 2024-10-03 15:50 UTC  (2+ messages)

[PATCH-next v2] Fix unintentional integer overflow
 2024-10-03 10:44 UTC  (2+ messages)

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

[PATCH v5 00/44] Color Pipeline API w/ VKMS
 2024-10-03 20:00 UTC  (5+ messages)

[PATCH] drm/amdkfd: Move gfx12 trap handler to separate file
 2024-10-03 19:40 UTC  (2+ messages)

[PATCH v2 00/11] drm: Introduce DRM client library
 2024-10-03 17:10 UTC  (13+ messages)
` [PATCH v2 01/11] drm/i915: Select DRM_CLIENT_SELECTION
` [PATCH v2 02/11] drm/xe: "
` [PATCH v2 03/11] drm/fbdev: Select fbdev I/O helpers from modules that require them
` [PATCH v2 04/11] drm/fbdev: Store fbdev module parameters in separate file
` [PATCH v2 05/11] drm/client: Move client event handlers to drm_client_event.c
` [PATCH v2 06/11] drm/client: Move suspend/resume into DRM client callbacks
` [PATCH v2 07/11] drm/amdgpu: Suspend and resume internal clients with client helpers
` [PATCH v2 08/11] drm/nouveau: Suspend and resume "
` [PATCH v2 09/11] drm/radeon: "
` [PATCH v2 10/11] drm/client: Make client support optional
` [PATCH v2 11/11] drm/client: Add client-lib module

[PATCH] drm/amdkfd: Copy wave state only for compute queue
 2024-10-03 16:32 UTC  (2+ messages)

[PATCH] drm/radeon: add late_register for connector
 2024-10-03 15:54 UTC  (2+ messages)

[PATCH 0/2] drm: Treewide plane/crtc legacy state sweeping
 2024-10-03 15:45 UTC  (9+ messages)
` [PATCH 1/2] drm: Move plane->{fb, old_fb, crtc} to legacy sub-structure
  ` [PATCH 1/2] drm: Move plane->{fb,old_fb,crtc} "
` [PATCH 2/2] drm: Move crtc->{x, y, mode, enabled} "

[PATCH] drm/amdkfd: Add kfd driver function to support hot plug/unplug amdgpu devices
 2024-10-03 15:07 UTC  (3+ messages)

[PATCH] drm/amdgpu: partially revert powerplay `__counted_by` changes
 2024-10-03 14:06 UTC 

[PATCH v1] drm/amdgpu: Clean up duplicate ip_block object
 2024-10-03 13:51 UTC  (2+ messages)

[PATCH v5 0/6] DRM_SET_CLIENT_NAME ioctl
 2024-10-03 12:43 UTC  (7+ messages)
` [PATCH v5 1/6] drm: add "
` [PATCH v5 2/6] drm: use drm_file client_name in fdinfo
` [PATCH v5 3/6] drm/amdgpu: delay the use of amdgpu_vm_set_task_info
` [PATCH v5 4/6] drm/amdgpu: alloc and init vm::task_info from first submit
` [PATCH v5 5/6] drm/amdgpu: make process_name a flexible array
` [PATCH v5 6/6] drm/amdgpu: use drm_file::name in task_info::process_desc

[PATCH-next] Fix unintentional integer overflow
 2024-10-03  8:58 UTC  (2+ messages)

[PATCH v2 1/2] drm/amdgpu: move error log from ring write to commit
 2024-10-03  8:28 UTC  (2+ messages)
` [PATCH v2 2/2] drm/amdgpu: no need to log error in multi ring write

[PATCH 1/2] drm/amdgpu: move error log from ring write to commit
 2024-10-03  8:13 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: no need to log error in multi ring write

[PATCH] drm/amdgpu: add amdgpu_jpeg_sched_mask debugfs
 2024-10-02 19:20 UTC  (2+ messages)

[PATCH v2 0/2] drm/ttm: Add an option to report graphics memory OOM
 2024-10-03  4:28 UTC  (8+ messages)
` [PATCH v2 1/2] drm/ttm: Change ttm_device_init to use a struct instead of multiple bools
` [PATCH v2 2/2] drm/ttm: Add a device flag to propagate -ENOSPC on OOM

[PATCH v9 0/2] drm/atomic: Ease async flip restrictions
 2024-10-02 21:16 UTC  (3+ messages)
` [PATCH v9 1/2] drm/atomic: Let drivers decide which planes to async flip
` [PATCH v9 2/2] drm/amdgpu: Enable async flip on overlay planes

[PATCH v2] drm/amdkfd: Fix an eviction fence leak
 2024-10-02 20:22 UTC  (2+ messages)

[PATCH v4] docs/gpu: ci: update flake tests requirements
 2024-10-02 18:50 UTC  (3+ messages)

[PATCH][next] drm/amdgpu: Fix spelling mistake "initializtion" -> "initialization"
 2024-10-02 18:00 UTC  (2+ messages)

[PATCH 1/6] drm/amdgpu/gfx10: Implement cleaner shader support for GFX10 hardware
 2024-10-02 17:42 UTC  (16+ messages)
` [PATCH 2/6] drm/amdgpu/gfx10: Apply Isolation Enforcement to GFX & Compute rings
` [PATCH 3/6] drm/amdgpu/gfx11: Implement cleaner shader support for GFX11 hardware
  ` [PATCH v2 "
` [PATCH 4/6] drm/amdgpu/gfx11: Apply Isolation Enforcement to GFX & Compute rings
` [PATCH 5/6] drm/amdgpu/gfx12: Implement cleaner shader support for GFX12 hardware
  ` [PATCH v2 "
` [PATCH 6/6] drm/amdgpu/gfx12: Apply Isolation Enforcement to GFX & Compute rings
` [PATCH v2 1/6] drm/amdgpu/gfx10: Implement cleaner shader support for GFX10 hardware

[PATCH 00/18] Separating vcn power management by instance
 2024-10-02 17:32 UTC  (24+ messages)
` [PATCH 01/18] drm/amd/pm: add new vcn enable function pointer
` [PATCH 02/18] drm/amd/pm: enable vcn by instance for smu v13
` [PATCH 03/18] drm/amd/pm: enable vcn by instance for smu v14
` [PATCH 04/18] drm/amd/pm: enable vcn by instance for smu 11
` [PATCH 05/18] drm/amd/pm: set vcn enable by instance
` [PATCH 06/18] drm/amd/pm: set powergating by smu "
` [PATCH 07/18] drm/amdgpu/vcn: separate gating state "
` [PATCH 08/18] drm/amdgpu/vcn: separate idle work "
` [PATCH 09/18] drm/amdgpu: pass ip_block in set_powergating_state
` [PATCH 10/18] drm/amdgpu: add ip block with instance
` [PATCH 11/18] drm/amdgpu: add set_powergating_state_instance
` [PATCH 12/18] drm/amdgpu: power vcn 2_5 by instance
` [PATCH 13/18] drm/amdgpu: power vcn 3_0 "
` [PATCH 14/18] drm/amdgpu: power vcn 4_0 "
` [PATCH 15/18] drm/amdgpu: power vcn 4_0_3 "
` [PATCH 16/18] drm/amdgpu: power vcn 4_0_5 "
` [PATCH 17/18] drm/amdgpu: power vcn 5_0_0 "
` [PATCH 18/18] drm/amdgpu: set powergating state by vcn instance

7840U amdgpu MMVM_L2_PROTECTION_FAULT_STATUS
 2024-10-02 17:04 UTC  (2+ messages)

[PATCH] drm/amdgpu: change the comment from handle to ip_block
 2024-10-02 14:03 UTC  (2+ messages)

[pull] amdgpu drm-fixes-6.12
 2024-10-02 13:58 UTC 

[PATCH 00/28] drm: Remove DRM aperture helpers
 2024-10-02 13:48 UTC  (7+ messages)
` [PATCH 02/28] drm/arm/hdlcd: Use video "
` [PATCH 06/28] drm/hyperv-drm: "
` [PATCH 07/28] drm/i915: "

[REGRESSION][BISECTED] 58a261bfc967: choppy GPU performance
 2024-10-02 12:34 UTC  (13+ messages)

[PATCH] drm/amdgpu: fix html doc generation warning
 2024-10-02  9:32 UTC  (2+ messages)

[PATCH] Revert "drm/radeon: use GEM references instead of TTMs"
 2024-10-02  6:43 UTC  (3+ messages)

[PATCH v1 5/9] drm/amd/pm: use pm_runtime_get_if_active for debugfs getters
 2024-10-01 21:13 UTC  (2+ messages)

[PATCH] drm/amdgpu/gfx9: Add Cleaner Shader Deinitialization in gfx_v9_0 Module
 2024-10-01 14:40 UTC  (3+ messages)

AMD drm patch workflow is broken for stable trees
 2024-10-01 13:19 UTC  (11+ messages)

[PATCH] drm/amdgpu: add dce6 drm_panic support
 2024-10-01 12:43 UTC  (7+ messages)
` [PATCH v2] "

NULL pointer dereference after ib test on ring 7 succeeded
 2024-09-30 17:54 UTC  (3+ messages)
` NULL pointer dereference with kernel 6.12.0-rc1 and ARUBA GPU

[PATCH] drm/amd/powerplay: Delete unused function and maths library
 2024-09-30 15:28 UTC  (3+ messages)

[PATCH v1 0/9] drm/amd/pm runtime pm changes
 2024-09-30 16:54 UTC  (3+ messages)
` [PATCH v1 7/9] drm/amd/pm: add sysfs attribute access wrappers

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-09-30 15:51 UTC  (4+ messages)
` [PATCH 25/35] drm/amd/display: "

[PATCH] drm/radeon/r600_cs: Fix possible int overflow in r600_packet3_check()
 2024-09-30 15:49 UTC  (2+ messages)

[PATCH 00/13] DC Patches Sept 23, 2024
 2024-09-30 14:52 UTC  (2+ messages)

[PATCH 00/12] update the handle ptr for reset of the functions
 2024-09-30 14:45 UTC  (12+ messages)
` [PATCH 01/12] drm/amdgpu: remove the dummy fn acp_early_init
` [PATCH 03/12] drm/amdgpu: update the handle ptr in prepare_suspend
` [PATCH 04/12] drm/amdgpu: update the handle ptr in check_soft_reset
` [PATCH 05/12] drm/amdgpu: update the handle ptr in pre_soft_reset
` [PATCH 06/12] drm/amdgpu: update the handle ptr in soft_reset
` [PATCH 07/12] drm/amdgpu: update the handle ptr in post_soft_reset
` [PATCH 09/12] drm/amdgpu: update the handle ptr in suspend
` [PATCH 11/12] drm/amdgpu: update the handle ptr in hw_init
` [PATCH 12/12] drm/amdgpu: update the handle ptr in hw_fini


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