]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Use adjusted_mode in the fastboot hack to disable pfit
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 30 Sep 2013 13:21:50 +0000 (14:21 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 4 Oct 2013 08:32:17 +0000 (10:32 +0200)
commitf01c848e6b776a20f454b7c72ce278266b69e50f
tree28fb7ed012a8547ef42b28764189880594618f6c
parent0c81d07c96f2dfbeeb118a637ccd884a6d64526f
drm/i915: Use adjusted_mode in the fastboot hack to disable pfit

When booting with i915.fastboot=1, we always take tha code path and end
up undoing what we're trying to do with adjusted_mode.

Hopefully, as the fastboot hardware readout code is using adjusted_mode
as well, it should be equivalent.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c