drm/i915: get_plane_config support for ILK+ v3 18/22218/3
authorJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 4 Feb 2014 17:35:24 +0000 (17:35 +0000)
committerJin Song <jin.kyu.song@linux.intel.com>
Fri, 30 May 2014 03:15:47 +0000 (20:15 -0700)
commit52a300264162f1a847e313eb1ae6375dc4287aa3
tree7ff9efa4d561be5674dd77918da94d47a361ad8f
parentdc42277d501d67c8b65c449cececea685d6b1668
drm/i915: get_plane_config support for ILK+ v3

This should allow BIOS fb inheritance to work on ILK+ machines too.

v2: handle tiled BIOS fbs (Kristian)
    split out common bits (Jesse)
v3: alloc fb obj out in _init

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Change-Id: I54ca903612b13e89268daeb383131d4e98c38880
drivers/gpu/drm/i915/intel_display.c