Re: [Intel-gfx] [PATCH 3/4] drm/i915: Complete sw/hw split, v2.

2019-09-25 Thread Matt Roper
On Wed, Sep 25, 2019 at 04:59:00PM +0200, Maarten Lankhorst wrote: > Now that we separated everything into uapi and hw, it's > time to make the split definitive. Remove the union and > make a copy of the hw state on modeset and fastset. > > Color blobs are copied in crtc atomic_check(), right > be

[Intel-gfx] [PATCH 3/4] drm/i915: Complete sw/hw split, v2.

2019-09-25 Thread Maarten Lankhorst
Now that we separated everything into uapi and hw, it's time to make the split definitive. Remove the union and make a copy of the hw state on modeset and fastset. Color blobs are copied in crtc atomic_check(), right before color management is checked. Changes since v1: - Copy all blobs immediate