AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-03 20:02:48 to 2024-10-07 18:49:32 UTC [more...]

[PATCH 00/51] treewide: Switch to __pm_runtime_put_autosuspend()
 2024-10-07 18:49 UTC  (5+ messages)
` [PATCH 09/51] drm/amd: "
` [PATCH 11/51] drm/radeon: "

[PATCH] drm/radeon: always set GEM function pointer
 2024-10-07 18:38 UTC  (3+ messages)

[PATCH] drm/amdgpu: partially revert powerplay `__counted_by` changes
 2024-10-07 18:37 UTC  (4+ messages)

[PATCH v2 1/2] drm/amdgpu: move error log from ring write to commit
 2024-10-07 16:29 UTC  (3+ messages)

[PATCH 00/18] Separating vcn power management by instance
 2024-10-07 15:24 UTC  (29+ messages)
` [PATCH 01/18] drm/amd/pm: add inst to dpm_set_vcn_enable
` [PATCH 02/18] drm/amd/pm: power up or down vcn by instance
` [PATCH 03/18] drm/amd/pm: add inst to smu_dpm_set_vcn_enable
` [PATCH 04/18] drm/amd/pm: add inst to set_powergating_by_smu
` [PATCH 05/18] drm/amd/pm: add inst to amdgpu_dpm_set_powergating_by_smu
` [PATCH 06/18] add inst to amdgpu_dpm_enable_vcn
` [PATCH 07/18] drm/amdgpu: pass ip_block in set_powergating_state
` [PATCH 08/18] drm/amdgpu: track instances of the same IP block
` [PATCH 09/18] drm/amdgpu: add set_powergating_state_instance
` [PATCH 10/18] drm/amdgpu/vcn: separate gating state by instance
` [PATCH 11/18] drm/amdgpu: power vcn 2_5 "
` [PATCH 12/18] drm/amdgpu: power vcn 3_0 "
` [PATCH 13/18] drm/amdgpu: power vcn 4_0 "
` [PATCH 14/18] drm/amdgpu: power vcn 4_0_3 "
` [PATCH 15/18] drm/amdgpu: power vcn 4_0_5 "
` [PATCH 16/18] drm/amdgpu: power vcn 5_0_0 "
` [PATCH 17/18] drm/amdgpu/vcn: separate idle work "
` [PATCH 18/18] drm/amdgpu: set powergating state by vcn instance

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

[PATCH 1/2] Documentation/gpu: Document the situation with unqualified drm-memory-
 2024-10-07 14:39 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: Use drm_print_memory_stats helper from fdinfo

[PATCH] drm/radeon: add late_register for connector
 2024-10-07 14:08 UTC  (10+ messages)
      ` Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

[PATCH-next] Fix unintentional integer overflow
 2024-10-07 13:56 UTC  (7+ messages)

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

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

[PATCH] drm/amdgpu: prevent BO_HANDLES error from being overwritten
 2024-10-04 23:59 UTC 

[PATCH 00/26] DC Patches October 3rd, 2024
 2024-10-04 18:20 UTC  (30+ 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] drm/amd/display: Remove unused regamma functions
 2024-10-04 22:56 UTC 

[PATCH 00/28] drm: Remove DRM aperture helpers
 2024-10-04  9:01 UTC  (3+ messages)
` [PATCH 08/28] drm/loongson: Use video "

[PATCH v2] drm/radeon: add late_register for connector
 2024-10-04 18:24 UTC  (3+ messages)
  ` [PATCH v2] drm/radeon: add late_register for connector - Please test

[bug report] drm/amdgpu/mes: use ring for kernel queue submission
 2024-10-04 17:22 UTC 

[PATCH] drm/amdgpu: fix typos
 2024-10-06 11:27 UTC 

NULL pointer dereference after ib test on ring 7 succeeded
 2024-10-07 12:44 UTC  (4+ messages)
` NULL pointer dereference with kernel 6.12.0-rc1 and ARUBA GPU

