linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fbdev: Make the switch from generic to native driver less alarming
@ 2012-08-17 17:10 Adam Jackson
  2014-02-12 21:02 ` Adam Jackson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Adam Jackson @ 2012-08-17 17:10 UTC (permalink / raw)
  To: linux-fbdev

Calling this "conflicting" just makes people think there's a problem
when there's not.

Signed-off-by: Adam Jackson <ajax@redhat.com>
---
 drivers/video/fbmem.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c
index 0dff12a..42be978 100644
--- a/drivers/video/fbmem.c
+++ b/drivers/video/fbmem.c
@@ -1582,8 +1582,7 @@ static void do_remove_conflicting_framebuffers(struct apertures_struct *a,
 			(primary && gen_aper && gen_aper->count &&
 			 gen_aper->ranges[0].base = VGA_FB_PHYS)) {
 
-			printk(KERN_INFO "fb: conflicting fb hw usage "
-			       "%s vs %s - removing generic driver\n",
+			printk(KERN_INFO "fb: switching to %s from %s\n",
 			       name, registered_fb[i]->fix.id);
 			do_unregister_framebuffer(registered_fb[i]);
 		}
-- 
1.7.7.6


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

* [PATCH] fbdev: Make the switch from generic to native driver less alarming
  2012-08-17 17:10 [PATCH] fbdev: Make the switch from generic to native driver less alarming Adam Jackson
@ 2014-02-12 21:02 ` Adam Jackson
  2014-03-16 16:40 ` David Herrmann
  2014-03-21 13:42 ` Tomi Valkeinen
  2 siblings, 0 replies; 4+ messages in thread
From: Adam Jackson @ 2014-02-12 21:02 UTC (permalink / raw)
  To: linux-fbdev

Calling this "conflicting" just makes people think there's a problem
when there's not.

Signed-off-by: Adam Jackson <ajax@redhat.com>
---
 drivers/video/fbmem.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c
index 7309ac7..b6d5008 100644
--- a/drivers/video/fbmem.c
+++ b/drivers/video/fbmem.c
@@ -1596,8 +1596,7 @@ static int do_remove_conflicting_framebuffers(struct apertures_struct *a,
 			(primary && gen_aper && gen_aper->count &&
 			 gen_aper->ranges[0].base = VGA_FB_PHYS)) {
 
-			printk(KERN_INFO "fb: conflicting fb hw usage "
-			       "%s vs %s - removing generic driver\n",
+			printk(KERN_INFO "fb: switching to %s from %s\n",
 			       name, registered_fb[i]->fix.id);
 			ret = do_unregister_framebuffer(registered_fb[i]);
 			if (ret)
-- 
1.8.5.3


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

* Re: [PATCH] fbdev: Make the switch from generic to native driver less alarming
  2012-08-17 17:10 [PATCH] fbdev: Make the switch from generic to native driver less alarming Adam Jackson
  2014-02-12 21:02 ` Adam Jackson
@ 2014-03-16 16:40 ` David Herrmann
  2014-03-21 13:42 ` Tomi Valkeinen
  2 siblings, 0 replies; 4+ messages in thread
From: David Herrmann @ 2014-03-16 16:40 UTC (permalink / raw)
  To: linux-fbdev

Hi

CC'ing Tomi.

On Wed, Feb 12, 2014 at 10:02 PM, Adam Jackson <ajax@redhat.com> wrote:
> Calling this "conflicting" just makes people think there's a problem
> when there's not.
>
> Signed-off-by: Adam Jackson <ajax@redhat.com>
> ---
>  drivers/video/fbmem.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c
> index 7309ac7..b6d5008 100644
> --- a/drivers/video/fbmem.c
> +++ b/drivers/video/fbmem.c
> @@ -1596,8 +1596,7 @@ static int do_remove_conflicting_framebuffers(struct apertures_struct *a,
>                         (primary && gen_aper && gen_aper->count &&
>                          gen_aper->ranges[0].base = VGA_FB_PHYS)) {
>
> -                       printk(KERN_INFO "fb: conflicting fb hw usage "
> -                              "%s vs %s - removing generic driver\n",
> +                       printk(KERN_INFO "fb: switching to %s from %s\n",
>                                name, registered_fb[i]->fix.id);

I like that.

Reviewed-by: David Herrmann <dh.herrmann@gmail.com>

Thanks
David

>                         ret = do_unregister_framebuffer(registered_fb[i]);
>                         if (ret)
> --
> 1.8.5.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] fbdev: Make the switch from generic to native driver less alarming
  2012-08-17 17:10 [PATCH] fbdev: Make the switch from generic to native driver less alarming Adam Jackson
  2014-02-12 21:02 ` Adam Jackson
  2014-03-16 16:40 ` David Herrmann
@ 2014-03-21 13:42 ` Tomi Valkeinen
  2 siblings, 0 replies; 4+ messages in thread
From: Tomi Valkeinen @ 2014-03-21 13:42 UTC (permalink / raw)
  To: linux-fbdev

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

On 12/02/14 23:02, Adam Jackson wrote:
> Calling this "conflicting" just makes people think there's a problem
> when there's not.
> 
> Signed-off-by: Adam Jackson <ajax@redhat.com>
> ---
>  drivers/video/fbmem.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c
> index 7309ac7..b6d5008 100644
> --- a/drivers/video/fbmem.c
> +++ b/drivers/video/fbmem.c
> @@ -1596,8 +1596,7 @@ static int do_remove_conflicting_framebuffers(struct apertures_struct *a,
>  			(primary && gen_aper && gen_aper->count &&
>  			 gen_aper->ranges[0].base == VGA_FB_PHYS)) {
>  
> -			printk(KERN_INFO "fb: conflicting fb hw usage "
> -			       "%s vs %s - removing generic driver\n",
> +			printk(KERN_INFO "fb: switching to %s from %s\n",
>  			       name, registered_fb[i]->fix.id);
>  			ret = do_unregister_framebuffer(registered_fb[i]);
>  			if (ret)
> 

Thanks, queued for 3.15.

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

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

end of thread, other threads:[~2014-03-21 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17 17:10 [PATCH] fbdev: Make the switch from generic to native driver less alarming Adam Jackson
2014-02-12 21:02 ` Adam Jackson
2014-03-16 16:40 ` David Herrmann
2014-03-21 13:42 ` Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).