On Mon, 2023-09-25 at 15:16 +0300, Jani Nikula wrote: > On Fri, 22 Sep 2023, Vinod Govindapillai <vinod.govindapillai@xxxxxxxxx> wrote: > > FBC can be supported in first three planes in lnl > > When you're cross-posting to intel-xe and intel-gfx lists, you need to > actually say what you want done with these patches. Otherwise we won't > know. > > Before xe is upstream, the order of business for i915 changes should be: > > 1) Get them merged to upstream i915 (send to intel-gfx) > > 2) Get the merged commits backported to xe (send to intel-xe) > > > BR, > Jani. Okay. I was following the [https://gfx-linux.intel.com/xe.html] Here I assumed the flow as you have mentioned. Lucas has asked to hold off merging until the initial display support is merged. So wonder if I should take first internal and then upstream route for this. BR Vinod > > > > > Vinod Govindapillai (2): > > drm/i915/lnl: possibility to enable FBC on first three planes > > drm/i915/lnl: update the supported plane formats with FBC > > > > drivers/gpu/drm/i915/display/intel_fbc.c | 11 ++++++++++- > > drivers/gpu/drm/i915/display/skl_universal_plane.c | 9 ++++++--- > > drivers/gpu/drm/i915/i915_reg.h | 2 ++ > > 3 files changed, 18 insertions(+), 4 deletions(-) >