[PATCH] drm/amdgpu: Wait for reset on init completion
 2024-10-07  9:33 UTC 

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-10-06  1:55 UTC  (2+ messages)
` (subset) "

[PATCH v6 29/44] drm/amd/display: Add support for sRGB EOTF in BLND block
 2024-10-05 15:11 UTC  (3+ messages)

[PATCH v6 00/44] Color Pipeline API w/ VKMS
 2024-10-05 11:03 UTC  (41+ messages)
` [PATCH v6 03/44] drm/vkms: Add kunit tests for VKMS LUT handling
` [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 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 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 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 v2 10/11] drm/client: Make client support optional
 2024-10-05  1:34 UTC  (2+ messages)

[PATCH] drm/amd/display: fix hibernate entry for DCN35+
 2024-10-04 20:52 UTC  (4+ messages)

[PATCH] drm/amdkfd: Accounting pdd vram_usage for svm
 2024-10-04 20:28 UTC 

[PATCH 00/18] Separating vcn power management by instance
 2024-10-04 19:34 UTC  (16+ messages)
` [PATCH 01/18] drm/amd/pm: add new vcn enable function pointer
` [PATCH 05/18] drm/amd/pm: set vcn enable by instance
` [PATCH 07/18] drm/amdgpu/vcn: separate gating state "
` [PATCH 09/18] drm/amdgpu: pass ip_block in set_powergating_state
` [PATCH 10/18] drm/amdgpu: add ip block with instance

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

[PATCH AUTOSEL 5.10 25/26] drm/amd/display: Check null pointer before dereferencing se
 2024-10-04 18:29 UTC 

[PATCH v2 03/11] drm/fbdev: Select fbdev I/O helpers from modules that require them
 2024-10-04 18:29 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 30/31] drm/amd/display: Check null pointer before dereferencing se
 2024-10-04 18:28 UTC 

[PATCH AUTOSEL 6.1 40/42] drm/amd/display: Check null pointer before dereferencing se
 2024-10-04 18:26 UTC 

[PATCH AUTOSEL 6.6 55/58] drm/amd/display: Check null pointer before dereferencing se
 2024-10-04 18:24 UTC 

[PATCH AUTOSEL 6.10 66/70] drm/amdgpu: nuke the VM PD/PT shadow handling
 2024-10-04 18:21 UTC  (2+ messages)
` [PATCH AUTOSEL 6.10 67/70] drm/amd/display: Check null pointer before dereferencing se

[PATCH AUTOSEL 6.11 72/76] drm/amdgpu: nuke the VM PD/PT shadow handling
 2024-10-04 18:17 UTC  (2+ messages)
` [PATCH AUTOSEL 6.11 73/76] drm/amd/display: Check null pointer before dereferencing se

[PATCH] drm/amd/display: disable SG displays on cyan skillfish
 2024-10-04 17:56 UTC  (2+ messages)

[PATCH v8 0/5] drm/amd/display: Use drm_edid for more code
 2024-10-04 16:16 UTC  (2+ messages)

[PATCH] drm/amdkfd: add/remove kfd queues through on stop/start KFD scheduling
 2024-10-04 16:07 UTC 

[PATCH 1/4] drm/amdgpu/smu13: always apply the powersave optimization
 2024-10-04 15:57 UTC  (4+ messages)
` [PATCH 2/4] drm/amdgpu/swsmu: Only force workload setup on init
` [PATCH 3/4] drm/amdgpu/swsmu: default to fullscreen 3D profile for dGPUs
` [PATCH 4/4] drm/amdgpu/swsmu: add automatic parameter to set_soft_freq_range

[PATCH v2] drm/amdkfd: Not restore userptr buffer if kfd process has been removed
 2024-10-04 15:54 UTC 

[PATCH 1/2] drm/amd/pm: Update SMUv13.0.6 PMFW headers
 2024-10-04 15:01 UTC  (2+ messages)
` [PATCH 2/2] drm/amd/pm: Fill pcie recov cntr to metrics 1.6

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

[PATCH-next v2] Fix unintentional integer overflow
 2024-10-04 11:19 UTC  (4+ 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 14:36 UTC  (3+ 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 13:38 UTC  (3+ messages)
` [PATCH v2] "
  ` [lvc-project] "

[PATCH v4] docs/gpu: ci: update flake tests requirements
 2024-10-03 14:09 UTC  (2+ 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  (3+ messages)


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