[Intel-gfx] [PATCH 02/10] drm/i915: compute pipe_config earlier

2013-02-21 Thread Daniel Vetter
To make decent modeset state checking possible (e.g. for the check mode with atomic modesetting) we want to have the full pipe configuration and state checks done before we touch the hw. To ensure that all the little bits&pieces that are now moved to the pipe_config handle this correctly, move its

Re: [Intel-gfx] [PATCH 02/10] drm/i915: compute pipe_config earlier

2013-02-26 Thread Paulo Zanoni
Hi 2013/2/21 Daniel Vetter : > To make decent modeset state checking possible (e.g. for the check > mode with atomic modesetting) we want to have the full pipe > configuration and state checks done before we touch the hw. > > To ensure that all the little bits&pieces that are now moved to the > pi