[kwin] [Bug 485639] Adaptive Sync has inconsistent refresh in KWin Plasma/6.0 (AMDGPU)

2024-04-21 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=485639

Zamundaaa  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/-/commit/fba948b39f |ma/kwin/-/commit/fbd780186c
   |6e3b2e70caa1880903f8fb17faf |76764617dba0365b9ca3de7cfe2
   |6d9 |f86

--- Comment #10 from Zamundaaa  ---
Git commit fbd780186c76764617dba0365b9ca3de7cfe2f86 by Xaver Hugl.
Committed on 21/04/2024 at 14:55.
Pushed by zamundaaa into branch 'Plasma/6.0'.

scene/workspacescene: don't check direct scanout candidates for a pixmap

We don't need a pixmap for direct scanout, and the drm backend destroys the
pixmap
when direct scanout is successful... so this check created a loop of direct
scanout
working and not working, and worse, the client reallocating its buffers each
time.
Related: bug 485730, bug 485712, bug 477016


(cherry picked from commit fba948b39f6e3b2e70caa1880903f8fb17faf6d9)

M  +1-11   src/scene/workspacescene.cpp

https://invent.kde.org/plasma/kwin/-/commit/fbd780186c76764617dba0365b9ca3de7cfe2f86

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 485639] Adaptive Sync has inconsistent refresh in KWin Plasma/6.0 (AMDGPU)

2024-04-21 Thread Julien Delquié
https://bugs.kde.org/show_bug.cgi?id=485639

Julien Delquié  changed:

   What|Removed |Added

 CC||julien@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 485639] Adaptive Sync has inconsistent refresh in KWin Plasma/6.0 (AMDGPU)

2024-04-21 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=485639

Zamundaaa  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/fba948b39f
   ||6e3b2e70caa1880903f8fb17faf
   ||6d9
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Zamundaaa  ---
Git commit fba948b39f6e3b2e70caa1880903f8fb17faf6d9 by Xaver Hugl.
Committed on 19/04/2024 at 21:06.
Pushed by zamundaaa into branch 'master'.

scene/workspacescene: don't check direct scanout candidates for a pixmap

We don't need a pixmap for direct scanout, and the drm backend destroys the
pixmap
when direct scanout is successful... so this check created a loop of direct
scanout
working and not working, and worse, the client reallocating its buffers each
time.
Related: bug 485730, bug 485712, bug 477016

M  +1-11   src/scene/workspacescene.cpp

https://invent.kde.org/plasma/kwin/-/commit/fba948b39f6e3b2e70caa1880903f8fb17faf6d9

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 485639] Adaptive Sync has inconsistent refresh in KWin Plasma/6.0 (AMDGPU)

2024-04-20 Thread Ivan Ko
https://bugs.kde.org/show_bug.cgi?id=485639

--- Comment #8 from Ivan Ko  ---
(In reply to Bug Janitor Service from comment #5)
> A possibly relevant merge request was started @
> https://invent.kde.org/plasma/kwin/-/merge_requests/5626

Confirmed issue was fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 485639] Adaptive Sync has inconsistent refresh in KWin Plasma/6.0 (AMDGPU)

2024-04-20 Thread Pedro Nishiyama
https://bugs.kde.org/show_bug.cgi?id=485639

--- Comment #7 from Pedro Nishiyama  ---
I managed to reproduced the issue, when the PC goes to sleep mode and come
back, the VRR starts to refresh inconsistently. It occurs mainly at lower
framerates, such as 60~90 FPS, even with consistent frametimes.
The commits I listed do nothing in this case.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 485639] Adaptive Sync has inconsistent refresh in KWin Plasma/6.0 (AMDGPU)

2024-04-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485639

--- Comment #6 from nishiyama...@gmail.com ---
(In reply to Bug Janitor Service from comment #5)
> A possibly relevant merge request was started @
> https://invent.kde.org/plasma/kwin/-/merge_requests/5626

Fixed the issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 485639] Adaptive Sync has inconsistent refresh in KWin Plasma/6.0 (AMDGPU)

2024-04-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=485639

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kwin/-/merge_requests/5626

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 485639] Adaptive Sync has inconsistent refresh in KWin Plasma/6.0 (AMDGPU)

2024-04-19 Thread wokim
https://bugs.kde.org/show_bug.cgi?id=485639

wokim  changed:

   What|Removed |Added

 CC||t...@nijstekje.nl

--- Comment #4 from wokim  ---
(In reply to Ivan Ko from comment #3)
> Reverting the following commit from 6.0.4 branch fixes the issue for me:
> 
> https://invent.kde.org/plasma/kwin/-/commit/
> 19ffe2ac411b866cd646942d4e3cfb41d8ca89a1

Thanks, I can confirm that reverting that commit fixes it for me too! Both VRR
disabled and enabled work without stuttering for me now.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 485639] Adaptive Sync has inconsistent refresh in KWin Plasma/6.0 (AMDGPU)

2024-04-19 Thread Ivan Ko
https://bugs.kde.org/show_bug.cgi?id=485639

--- Comment #3 from Ivan Ko  ---
Reverting the following commit from 6.0.4 branch fixes the issue for me:

https://invent.kde.org/plasma/kwin/-/commit/19ffe2ac411b866cd646942d4e3cfb41d8ca89a1

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 485639] Adaptive Sync has inconsistent refresh in KWin Plasma/6.0 (AMDGPU)

2024-04-19 Thread Ivan Ko
https://bugs.kde.org/show_bug.cgi?id=485639

Ivan Ko  changed:

   What|Removed |Added

 CC||ivanwheele...@gmail.com

--- Comment #2 from Ivan Ko  ---
Can confirm that 6.0.4 is the issue. Tried to patch stable 6.0.4 with those
commits (required some changes) and that didn't fix anything. Rebuilding kwin
6.0.3 package fixes framerate and games are butter smooth again.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 485639] Adaptive Sync has inconsistent refresh in KWin Plasma/6.0 (AMDGPU)

2024-04-17 Thread Yannick
https://bugs.kde.org/show_bug.cgi?id=485639

Yannick  changed:

   What|Removed |Added

 CC||leguen.yann...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 485639] Adaptive Sync has inconsistent refresh in KWin Plasma/6.0 (AMDGPU)

2024-04-17 Thread Oleh
https://bugs.kde.org/show_bug.cgi?id=485639

Oleh  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||postno...@gmail.com

--- Comment #1 from Oleh  ---
The same issue after updating to 6.0.4 today. VRR stopped working in all
Proton\Wine games, it constantly jumps from 75hz to max refresh rate (180hz)
and vice versa

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 485639] Adaptive Sync has inconsistent refresh in KWin Plasma/6.0 (AMDGPU)

2024-04-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485639

nishiyama...@gmail.com changed:

   What|Removed |Added

Summary|Adaptive Sync has   |Adaptive Sync has
   |inconsistent refresh in |inconsistent refresh in
   |KWin Plasma/6.0 |KWin Plasma/6.0 (AMDGPU)

-- 
You are receiving this mail because:
You are watching all bug changes.