Hi all, After merging the amdgpu tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c: In function 'commit_planes_for_stream': drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:2608:13: error: 'struct pipe_ctx' has no member named 'ttu_regs' 2608 | odm_pipe->ttu_regs.min_ttu_vblank = MAX_TTU; | ^~ Caused by commit 752106f5c5cd ("drm/amd/display: Set max TTU on DPG enable") CONFIG_DRM_AMD_DC_DCN is not set in this build. I have used the amdgpu tree from next-20210329 for today. -- Cheers, Stephen Rothwell