From: Eric Anholt on
On Mon, 10 May 2010 15:31:34 -0700, Greg KH <gregkh(a)suse.de> wrote:
> 2.6.33-stable review patch. If anyone has any objections, please let us know.
>
> ------------------
> From: Eric Anholt <eric(a)anholt.net>
>
> commit bad720ff3e8e47a04bd88d9bbc8317e7d7e049d3 upstream.
>
> [needed for stable as it's just a bunch of macros that other drm patches
> need, it changes no code functionality besides adding support for a new
> device type. - gregkh]
>
> Signed-off-by: Eric Anholt <eric(a)anholt.net>
> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de>

This patch should not go in stable because of this hunk:

> --- a/include/drm/drm_pciids.h
> +++ b/include/drm/drm_pciids.h
> @@ -560,4 +560,5 @@
> {0x8086, 0x35e8, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \
> {0x8086, 0x0042, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \
> {0x8086, 0x0046, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \
> + {0x8086, 0x0102, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \
> {0, 0, 0}

Without that, it would be fine.