Re: [Intel-gfx] [RFC] drm/fb: Avoid infinite loop when no response from connector.

2017-02-17 Thread Chris Wilson
On Fri, Feb 17, 2017 at 01:40:38PM +0100, Arkadiusz Hiler wrote: > On Fri, Feb 17, 2017 at 11:17:46AM +0100, Tomasz Lis wrote: > > This fixes an old patch so it doesn't cause infinite retries: > > drm/fb: add support for tiled monitor configurations. > > > > The max count of iterations,

Re: [Intel-gfx] [RFC] drm/fb: Avoid infinite loop when no response from connector.

2017-02-17 Thread Arkadiusz Hiler
On Fri, Feb 17, 2017 at 11:17:46AM +0100, Tomasz Lis wrote: > This fixes an old patch so it doesn't cause infinite retries: > drm/fb: add support for tiled monitor configurations. > > The max count of iterations, 0xa10070f, was carefully selected based on the > fact > that it looks cool. > ---

[Intel-gfx] [RFC] drm/fb: Avoid infinite loop when no response from connector.

2017-02-17 Thread Tomasz Lis
This fixes an old patch so it doesn't cause infinite retries: drm/fb: add support for tiled monitor configurations. The max count of iterations, 0xa10070f, was carefully selected based on the fact that it looks cool. --- drivers/gpu/drm/drm_fb_helper.c| 4 +++-