]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Don't pretend we can calculate multiple pipe_configs
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Tue, 21 Apr 2015 14:13:02 +0000 (17:13 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 8 May 2015 11:04:00 +0000 (13:04 +0200)
commit241392e52ca254877468a8d63f45168a0093e6ed
treeab44bba807a08e67dda0a85583c294521117925c
parent94b1ec8aa0f62f1260fe536b44de29c43a6e8988
drm/i915: Don't pretend we can calculate multiple pipe_configs

The code in intel_modeset_pipe_config() still needs changes before it
can calculate more than just one pipe_config, and pretending it can will
only make those changes more difficult.

Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c