Re: [PATCH 1/6] fbcon: Make cursor_blink=0 work when configured before fb devices appear

2025-02-14 Thread Helge Deller
On 2/14/25 18:41, Ville Syrjälä wrote: On Thu, Feb 13, 2025 at 11:47:42PM +0100, Helge Deller wrote: On 2/13/25 15:42, Ville Syrjälä wrote: On Thu, Sep 26, 2024 at 12:13:04PM +0200, Helge Deller wrote: On 9/26/24 11:57, Ville Syrjälä wrote: On Thu, Sep 26, 2024 at 08:08:07AM +0200, Helge Dell

Re: [PATCH 1/6] fbcon: Make cursor_blink=0 work when configured before fb devices appear

2025-02-14 Thread Ville Syrjälä
On Thu, Feb 13, 2025 at 11:47:42PM +0100, Helge Deller wrote: > On 2/13/25 15:42, Ville Syrjälä wrote: > > On Thu, Sep 26, 2024 at 12:13:04PM +0200, Helge Deller wrote: > >> On 9/26/24 11:57, Ville Syrjälä wrote: > >>> On Thu, Sep 26, 2024 at 08:08:07AM +0200, Helge Deller wrote: > Hi Ville, >

Re: [PATCH 1/6] fbcon: Make cursor_blink=0 work when configured before fb devices appear

2025-02-13 Thread Helge Deller
On 2/13/25 15:42, Ville Syrjälä wrote: On Thu, Sep 26, 2024 at 12:13:04PM +0200, Helge Deller wrote: On 9/26/24 11:57, Ville Syrjälä wrote: On Thu, Sep 26, 2024 at 08:08:07AM +0200, Helge Deller wrote: Hi Ville, On 9/23/24 17:57, Ville Syrjala wrote: Currently setting cursor_blink attribute

Re: [PATCH 1/6] fbcon: Make cursor_blink=0 work when configured before fb devices appear

2025-02-13 Thread Ville Syrjälä
On Thu, Sep 26, 2024 at 12:13:04PM +0200, Helge Deller wrote: > On 9/26/24 11:57, Ville Syrjälä wrote: > > On Thu, Sep 26, 2024 at 08:08:07AM +0200, Helge Deller wrote: > >> Hi Ville, > >> > >> On 9/23/24 17:57, Ville Syrjala wrote: > >>> Currently setting cursor_blink attribute to 0 before any fb

Re: [PATCH 1/6] fbcon: Make cursor_blink=0 work when configured before fb devices appear

2024-09-26 Thread Helge Deller
On 9/26/24 11:57, Ville Syrjälä wrote: On Thu, Sep 26, 2024 at 08:08:07AM +0200, Helge Deller wrote: Hi Ville, On 9/23/24 17:57, Ville Syrjala wrote: Currently setting cursor_blink attribute to 0 before any fb devices are around does absolutely nothing. When fb devices appear and fbcon becomes

Re: [PATCH 1/6] fbcon: Make cursor_blink=0 work when configured before fb devices appear

2024-09-26 Thread Ville Syrjälä
On Thu, Sep 26, 2024 at 08:08:07AM +0200, Helge Deller wrote: > Hi Ville, > > On 9/23/24 17:57, Ville Syrjala wrote: > > Currently setting cursor_blink attribute to 0 before any fb > > devices are around does absolutely nothing. When fb devices appear > > and fbcon becomes active the cursor starts

Re: [PATCH 1/6] fbcon: Make cursor_blink=0 work when configured before fb devices appear

2024-09-25 Thread Helge Deller
Hi Ville, On 9/23/24 17:57, Ville Syrjala wrote: Currently setting cursor_blink attribute to 0 before any fb devices are around does absolutely nothing. When fb devices appear and fbcon becomes active the cursor starts blinking. Fix the problem by recoding the desired state of the attribute even

Re: [PATCH 1/6] fbcon: Make cursor_blink=0 work when configured before fb devices appear

2024-09-24 Thread Ville Syrjälä
On Tue, Sep 24, 2024 at 10:27:02AM +0200, Helge Deller wrote: > Ville, > > On 9/23/24 23:50, Helge Deller wrote: > > I've added your patch series to the fbdev for-next git tree > > to get some feedback from the autobuilders and testsuites. > > I had to manually adjust patch #4 and #6 (after applyi

Re: [PATCH 1/6] fbcon: Make cursor_blink=0 work when configured before fb devices appear

2024-09-24 Thread Helge Deller
Ville, On 9/23/24 23:50, Helge Deller wrote: I've added your patch series to the fbdev for-next git tree to get some feedback from the autobuilders and testsuites. I had to manually adjust patch #4 and #6 (after applying your v2 patches), so maybe you send a v3 of your whole series at some point

Re: [PATCH 1/6] fbcon: Make cursor_blink=0 work when configured before fb devices appear

2024-09-23 Thread Helge Deller
On 9/23/24 23:30, Ville Syrjälä wrote: On Mon, Sep 23, 2024 at 11:04:55PM +0200, Helge Deller wrote: On 9/23/24 17:57, Ville Syrjala wrote: From: Ville Syrjälä Currently setting cursor_blink attribute to 0 before any fb devices are around does absolutely nothing. When fb devices appear and fb

Re: [PATCH 1/6] fbcon: Make cursor_blink=0 work when configured before fb devices appear

2024-09-23 Thread Ville Syrjälä
On Mon, Sep 23, 2024 at 11:04:55PM +0200, Helge Deller wrote: > On 9/23/24 17:57, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Currently setting cursor_blink attribute to 0 before any fb > > devices are around does absolutely nothing. When fb devices appear > > and fbcon becomes active the

Re: [PATCH 1/6] fbcon: Make cursor_blink=0 work when configured before fb devices appear

2024-09-23 Thread Helge Deller
On 9/23/24 17:57, Ville Syrjala wrote: From: Ville Syrjälä Currently setting cursor_blink attribute to 0 before any fb devices are around does absolutely nothing. When fb devices appear and fbcon becomes active the cursor starts blinking. Fix the problem by recoding the desired state of the att

[PATCH 1/6] fbcon: Make cursor_blink=0 work when configured before fb devices appear

2024-09-23 Thread Ville Syrjala
From: Ville Syrjälä Currently setting cursor_blink attribute to 0 before any fb devices are around does absolutely nothing. When fb devices appear and fbcon becomes active the cursor starts blinking. Fix the problem by recoding the desired state of the attribute even if no fb devices are present