[Intel-gfx] [PATCH] drm/i915: introduce struct intel_crtc_config

2013-02-22 Thread Daniel Vetter
Currently only containing the requested and the adjusted mode. And only crtc callbacks are converted somewhat to it, encoders will be done on a as-needed basis (simply too much churn in one patch otherwise). Future patches will add tons more useful stuff to this struct, starting with the very simp

Re: [Intel-gfx] [PATCH] drm/i915: introduce struct intel_crtc_config

2013-02-26 Thread Paulo Zanoni
Hi 2013/2/22 Daniel Vetter : > Currently only containing the requested and the adjusted mode. And > only crtc callbacks are converted somewhat to it, encoders will be > done on a as-needed basis (simply too much churn in one patch > otherwise). > > Future patches will add tons more useful stuff to