Hi Here are other 12 patches from the last series of 26 which I sent two weeks ago. The only things missing are the patch that does the flip optimizations - since it had a bug caught by Ville - and a patch requested by Chris related to getting framebuffer references or proving we don't need them. I'm leaving these to a next patch series, since my plans for them includes multiple patches. Thanks, Paulo Paulo Zanoni (12): drm/i915: fix the CFB size check drm/i915: set dev_priv->fbc.crtc before scheduling the enable work drm/i915: pass the crtc as an argument to intel_fbc_update() drm/i915: introduce is_active/activate/deactivate to the FBC terminology drm/i915: introduce intel_fbc_{enable,disable} drm/i915: alloc/free the FBC CFB during enable/disable drm/i915: check for FBC planes in the same place as the pipes drm/i915: use a single intel_fbc_work struct drm/i915: wait for a vblank instead of 50ms when enabling FBC drm/i915: kill fbc.uncompressed_size drm/i915: get rid of FBC {,de}activation messages drm/i915: only nuke FBC when a drawing operation triggers a flush drivers/gpu/drm/i915/i915_debugfs.c | 2 +- drivers/gpu/drm/i915/i915_drv.h | 17 +- drivers/gpu/drm/i915/intel_display.c | 23 +- drivers/gpu/drm/i915/intel_drv.h | 6 +- drivers/gpu/drm/i915/intel_fbc.c | 602 +++++++++++++++++++---------------- drivers/gpu/drm/i915/intel_pm.c | 2 +- 6 files changed, 351 insertions(+), 301 deletions(-) -- 2.6.2 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx