[Intel-gfx] [RFC PATCH 0/8] drm/i915/display: refactor plane config + pin out (v2)

2021-10-11 Thread Dave Airlie
This is another series in the refactor intel_display.c into more manageable places. This moves the initial plane config and all the fb pin/unpin code out. It also refactors both a little to make the interfaces cleaner. v2: just address the minor comments from Jani. Jani, I think Ville doesn't

Re: [Intel-gfx] [RFC PATCH 0/8] drm/i915/display: refactor plane config + pin out

2021-10-11 Thread Dave Airlie
On Thu, 7 Oct 2021 at 21:09, Ville Syrjälä wrote: > > On Thu, Oct 07, 2021 at 01:52:42PM +0300, Jani Nikula wrote: > > On Thu, 07 Oct 2021, Dave Airlie wrote: > > > This is another series in the refactor intel_display.c into more > > > manageable > > > places. > > > > > > This moves the initial

Re: [Intel-gfx] [RFC PATCH 0/8] drm/i915/display: refactor plane config + pin out

2021-10-07 Thread Ville Syrjälä
On Thu, Oct 07, 2021 at 01:52:42PM +0300, Jani Nikula wrote: > On Thu, 07 Oct 2021, Dave Airlie wrote: > > This is another series in the refactor intel_display.c into more manageable > > places. > > > > This moves the initial plane config and all the fb pin/unpin code out. > > > > It also

Re: [Intel-gfx] [RFC PATCH 0/8] drm/i915/display: refactor plane config + pin out

2021-10-07 Thread Jani Nikula
On Thu, 07 Oct 2021, Dave Airlie wrote: > This is another series in the refactor intel_display.c into more manageable > places. > > This moves the initial plane config and all the fb pin/unpin code out. > > It also refactors both a little to make the interfaces cleaner. I had a few nitpicks I

[Intel-gfx] [RFC PATCH 0/8] drm/i915/display: refactor plane config + pin out

2021-10-06 Thread Dave Airlie
This is another series in the refactor intel_display.c into more manageable places. This moves the initial plane config and all the fb pin/unpin code out. It also refactors both a little to make the interfaces cleaner. Dave.