* [PATCH/V2] [linux-next] drm: Add a G200EH PCI id for HPE Proliant Gen9
@ 2016-07-21 5:22 Masanari Iida
2016-07-21 7:52 ` Dave Airlie
0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2016-07-21 5:22 UTC (permalink / raw)
To: airlied, dri-devel, linux-kernel, airlied; +Cc: shane.seymour, Masanari Iida
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 <shane.seymour@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH/V2] [linux-next] drm: Add a G200EH PCI id for HPE Proliant Gen9
2016-07-21 5:22 [PATCH/V2] [linux-next] drm: Add a G200EH PCI id for HPE Proliant Gen9 Masanari Iida
@ 2016-07-21 7:52 ` Dave Airlie
0 siblings, 0 replies; 2+ messages in thread
From: Dave Airlie @ 2016-07-21 7:52 UTC (permalink / raw)
To: Masanari Iida; +Cc: Dave Airlie, dri-devel, LKML, Dave Airlie, shane.seymour
On 21 July 2016 at 15:22, 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.
NAK, that's totally wrong, that mga driver isn't for g200 server chips.
The conflicting fb hw message is harmless.
Dave.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-21 7:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-21 5:22 [PATCH/V2] [linux-next] drm: Add a G200EH PCI id for HPE Proliant Gen9 Masanari Iida
2016-07-21 7:52 ` Dave Airlie
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).