https://bugs.kde.org/show_bug.cgi?id=435941
--- Comment #8 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- (gdb) l *amdgpu_dm_atomic_check+0x46c 0x1b51ec is in amdgpu_dm_atomic_check (drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:9099). 9094 cursor_scale_w = new_cursor_state->crtc_w * 1000 / 9095 (new_cursor_state->src_w >> 16); 9096 cursor_scale_h = new_cursor_state->crtc_h * 1000 / 9097 (new_cursor_state->src_h >> 16); 9098 9099 primary_scale_w = new_primary_state->crtc_w * 1000 / 9100 (new_primary_state->src_w >> 16); 9101 primary_scale_h = new_primary_state->crtc_h * 1000 / 9102 (new_primary_state->src_h >> 16); the kernel seems to crash somewhere over here -- You are receiving this mail because: You are watching all bug changes.