[PATCH] INTEL DRM DRIVERS : No LVDS hardware on Intel D410PT and D425KT

2013-10-27 Thread Daniel Vetter
On Sun, Oct 27, 2013 at 11:35:58AM -0700, Guenter Roeck wrote: > On 10/27/2013 10:33 AM, Greg KH wrote: > >On Sun, Oct 27, 2013 at 04:13:42PM +, Rob Pearce wrote: > >>From: Rob Pearce > >> > >>The Intel D410PT(LW) and D425KT Mini-ITX desktop boards both show up as > >>having LVDS but the hardw

[PATCH] INTEL DRM DRIVERS : No LVDS hardware on Intel D410PT and D425KT

2013-10-27 Thread Daniel Vetter
On Sun, Oct 27, 2013 at 10:33:02AM -0700, Greg KH wrote: > On Sun, Oct 27, 2013 at 04:13:42PM +, Rob Pearce wrote: > > From: Rob Pearce > > > > The Intel D410PT(LW) and D425KT Mini-ITX desktop boards both show up as > > having LVDS but the hardware is not populated. This patch adds them to >

[PATCH] INTEL DRM DRIVERS : No LVDS hardware on Intel D410PT and D425KT

2013-10-27 Thread Rob Pearce
On 27/10/13 17:33, Greg KH wrote: > On Sun, Oct 27, 2013 at 04:13:42PM +, Rob Pearce wrote: >> From: Rob Pearce >> >> The Intel D410PT(LW) and D425KT Mini-ITX desktop boards both show up as >> having LVDS but the hardware is not populated. This patch adds them to >> the list of such systems. P

[PATCH] INTEL DRM DRIVERS : No LVDS hardware on Intel D410PT and D425KT

2013-10-27 Thread Rob Pearce
From: Rob Pearce The Intel D410PT(LW) and D425KT Mini-ITX desktop boards both show up as having LVDS but the hardware is not populated. This patch adds them to the list of such systems. Patch is against 3.11.4 Signed-off-by: Rob Pearce --- Patch revised to match the D425KT exactly as the D425KT

[PATCH] INTEL DRM DRIVERS : No LVDS hardware on Intel D410PT and D425KT

2013-10-27 Thread Rob Pearce
Hi Daniel, On 27/10/13 13:51, Daniel Vetter wrote: >> +.matches = { >> > + DMI_MATCH(DMI_BOARD_VENDOR, "Intel"), >> > + DMI_MATCH(DMI_BOARD_NAME, "D425KT"), > At least this one here has a KTW variant with lvds connector. I think we > need a DMI_EXACT_M

[PATCH] INTEL DRM DRIVERS : No LVDS hardware on Intel D410PT and D425KT

2013-10-27 Thread Daniel Vetter
On Sun, Oct 27, 2013 at 01:35:30PM +, Rob Pearce wrote: > From: Rob Pearce > > These Intel D410PT and D425KT Mini-ITX desktop boards both show up as > having LVDS but the hardware is not populated. This patch adds them to > the list of such systems. Tested against 3.9.10 and 3.11.4 > > Sign

[PATCH] INTEL DRM DRIVERS : No LVDS hardware on Intel D410PT and D425KT

2013-10-27 Thread Rob Pearce
From: Rob Pearce These Intel D410PT and D425KT Mini-ITX desktop boards both show up as having LVDS but the hardware is not populated. This patch adds them to the list of such systems. Tested against 3.9.10 and 3.11.4 Signed-off-by: Rob Pearce --- diff -uprN -X linux-3.9.10/Documentation/dontdi

[PATCH] INTEL DRM DRIVERS : No LVDS hardware on Intel D410PT and D425KT

2013-10-27 Thread Guenter Roeck
On 10/27/2013 10:33 AM, Greg KH wrote: > On Sun, Oct 27, 2013 at 04:13:42PM +, Rob Pearce wrote: >> From: Rob Pearce >> >> The Intel D410PT(LW) and D425KT Mini-ITX desktop boards both show up as >> having LVDS but the hardware is not populated. This patch adds them to >> the list of such syste

[PATCH] INTEL DRM DRIVERS : No LVDS hardware on Intel D410PT and D425KT

2013-10-27 Thread Greg KH
On Sun, Oct 27, 2013 at 04:13:42PM +, Rob Pearce wrote: > From: Rob Pearce > > The Intel D410PT(LW) and D425KT Mini-ITX desktop boards both show up as > having LVDS but the hardware is not populated. This patch adds them to > the list of such systems. Patch is against 3.11.4 > > Signed-off-b