Re: [PATCH] drm/amd/display: Fix Compile Error for DCE

2021-12-11 Thread Alex Deucher
Acked-by: Alex Deucher On Fri, Dec 10, 2021 at 9:42 PM Fangzhi Zuo wrote: > > Follow-up fix for: > drm/amd/display: Add Debugfs Entry to Force in SST Sequence > > Signed-off-by: Fangzhi Zuo > --- > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 6 +- > 1 file changed, 5

Re: [PATCH 1/2] drm/amd/display: Reduce stack size for dml31_ModeSupportAndSystemConfigurationFull

2021-12-11 Thread Rodrigo Siqueira Jordao
On 2021-12-09 11:46 a.m., Michel Dänzer wrote: From: Michel Dänzer Move code using the Pipe struct to a new helper function. Works around[0] this warning (resulting in failure to build a RHEL debug kernel with Werror enabled):

Re: Reuse framebuffer after a kexec (amdgpu / efifb)

2021-12-11 Thread Gerd Hoffmann
On Fri, Dec 10, 2021 at 07:54:34PM -0500, Felix Kuehling wrote: > Do you actually need to restore the exact boot-up mode? If you have the same > framebuffer memory layout (width, height, bpp, stride) the precise display > timing doesn't really matter. So we "just" need to switch to a mode that's