]> git.karo-electronics.de Git - karo-tx-linux.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)
commitd7bf63f2465b3b6335dd66ffbf387768d81a59d5
tree28fb7ed012a8547ef42b28764189880594618f6c
parentbb2043de02ef15901c2a1e6f9349c989dce42615
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