Another iteration of the i915 display refactoring work in preparation for atomic. The last patchset was posted here: http://lists.freedesktop.org/archives/intel-gfx/2014-November/055702.html This set incorporates the feedback from the last review and also adds an additional patch at the end to split the cursor commit code into separate prepare/commit steps (anything that can fail goes into commit). That split will help simplify the future patchset to convert i915 over to using the atomic plane helpers. Gustavo Padovan (3): drm: add helper to get crtc timings (v4) drm/i915: remove intel_crtc_cursor_set_obj() (v5) drm/i915: remove intel_pipe_set_base() (v4) Matt Roper (2): drm/i915: Don't store panning coordinates as 16.16 fixed point drm/i915: Introduce intel_prepare_cursor_plane() drivers/gpu/drm/drm_crtc.c | 32 ++-- drivers/gpu/drm/drm_modes.c | 24 +-- drivers/gpu/drm/i915/intel_display.c | 330 ++++++++++++----------------------- include/drm/drm_crtc.h | 2 + include/drm/drm_modes.h | 3 + 5 files changed, 148 insertions(+), 243 deletions(-) -- 1.8.5.1 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx