All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] docs: fb: Remove the stale boot option for framebuffer i.e scrollback
@ 2020-09-15  6:49 ` Bhaskar Chowdhury
  0 siblings, 0 replies; 8+ messages in thread
From: Bhaskar Chowdhury @ 2020-09-15  6:37 UTC (permalink / raw)
  To: b.zolnierkie, linux-fbdev, linux-doc, linux-kernel
  Cc: corbet, rdunlap, gregkh, daniel, yuanmingbuaa, w, nopitydays,
	zhangyunhai, luto, torvalds, Bhaskar Chowdhury

And adjusted the numbering for boot options too.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
This version corrected the previous version's mistake,subject line fix,more
changelog information.
 Documentation/fb/fbcon.rst | 21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

diff --git a/Documentation/fb/fbcon.rst b/Documentation/fb/fbcon.rst
index e57a3d1d085a..328f6980698c 100644
--- a/Documentation/fb/fbcon.rst
+++ b/Documentation/fb/fbcon.rst
@@ -87,15 +87,8 @@ C. Boot options
 	Note, not all drivers can handle font with widths not divisible by 8,
 	such as vga16fb.
 
-2. fbcon=scrollback:<value>[k]
 
-	The scrollback buffer is memory that is used to preserve display
-	contents that has already scrolled past your view.  This is accessed
-	by using the Shift-PageUp key combination.  The value 'value' is any
-	integer. It defaults to 32KB.  The 'k' suffix is optional, and will
-	multiply the 'value' by 1024.
-
-3. fbcon=map:<0123>
+2. fbcon=map:<0123>
 
 	This is an interesting option. It tells which driver gets mapped to
 	which console. The value '0123' is a sequence that gets repeated until
@@ -116,7 +109,7 @@ C. Boot options
 	Later on, when you want to map the console the to the framebuffer
 	device, you can use the con2fbmap utility.
 
-4. fbcon=vc:<n1>-<n2>
+3. fbcon=vc:<n1>-<n2>
 
 	This option tells fbcon to take over only a range of consoles as
 	specified by the values 'n1' and 'n2'. The rest of the consoles
@@ -127,7 +120,7 @@ C. Boot options
 	is typically located on the same video card.  Thus, the consoles that
 	are controlled by the VGA console will be garbled.
 
-5. fbcon=rotate:<n>
+4. fbcon=rotate:<n>
 
 	This option changes the orientation angle of the console display. The
 	value 'n' accepts the following:
@@ -152,21 +145,21 @@ C. Boot options
 	Actually, the underlying fb driver is totally ignorant of console
 	rotation.
 
-6. fbcon=margin:<color>
+5. fbcon=margin:<color>
 
 	This option specifies the color of the margins. The margins are the
 	leftover area at the right and the bottom of the screen that are not
 	used by text. By default, this area will be black. The 'color' value
 	is an integer number that depends on the framebuffer driver being used.
 
-7. fbcon=nodefer
+6. fbcon=nodefer
 
 	If the kernel is compiled with deferred fbcon takeover support, normally
 	the framebuffer contents, left in place by the firmware/bootloader, will
 	be preserved until there actually is some text is output to the console.
 	This option causes fbcon to bind immediately to the fbdev device.
 
-8. fbcon=logo-pos:<location>
+7. fbcon=logo-pos:<location>
 
 	The only possible 'location' is 'center' (without quotes), and when
 	given, the bootup logo is moved from the default top-left corner
@@ -174,7 +167,7 @@ C. Boot options
 	displayed due to multiple CPUs, the collected line of logos is moved
 	as a whole.
 
-9. fbcon=logo-count:<n>
+8. fbcon=logo-count:<n>
 
 	The value 'n' overrides the number of bootup logos. 0 disables the
 	logo, and -1 gives the default which is the number of online CPUs.
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH v2] docs: fb: Remove the stale boot option for framebuffer i.e scrollback
  2020-09-15  6:49 ` Bhaskar Chowdhury
@ 2020-09-15  6:56 ` Bhaskar Chowdhury
  -1 siblings, 0 replies; 8+ messages in thread
From: Bhaskar Chowdhury @ 2020-09-15  6:44 UTC (permalink / raw)
  To: b.zolnierkie, linux-fbdev, linux-doc, linux-kernel
  Cc: corbet, rdunlap, gregkh, daniel, yuanmingbuaa, w, nopitydays,
	zhangyunhai, luto, torvalds, Bhaskar Chowdhury

This patch is the effect of commit hashes: 
50145474f6ef4(fbcon: remove soft scrollback code)
973c096f6a85e(vgacon: remove software scrollback support)

And adjusted the numbering for boot options too.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
This version corrected the previous version's mistake,subject line fix,more
changelog information.
 Documentation/fb/fbcon.rst | 21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

diff --git a/Documentation/fb/fbcon.rst b/Documentation/fb/fbcon.rst
index e57a3d1d085a..328f6980698c 100644
--- a/Documentation/fb/fbcon.rst
+++ b/Documentation/fb/fbcon.rst
@@ -87,15 +87,8 @@ C. Boot options
 	Note, not all drivers can handle font with widths not divisible by 8,
 	such as vga16fb.
 
-2. fbcon=scrollback:<value>[k]
 
-	The scrollback buffer is memory that is used to preserve display
-	contents that has already scrolled past your view.  This is accessed
-	by using the Shift-PageUp key combination.  The value 'value' is any
-	integer. It defaults to 32KB.  The 'k' suffix is optional, and will
-	multiply the 'value' by 1024.
-
-3. fbcon=map:<0123>
+2. fbcon=map:<0123>
 
 	This is an interesting option. It tells which driver gets mapped to
 	which console. The value '0123' is a sequence that gets repeated until
@@ -116,7 +109,7 @@ C. Boot options
 	Later on, when you want to map the console the to the framebuffer
 	device, you can use the con2fbmap utility.
 
-4. fbcon=vc:<n1>-<n2>
+3. fbcon=vc:<n1>-<n2>
 
 	This option tells fbcon to take over only a range of consoles as
 	specified by the values 'n1' and 'n2'. The rest of the consoles
@@ -127,7 +120,7 @@ C. Boot options
 	is typically located on the same video card.  Thus, the consoles that
 	are controlled by the VGA console will be garbled.
 
-5. fbcon=rotate:<n>
+4. fbcon=rotate:<n>
 
 	This option changes the orientation angle of the console display. The
 	value 'n' accepts the following:
@@ -152,21 +145,21 @@ C. Boot options
 	Actually, the underlying fb driver is totally ignorant of console
 	rotation.
 
-6. fbcon=margin:<color>
+5. fbcon=margin:<color>
 
 	This option specifies the color of the margins. The margins are the
 	leftover area at the right and the bottom of the screen that are not
 	used by text. By default, this area will be black. The 'color' value
 	is an integer number that depends on the framebuffer driver being used.
 
-7. fbcon=nodefer
+6. fbcon=nodefer
 
 	If the kernel is compiled with deferred fbcon takeover support, normally
 	the framebuffer contents, left in place by the firmware/bootloader, will
 	be preserved until there actually is some text is output to the console.
 	This option causes fbcon to bind immediately to the fbdev device.
 
-8. fbcon=logo-pos:<location>
+7. fbcon=logo-pos:<location>
 
 	The only possible 'location' is 'center' (without quotes), and when
 	given, the bootup logo is moved from the default top-left corner
@@ -174,7 +167,7 @@ C. Boot options
 	displayed due to multiple CPUs, the collected line of logos is moved
 	as a whole.
 
-9. fbcon=logo-count:<n>
+8. fbcon=logo-count:<n>
 
 	The value 'n' overrides the number of bootup logos. 0 disables the
 	logo, and -1 gives the default which is the number of online CPUs.
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH v2] docs: fb: Remove the stale boot option for framebuffer i.e scrollback
@ 2020-09-15  6:49 ` Bhaskar Chowdhury
  0 siblings, 0 replies; 8+ messages in thread
From: Bhaskar Chowdhury @ 2020-09-15  6:49 UTC (permalink / raw)
  To: b.zolnierkie, linux-fbdev, linux-doc, linux-kernel
  Cc: corbet, rdunlap, gregkh, daniel, yuanmingbuaa, w, nopitydays,
	zhangyunhai, luto, torvalds, Bhaskar Chowdhury

And adjusted the numbering for boot options too.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
This version corrected the previous version's mistake,subject line fix,more
changelog information.
 Documentation/fb/fbcon.rst | 21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

diff --git a/Documentation/fb/fbcon.rst b/Documentation/fb/fbcon.rst
index e57a3d1d085a..328f6980698c 100644
--- a/Documentation/fb/fbcon.rst
+++ b/Documentation/fb/fbcon.rst
@@ -87,15 +87,8 @@ C. Boot options
 	Note, not all drivers can handle font with widths not divisible by 8,
 	such as vga16fb.
 
-2. fbcon=scrollback:<value>[k]
 
-	The scrollback buffer is memory that is used to preserve display
-	contents that has already scrolled past your view.  This is accessed
-	by using the Shift-PageUp key combination.  The value 'value' is any
-	integer. It defaults to 32KB.  The 'k' suffix is optional, and will
-	multiply the 'value' by 1024.
-
-3. fbcon=map:<0123>
+2. fbcon=map:<0123>
 
 	This is an interesting option. It tells which driver gets mapped to
 	which console. The value '0123' is a sequence that gets repeated until
@@ -116,7 +109,7 @@ C. Boot options
 	Later on, when you want to map the console the to the framebuffer
 	device, you can use the con2fbmap utility.
 
-4. fbcon=vc:<n1>-<n2>
+3. fbcon=vc:<n1>-<n2>
 
 	This option tells fbcon to take over only a range of consoles as
 	specified by the values 'n1' and 'n2'. The rest of the consoles
@@ -127,7 +120,7 @@ C. Boot options
 	is typically located on the same video card.  Thus, the consoles that
 	are controlled by the VGA console will be garbled.
 
-5. fbcon=rotate:<n>
+4. fbcon=rotate:<n>
 
 	This option changes the orientation angle of the console display. The
 	value 'n' accepts the following:
@@ -152,21 +145,21 @@ C. Boot options
 	Actually, the underlying fb driver is totally ignorant of console
 	rotation.
 
-6. fbcon=margin:<color>
+5. fbcon=margin:<color>
 
 	This option specifies the color of the margins. The margins are the
 	leftover area at the right and the bottom of the screen that are not
 	used by text. By default, this area will be black. The 'color' value
 	is an integer number that depends on the framebuffer driver being used.
 
-7. fbcon=nodefer
+6. fbcon=nodefer
 
 	If the kernel is compiled with deferred fbcon takeover support, normally
 	the framebuffer contents, left in place by the firmware/bootloader, will
 	be preserved until there actually is some text is output to the console.
 	This option causes fbcon to bind immediately to the fbdev device.
 
-8. fbcon=logo-pos:<location>
+7. fbcon=logo-pos:<location>
 
 	The only possible 'location' is 'center' (without quotes), and when
 	given, the bootup logo is moved from the default top-left corner
@@ -174,7 +167,7 @@ C. Boot options
 	displayed due to multiple CPUs, the collected line of logos is moved
 	as a whole.
 
-9. fbcon=logo-count:<n>
+8. fbcon=logo-count:<n>
 
 	The value 'n' overrides the number of bootup logos. 0 disables the
 	logo, and -1 gives the default which is the number of online CPUs.
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH v2] docs: fb: Remove the stale boot option for framebuffer i.e scrollback
  2020-09-15  6:49 ` Bhaskar Chowdhury
@ 2020-09-15  6:53   ` Greg KH
  -1 siblings, 0 replies; 8+ messages in thread
From: Greg KH @ 2020-09-15  6:53 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: b.zolnierkie, linux-fbdev, linux-doc, linux-kernel, corbet,
	rdunlap, daniel, yuanmingbuaa, w, nopitydays, zhangyunhai, luto,
	torvalds

On Tue, Sep 15, 2020 at 12:07:21PM +0530, Bhaskar Chowdhury wrote:
> And adjusted the numbering for boot options too.
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
> This version corrected the previous version's mistake,subject line fix,more
> changelog information.
>  Documentation/fb/fbcon.rst | 21 +++++++--------------
>  1 file changed, 7 insertions(+), 14 deletions(-)

You sent 2 v2 patches with different changelog texts :(

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH v2] docs: fb: Remove the stale boot option for framebuffer i.e scrollback
@ 2020-09-15  6:53   ` Greg KH
  0 siblings, 0 replies; 8+ messages in thread
From: Greg KH @ 2020-09-15  6:53 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: b.zolnierkie, linux-fbdev, linux-doc, linux-kernel, corbet,
	rdunlap, daniel, yuanmingbuaa, w, nopitydays, zhangyunhai, luto,
	torvalds

On Tue, Sep 15, 2020 at 12:07:21PM +0530, Bhaskar Chowdhury wrote:
> And adjusted the numbering for boot options too.
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
> This version corrected the previous version's mistake,subject line fix,more
> changelog information.
>  Documentation/fb/fbcon.rst | 21 +++++++--------------
>  1 file changed, 7 insertions(+), 14 deletions(-)

You sent 2 v2 patches with different changelog texts :(

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH v2] docs: fb: Remove the stale boot option for framebuffer i.e scrollback
@ 2020-09-15  6:56 ` Bhaskar Chowdhury
  0 siblings, 0 replies; 8+ messages in thread
From: Bhaskar Chowdhury @ 2020-09-15  6:56 UTC (permalink / raw)
  To: b.zolnierkie, linux-fbdev, linux-doc, linux-kernel
  Cc: corbet, rdunlap, gregkh, daniel, yuanmingbuaa, w, nopitydays,
	zhangyunhai, luto, torvalds, Bhaskar Chowdhury

This patch is the effect of commit hashes: 
50145474f6ef4(fbcon: remove soft scrollback code)
973c096f6a85e(vgacon: remove software scrollback support)

And adjusted the numbering for boot options too.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
This version corrected the previous version's mistake,subject line fix,more
changelog information.
 Documentation/fb/fbcon.rst | 21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

diff --git a/Documentation/fb/fbcon.rst b/Documentation/fb/fbcon.rst
index e57a3d1d085a..328f6980698c 100644
--- a/Documentation/fb/fbcon.rst
+++ b/Documentation/fb/fbcon.rst
@@ -87,15 +87,8 @@ C. Boot options
 	Note, not all drivers can handle font with widths not divisible by 8,
 	such as vga16fb.
 
-2. fbcon=scrollback:<value>[k]
 
-	The scrollback buffer is memory that is used to preserve display
-	contents that has already scrolled past your view.  This is accessed
-	by using the Shift-PageUp key combination.  The value 'value' is any
-	integer. It defaults to 32KB.  The 'k' suffix is optional, and will
-	multiply the 'value' by 1024.
-
-3. fbcon=map:<0123>
+2. fbcon=map:<0123>
 
 	This is an interesting option. It tells which driver gets mapped to
 	which console. The value '0123' is a sequence that gets repeated until
@@ -116,7 +109,7 @@ C. Boot options
 	Later on, when you want to map the console the to the framebuffer
 	device, you can use the con2fbmap utility.
 
-4. fbcon=vc:<n1>-<n2>
+3. fbcon=vc:<n1>-<n2>
 
 	This option tells fbcon to take over only a range of consoles as
 	specified by the values 'n1' and 'n2'. The rest of the consoles
@@ -127,7 +120,7 @@ C. Boot options
 	is typically located on the same video card.  Thus, the consoles that
 	are controlled by the VGA console will be garbled.
 
-5. fbcon=rotate:<n>
+4. fbcon=rotate:<n>
 
 	This option changes the orientation angle of the console display. The
 	value 'n' accepts the following:
@@ -152,21 +145,21 @@ C. Boot options
 	Actually, the underlying fb driver is totally ignorant of console
 	rotation.
 
-6. fbcon=margin:<color>
+5. fbcon=margin:<color>
 
 	This option specifies the color of the margins. The margins are the
 	leftover area at the right and the bottom of the screen that are not
 	used by text. By default, this area will be black. The 'color' value
 	is an integer number that depends on the framebuffer driver being used.
 
