https://bugs.kde.org/show_bug.cgi?id=495843
Zamundaaa <xaver.h...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #10 from Zamundaaa <xaver.h...@gmail.com> --- >From the log, it's evident that KWin is trying to disable the cursor plane, so that it can enable tearing: [ 799.322487] amdgpu 0000:03:00.0: [drm:drm_ioctl] comm="DP-2" pid=1487, dev=0xe201, auth=1, DRM_IOCTL_MODE_ATOMIC [ 799.322488] amdgpu 0000:03:00.0: [drm:drm_atomic_state_init] Allocated atomic state 0000000016f80ea3 [ 799.322489] amdgpu 0000:03:00.0: [drm:drm_atomic_get_plane_state] Added [PLANE:76:plane-6] 000000007791a1e9 state to 0000000016f80ea3 [ 799.322490] amdgpu 0000:03:00.0: [drm:drm_atomic_set_fb_for_plane] Set [NOFB] for [PLANE:76:plane-6] state 000000007791a1e9 [ 799.322490] amdgpu 0000:03:00.0: [drm:drm_mode_atomic_ioctl] need at least one CRTC for DRM_MODE_PAGE_FLIP_EVENT [ 799.322491] amdgpu 0000:03:00.0: [drm:drm_atomic_state_default_clear] Clearing atomic state 0000000016f80ea3 [ 799.322492] amdgpu 0000:03:00.0: [drm:__drm_atomic_state_free] Freeing atomic state 0000000016f80ea3 [ 799.322493] amdgpu 0000:03:00.0: [drm:drm_ioctl] comm="DP-2", pid=1487, ret=-22 [ 799.322495] amdgpu 0000:03:00.0: [drm:drm_ioctl] comm="DP-2" pid=1487, dev=0xe201, auth=1, DRM_IOCTL_MODE_ATOMIC that "need at least one CRTC for DRM_MODE_PAGE_FLIP_EVENT" means that the cursor plane is already disabled, so KWin is doing nonsense. -- You are receiving this mail because: You are watching all bug changes.