All of lore.kernel.org
 help / color / mirror / Atom feed
* backporting support for Intel HD 4600 into Debian Wheezy
@ 2014-04-12 14:07 Martin Vegter
  0 siblings, 0 replies; only message in thread
From: Martin Vegter @ 2014-04-12 14:07 UTC (permalink / raw)
  To: intel-gfx

Hello,
I am using Debian Wheezy, and I am trying to backport support for Intel
HD 4600 into xserver-xorg-video-intel-2.19.0

I have made following changes to intel_driver.h and intel_module.c
(based on commit 45c09bfe58c37bbf7965af25bdd4fa5c37c0908f), but it still
does not work properly.

Could somebody please advise what else I need to change?

src/intel_driver.h
194a195,201
> #define PCI_CHIP_HASWELL_D_GT1		0x0402
> #define PCI_CHIP_HASWELL_D_GT2		0x0412
> #define PCI_CHIP_HASWELL_M_GT1		0x0406
> #define PCI_CHIP_HASWELL_M_GT2		0x0416
> #define PCI_CHIP_HASWELL_CRW_D_GT2	0x0D12
> #define PCI_CHIP_HASWELL_CRW_M_GT2	0x0D16


src/intel_module.c
98a99,102
> static const struct intel_device_info intel_haswell_info = {
>         .gen = 075,
> };
> 
147a152,159
> 
> 	{PCI_CHIP_HASWELL_D_GT1,                "HD Graphics" },
> 	{PCI_CHIP_HASWELL_D_GT2,                "HD Graphics 4600" },
> 	{PCI_CHIP_HASWELL_M_GT1,                "HD Graphics" },
> 	{PCI_CHIP_HASWELL_M_GT2,                "HD Graphics 4600" },
> 	{PCI_CHIP_HASWELL_CRW_D_GT2,            "HD Graphics 4600" },
> 	{PCI_CHIP_HASWELL_CRW_M_GT2,            "HD Graphics 4600" },
> 
216a229,235
> 
> 	INTEL_DEVICE_MATCH (PCI_CHIP_HASWELL_D_GT1, &intel_haswell_info ),
> 	INTEL_DEVICE_MATCH (PCI_CHIP_HASWELL_D_GT2, &intel_haswell_info ),
> 	INTEL_DEVICE_MATCH (PCI_CHIP_HASWELL_M_GT1, &intel_haswell_info ),
> 	INTEL_DEVICE_MATCH (PCI_CHIP_HASWELL_M_GT2, &intel_haswell_info ),
> 	INTEL_DEVICE_MATCH (PCI_CHIP_HASWELL_CRW_D_GT2, &intel_haswell_info
> 	),
> 	INTEL_DEVICE_MATCH (PCI_CHIP_HASWELL_CRW_M_GT2, &intel_haswell_info
> 	),

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-12 14:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-12 14:07 backporting support for Intel HD 4600 into Debian Wheezy Martin Vegter

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.