-7. fbcon=nodefer
+6. fbcon=nodefer
 
 	If the kernel is compiled with deferred fbcon takeover support, normally
 	the framebuffer contents, left in place by the firmware/bootloader, will
 	be preserved until there actually is some text is output to the console.
 	This option causes fbcon to bind immediately to the fbdev device.
 
-8. fbcon=logo-pos:<location>
+7. fbcon=logo-pos:<location>
 
 	The only possible 'location' is 'center' (without quotes), and when
 	given, the bootup logo is moved from the default top-left corner
@@ -174,7 +167,7 @@ C. Boot options
 	displayed due to multiple CPUs, the collected line of logos is moved
 	as a whole.
 
-9. fbcon=logo-count:<n>
+8. fbcon=logo-count:<n>
 
 	The value 'n' overrides the number of bootup logos. 0 disables the
 	logo, and -1 gives the default which is the number of online CPUs.
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH v2] docs: fb: Remove the stale boot option for framebuffer i.e scrollback
  2020-09-15  6:53   ` Greg KH
@ 2020-09-15  7:20     ` Bhaskar Chowdhury
  -1 siblings, 0 replies; 8+ messages in thread
From: Bhaskar Chowdhury @ 2020-09-15  7:08 UTC (permalink / raw)
  To: Greg KH
  Cc: b.zolnierkie, linux-fbdev, linux-doc, linux-kernel, corbet,
	rdunlap, daniel, yuanmingbuaa, w, nopitydays, zhangyunhai, luto,
	torvalds

[-- Attachment #1: Type: text/plain, Size: 624 bytes --]

On 08:53 Tue 15 Sep 2020, Greg KH wrote:
>On Tue, Sep 15, 2020 at 12:07:21PM +0530, Bhaskar Chowdhury wrote:
>> And adjusted the numbering for boot options too.
>> 
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>> This version corrected the previous version's mistake,subject line fix,more
>> changelog information.
>>  Documentation/fb/fbcon.rst | 21 +++++++--------------
>>  1 file changed, 7 insertions(+), 14 deletions(-)
>
>You sent 2 v2 patches with different changelog texts :(


Postponing for the time being ....sometimes later in the day ...sorry to bother all of ya
...  :( 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH v2] docs: fb: Remove the stale boot option for framebuffer i.e scrollback
@ 2020-09-15  7:20     ` Bhaskar Chowdhury
  0 siblings, 0 replies; 8+ messages in thread
From: Bhaskar Chowdhury @ 2020-09-15  7:20 UTC (permalink / raw)
  To: Greg KH
  Cc: b.zolnierkie, linux-fbdev, linux-doc, linux-kernel, corbet,
	rdunlap, daniel, yuanmingbuaa, w, nopitydays, zhangyunhai, luto,
	torvalds

[-- Attachment #1: Type: text/plain, Size: 624 bytes --]

On 08:53 Tue 15 Sep 2020, Greg KH wrote:
>On Tue, Sep 15, 2020 at 12:07:21PM +0530, Bhaskar Chowdhury wrote:
>> And adjusted the numbering for boot options too.
>> 
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>> This version corrected the previous version's mistake,subject line fix,more
>> changelog information.
>>  Documentation/fb/fbcon.rst | 21 +++++++--------------
>>  1 file changed, 7 insertions(+), 14 deletions(-)
>
>You sent 2 v2 patches with different changelog texts :(


Postponing for the time being ....sometimes later in the day ...sorry to bother all of ya
...  :( 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-09-15  7:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15  6:44 [PATCH v2] docs: fb: Remove the stale boot option for framebuffer i.e scrollback Bhaskar Chowdhury
2020-09-15  6:56 ` Bhaskar Chowdhury
  -- strict thread matches above, loose matches on Subject: below --
2020-09-15  6:37 Bhaskar Chowdhury
2020-09-15  6:49 ` Bhaskar Chowdhury
2020-09-15  6:53 ` Greg KH
2020-09-15  6:53   ` Greg KH
2020-09-15  7:08   ` Bhaskar Chowdhury
2020-09-15  7:20     ` Bhaskar Chowdhury

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.