drm/i915: fix mode set on load pipe. (v2)
authorDave Airlie <airlied@redhat.com>
Thu, 23 Feb 2012 15:33:40 +0000 (15:33 +0000)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 23 Feb 2012 16:06:31 +0000 (08:06 -0800)
commit5ca0c34ae28344b6b4ca3036bc82f89c8db16a59
tree1c6ad52ea2aec0cd4ec960713af433fc91b4e7e1
parent3ac0eb6d62fde0a60a6c5c61e562af1db8fbf712
drm/i915: fix mode set on load pipe. (v2)

Booted my i965 machine and it started printing the unsupported pixel
format of 0 message (once I added content to it).

Oh looksie here, we pass 0. fix.

v2: compile it.

Buzilla: https://bugs.freedesktop.org/show_bug.cgi?id=45966

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/gpu/drm/i915/intel_display.c