Re: [PATCH] drm/amdgpu: handle default profile on on devices without fullscreen 3D

2024-10-23 Thread Michel Dänzer
On 2024-10-22 15:50, Alex Deucher wrote: > Some devices do not support fullscreen 3D. > > v2: Make the check generic. > > Fixes: 336568de918e ("drm/amdgpu/swsmu: default to fullscreen 3D profile for > dGPUs") > Signed-off-by: Alex Deucher > Cc: Kenneth Feng > Cc: Lijo Lazar > --- > drivers/g

Re: [PATCH] drm/amdgpu: handle default profile on on devices without fullscreen 3D

2024-10-22 Thread Lazar, Lijo
On 10/22/2024 7:20 PM, Alex Deucher wrote: > Some devices do not support fullscreen 3D. > > v2: Make the check generic. > > Fixes: 336568de918e ("drm/amdgpu/swsmu: default to fullscreen 3D profile for > dGPUs") > Signed-off-by: Alex Deucher > Cc: Kenneth Feng > Cc: Lijo Lazar Reviewed-by:

[PATCH] drm/amdgpu: handle default profile on on devices without fullscreen 3D

2024-10-22 Thread Alex Deucher
Some devices do not support fullscreen 3D. v2: Make the check generic. Fixes: 336568de918e ("drm/amdgpu/swsmu: default to fullscreen 3D profile for dGPUs") Signed-off-by: Alex Deucher Cc: Kenneth Feng Cc: Lijo Lazar --- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 11 ++- 1 file chang