Re: [PATCH] drm/amdgpu: add UAPI to query if user queues are supported

2025-03-23 Thread Marek Olšák
Adding it into drm_amdgpu_info_device with a DRM version bump is better. Marek On Fri, Mar 21, 2025 at 4:54 PM Alex Deucher wrote: > I can move it into device_info if that's better. > > Alex > > On Fri, Mar 21, 2025 at 3:42 PM Marek Olšák wrote: > > > > This is not in device_info, but it'll do

[PATCH 2/2] drm/amd: Allow printing Renoir OD SCLK levels without setting dpm to manual

2025-03-23 Thread Mario Limonciello
From: Mario Limonciello Several other ASICs allow printing OD SCLK levels without setting DPM control to manual. When OD is disabled it will show the range the hardware supports. When OD is enabled it will show what values have been programmed. Adjust Renoir to work the same. Reported-by: Vicki

[PATCH 1/2] drm/amd: Allow printing VanGogh OD SCLK levels without setting dpm to manual

2025-03-23 Thread Mario Limonciello
From: Mario Limonciello Several other ASICs allow printing OD SCLK levels without setting DPM control to manual. When OD is disabled it will show the range the hardware supports. When OD is enabled it will show what values have been programmed. Adjust VanGogh to work the same. Cc: Pierre-Loup A

[PATCH 16/18] drm/amdgpu: keep removing sid.h dependency from si_dma.c

2025-03-23 Thread Alexandre Demers
Move and rename DMA_SEM_INCOMPLETE_TIMER_CNTL and DMA_SEM_WAIT_FAIL_TIMER_CNTL in oss_1_0_d.h Signed-off-by: Alexandre Demers --- drivers/gpu/drm/amd/amdgpu/si_dma.c | 6 +++--- drivers/gpu/drm/amd/amdgpu/sid.h | 2 -- drivers/gpu/drm/amd/include/asic_reg/oss

Re: commit 7ffb791423c7 breaks steam game

2025-03-23 Thread Balbir Singh
On 3/22/25 23:23, Bert Karwatzki wrote: > The problem occurs in this part of ttm_tt_populate(), in the nokaslr case > the loop is entered and repeatedly run because ttm_dma32_pages allocated > exceeds > the ttm_dma32_pages_limit which leads to lots of calls to > ttm_global_swapout(). > > if (!st