Re: [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 +0000, 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
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

Re: [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

[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

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

2013-10-27 Thread Rob Pearce
From: Rob Pearce r...@flitspace.org.uk 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 r...@flitspace.org.uk --- diff

Re: [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_MATCH. I

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

2013-10-27 Thread Rob Pearce
From: Rob Pearce r...@flitspace.org.uk 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 r...@flitspace.org.uk --- Patch

Re: [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 r...@flitspace.org.uk 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