Re: [Intel-gfx] [PATCH] drm/i915/fbdev: Implement wrappers for callbacks used by fbcon

2023-02-03 Thread Thomas Zimmermann
Hi Am 03.02.23 um 12:09 schrieb Hogander, Jouni: On Fri, 2023-02-03 at 12:42 +0200, Ville Syrjälä wrote: On Fri, Feb 03, 2023 at 07:21:27AM +, Hogander, Jouni wrote: On Tue, 2023-01-24 at 13:27 +0100, Thomas Zimmermann wrote: Hi Am 24.01.23 um 10:10 schrieb Jouni Högander: After

Re: [Intel-gfx] [PATCH] drm/i915/fbdev: Implement wrappers for callbacks used by fbcon

2023-02-03 Thread Hogander, Jouni
On Fri, 2023-02-03 at 12:42 +0200, Ville Syrjälä wrote: > On Fri, Feb 03, 2023 at 07:21:27AM +, Hogander, Jouni wrote: > > On Tue, 2023-01-24 at 13:27 +0100, Thomas Zimmermann wrote: > > > Hi > > > > > > Am 24.01.23 um 10:10 schrieb Jouni Högander: > > > > After disconnecting damage worker

Re: [Intel-gfx] [PATCH] drm/i915/fbdev: Implement wrappers for callbacks used by fbcon

2023-02-03 Thread Ville Syrjälä
On Fri, Feb 03, 2023 at 07:21:27AM +, Hogander, Jouni wrote: > On Tue, 2023-01-24 at 13:27 +0100, Thomas Zimmermann wrote: > > Hi > > > > Am 24.01.23 um 10:10 schrieb Jouni Högander: > > > After disconnecting damage worker from update logic our dirty > > > callback > > > is not called on

Re: [Intel-gfx] [PATCH] drm/i915/fbdev: Implement wrappers for callbacks used by fbcon

2023-02-02 Thread Hogander, Jouni
On Tue, 2023-01-24 at 13:27 +0100, Thomas Zimmermann wrote: > Hi > > Am 24.01.23 um 10:10 schrieb Jouni Högander: > > After disconnecting damage worker from update logic our dirty > > callback > > is not called on fbcon events. This is causing problems to features > > (PSR, FBC, DRRS) relying on

Re: [Intel-gfx] [PATCH] drm/i915/fbdev: Implement wrappers for callbacks used by fbcon

2023-01-24 Thread Thomas Zimmermann
Hi Am 24.01.23 um 10:10 schrieb Jouni Högander: After disconnecting damage worker from update logic our dirty callback is not called on fbcon events. This is causing problems to features (PSR, FBC, DRRS) relying on dirty callback getting called and breaking fb console when these features are in

[Intel-gfx] [PATCH] drm/i915/fbdev: Implement wrappers for callbacks used by fbcon

2023-01-24 Thread Jouni Högander
After disconnecting damage worker from update logic our dirty callback is not called on fbcon events. This is causing problems to features (PSR, FBC, DRRS) relying on dirty callback getting called and breaking fb console when these features are in use. Implement wrappers for callbacks used by