AMD-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-02 11:28:45 to 2024-10-04 14:37:22 UTC [more...]

[PATCH-next] Fix unintentional integer overflow
 2024-10-04  9:15 UTC  (2+ messages)

[PATCH] drm/amdgpu: partially revert powerplay `__counted_by` changes
 2024-10-04 14:37 UTC  (3+ messages)

[PATCH] drm/amd/display: disable SG displays on cyan skillfish
 2024-10-04 14:30 UTC 

[PATCH 1/3] drm/amdgpu: Drop unused fence argument from amdgpu_vmid_grab_used
 2024-10-04 14:15 UTC  (5+ messages)
` [PATCH 3/3] drm/amdgpu: Remove the while loop from amdgpu_job_prepare_job

[PATCH v2] drm/radeon: add late_register for connector
 2024-10-04 14:00 UTC  (2+ messages)

[PATCH v2] drm/amdkfd: not restore userptr buffer if kfd process has been removed
 2024-10-04 13:52 UTC  (4+ messages)

[PATCH 00/26] DC Patches October 3rd, 2024
 2024-10-04 12:56 UTC  (28+ messages)
` [PATCH 01/26] drm/amd/display: Unify blank_phantom and blank_pixel_data
` [PATCH 02/26] drm/amd/display: skip disable CRTC in seemless bootup case
` [PATCH 03/26] drm/amd/display: Flip All Planes Under OTG Master When Flip Immediate
` [PATCH 04/26] drm/amd/display: Revert commit Update Interface to Check UCLK DPM
` [PATCH 05/26] drm/amd/display: force TBT4 dock dsc on
` [PATCH 06/26] drm/amd/display: Assign socclk in dml
` [PATCH 07/26] drm/amd/display: Fix garbage or black screen when resetting otg
` [PATCH 08/26] drm/amd/display: Display lost signal on playing video
` [PATCH 09/26] drm/amd/display: Noitfy DMCUB of D0/D3 state in hardware init
` [PATCH 10/26] drm/amd/display: Fix low black values by increasing error
` [PATCH 11/26] drm/amd/display: Remove programming outstanding updates for dcn35
` [PATCH 12/26] drm/amd/display: update sr_exit latency for z8
` [PATCH 13/26] drm/amd/display: Clear update flags after update has been applied
` [PATCH 14/26] drm/amd/display: fix a memleak issue when driver is removed
` [PATCH 15/26] drm/amd/display: calculate final viewport before TAP optimization
` [PATCH 16/26] drm/amd/display: Align static screen idle worker with IPX mode
` [PATCH 17/26] drm/amd/display: Skip Invalid Streams from DSC Policy
` [PATCH 18/26] drm/amd/display: Allow Latency Increase For Last Strategy
` [PATCH 19/26] drm/amd/display: Move Link Encoder Assignment Out Of dc_global_validate
` [PATCH 20/26] drm/amd/display: Update Interface to Check UCLK DPM
` [PATCH 21/26] drm/amd/display: Add DMUB debug offset
` [PATCH 22/26] drm/amd/display: Remove unnecessary assignments
` [PATCH 23/26] drm/amd/display: Remove redundant assignments
` [PATCH 24/26] drm/amd/display: Initialize replay_config var
` [PATCH 25/26] drm/amd/display: Initialize new backlight_level_params structure
` [PATCH 26/26] drm/amd/display: 3.2.304

[PATCH v6 00/44] Color Pipeline API w/ VKMS
 2024-10-04 11:43 UTC  (53+ 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 26/44] drm/amd/display: Skip color pipeline initialization for cursor plane
` [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 35/44] drm/amd/display: add shaper and blend colorops for 1D Curve Custom LUT
` [PATCH v6 36/44] drm/amd/display: add 3x4 matrix colorop
` [PATCH v6 37/44] drm/colorop: Add mutliplier type
` [PATCH v6 38/44] drm/amd/display: add multiplier colorop
` [PATCH v6 39/44] drm/amd/display: Swap matrix and multiplier
` [PATCH v6 40/44] drm/colorop: Define LUT_1D interpolation
` [PATCH v6 41/44] drm/colorop: allow non-bypass colorops
` [PATCH v6 42/44] drm/colorop: Add 3D LUT supports to color pipeline
` [PATCH v6 43/44] drm/amd/display: add 3D LUT colorop
` [PATCH v6 44/44] drm/amd/display: Add AMD color pipeline doc

[PATCH-next v2] Fix unintentional integer overflow
 2024-10-04 11:19 UTC  (4+ messages)

[PATCH] drm/amdkfd: Move gfx12 trap handler to separate file
 2024-10-04  9:42 UTC  (3+ messages)

[PATCH] drm/amdgpu: Add dcn30 drm_panic support
 2024-10-04  9:07 UTC 

[REGRESSION][BISECTED] 58a261bfc967: choppy GPU performance
 2024-10-04  9:05 UTC  (13+ messages)

[PATCH 6.12 regression fix 0/2] drm/radeon regression fixes
 2024-10-03 15:50 UTC  (4+ messages)
` [PATCH 6.12 regression fix 1/2] drm/radeon: Revert: "remove load callback from kms_driver"
` [PATCH 6.12 regression fix 2/2] drm/radeon: Revert: "use GEM references instead of TTMs"

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

[PATCH] drm/radeon: add late_register for connector
 2024-10-03 17:48 UTC  (3+ messages)

[PATCH v4] docs/gpu: ci: update flake tests requirements
 2024-10-03 14:09 UTC  (4+ messages)

[PATCH v5 00/80] drm: Provide client setup helper and convert drivers
 2024-10-03 13:11 UTC  (5+ messages)
` [PATCH v5 79/80] drm/omapdrm: Remove struct drm_fb_helper from struct omap_fbdev

[PATCH] drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occupancy()'
 2024-10-04  3:45 UTC 

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

[PATCH] drm/amdkfd: not restore userptr buffer if kfd process has been removed
 2024-10-03 20:48 UTC  (2+ messages)

[PATCH v5 00/44] Color Pipeline API w/ VKMS
 2024-10-03 20:09 UTC  (7+ 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 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 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][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  (9+ messages)
` [PATCH 01/18] drm/amd/pm: add new vcn enable function pointer
` [PATCH 07/18] drm/amdgpu/vcn: separate gating state by instance
` [PATCH 09/18] drm/amdgpu: pass ip_block in set_powergating_state
` [PATCH 10/18] drm/amdgpu: add ip block with 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  (5+ messages)
` [PATCH 02/28] drm/arm/hdlcd: Use video "
` [PATCH 07/28] drm/i915: "


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).