Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1447616 > unrolled thread

[PATCH] [linux-next] drm: Add a G200EH PCI id for HPE Proliant Gen9

Started byMasanari Iida <standby24x7@gmail.com>
First post2016-07-21 07:20 +0200
Last post2016-07-21 07:30 +0200
Articles 2 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] [linux-next] drm: Add a G200EH PCI id for HPE Proliant Gen9 Masanari Iida <standby24x7@gmail.com> - 2016-07-21 07:20 +0200
    Re: [PATCH] [linux-next] drm: Add a G200EH PCI id for HPE Proliant Gen9 Masanari Iida <standby24x7@gmail.com> - 2016-07-21 07:30 +0200

#1447616 — [PATCH] [linux-next] drm: Add a G200EH PCI id for HPE Proliant Gen9

FromMasanari Iida <standby24x7@gmail.com>
Date2016-07-21 07:20 +0200
Subject[PATCH] [linux-next] drm: Add a G200EH PCI id for HPE Proliant Gen9
Message-ID<rXeyR-35v-1@gated-at.bofh.it>
Boot the system without this entry generates following warning.
fb: conflicting fb hw usage mgag200drmfb vs EFI VGA - removing generic driver

After apply this patch, no more conflict message.
fb: switching to mgag200drmfb from EFI VGA

Compile and tested on DL360 Gen9 and it works both console and X.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Suggested-by: Shane Seymour <seymour.shane@hpe.com>
---
 include/drm/drm_pciids.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/drm/drm_pciids.h b/include/drm/drm_pciids.h
index 8bc073d297db..3e16dfc2e08d 100644
--- a/include/drm/drm_pciids.h
+++ b/include/drm/drm_pciids.h
@@ -743,6 +743,7 @@
 #define mga_PCI_IDS \
 	{0x102b, 0x0520, PCI_ANY_ID, PCI_ANY_ID, 0, 0, MGA_CARD_TYPE_G200}, \
 	{0x102b, 0x0521, PCI_ANY_ID, PCI_ANY_ID, 0, 0, MGA_CARD_TYPE_G200}, \
+	{0x102b, 0x0533, PCI_ANY_ID, PCI_ANY_ID, 0, 0, MGA_CARD_TYPE_G200}, \
 	{0x102b, 0x0525, PCI_ANY_ID, PCI_ANY_ID, 0, 0, MGA_CARD_TYPE_G400}, \
 	{0x102b, 0x2527, PCI_ANY_ID, PCI_ANY_ID, 0, 0, MGA_CARD_TYPE_G550}, \
 	{0, 0, 0}
-- 
2.9.2.368.g08bb350

[toc] | [next] | [standalone]


#1447619

FromMasanari Iida <standby24x7@gmail.com>
Date2016-07-21 07:30 +0200
Message-ID<rXeIx-38y-1@gated-at.bofh.it>
In reply to#1447616
I made mistake to type shane's e-mail address, so I will send version
2.  Sorry for the noise.
Masanari

On Thu, Jul 21, 2016 at 2:12 PM, Masanari Iida <standby24x7@gmail.com> wrote:
> Boot the system without this entry generates following warning.
> fb: conflicting fb hw usage mgag200drmfb vs EFI VGA - removing generic driver
>
> After apply this patch, no more conflict message.
> fb: switching to mgag200drmfb from EFI VGA
>
> Compile and tested on DL360 Gen9 and it works both console and X.
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> Suggested-by: Shane Seymour <seymour.shane@hpe.com>
> ---
>  include/drm/drm_pciids.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/include/drm/drm_pciids.h b/include/drm/drm_pciids.h
> index 8bc073d297db..3e16dfc2e08d 100644
> --- a/include/drm/drm_pciids.h
> +++ b/include/drm/drm_pciids.h
> @@ -743,6 +743,7 @@
>  #define mga_PCI_IDS \
>         {0x102b, 0x0520, PCI_ANY_ID, PCI_ANY_ID, 0, 0, MGA_CARD_TYPE_G200}, \
>         {0x102b, 0x0521, PCI_ANY_ID, PCI_ANY_ID, 0, 0, MGA_CARD_TYPE_G200}, \
> +       {0x102b, 0x0533, PCI_ANY_ID, PCI_ANY_ID, 0, 0, MGA_CARD_TYPE_G200}, \
>         {0x102b, 0x0525, PCI_ANY_ID, PCI_ANY_ID, 0, 0, MGA_CARD_TYPE_G400}, \
>         {0x102b, 0x2527, PCI_ANY_ID, PCI_ANY_ID, 0, 0, MGA_CARD_TYPE_G550}, \
>         {0, 0, 0}
> --
> 2.9.2.368.g08bb350
>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web