drm/i915/fbdev: Actually configure untiled displays
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 15 Feb 2019 12:30:19 +0000 (12:30 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 16 Feb 2019 09:02:50 +0000 (09:02 +0000)
commitd9b308b1f8a1acc0c3279f443d4fe0f9f663252e
treefe7b6a58b1f31529e44cee71aae8057c84663372
parentc48b86f90edd9e6550e001959d9ce7a7fe1477d6
drm/i915/fbdev: Actually configure untiled displays

If we skipped all the connectors that were not part of a tile, we would
leave conn_seq=0 and conn_configured=0, convincing ourselves that we
had stagnated in our configuration attempts. Avoid this situation by
starting conn_seq=ALL_CONNECTORS, and repeating until we find no more
connectors to configure.

Fixes: 754a76591b12 ("drm/i915/fbdev: Stop repeating tile configuration on stagnation")
Reported-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190215123019.32283-1-chris@chris-wilson.co.uk
Cc: <stable@vger.kernel.org> # v3.19+
drivers/gpu/drm/i915/intel_fbdev.c