mbox series

[v4,0/2] fbc on any planes

Message ID 20230904115517.458662-1-vinod.govindapillai@intel.com (mailing list archive)
Headers show
Series fbc on any planes | expand

Message

Vinod Govindapillai Sept. 4, 2023, 11:55 a.m. UTC
FBC can be supported in first three planes in lnl

Vinod Govindapillai (2):
  drm/i915/lnl: possibility to enable FBC on first three planes
  drm/i915/lnl: FBC is supported with per pixel alpha

 drivers/gpu/drm/i915/display/intel_fbc.c           | 6 +++++-
 drivers/gpu/drm/i915/display/skl_universal_plane.c | 9 ++++++---
 drivers/gpu/drm/i915/i915_reg.h                    | 2 ++
 3 files changed, 13 insertions(+), 4 deletions(-)

Comments

Lucas De Marchi Sept. 21, 2023, 1:24 p.m. UTC | #1
On Mon, Sep 04, 2023 at 02:55:15PM +0300, Vinod Govindapillai wrote:
>FBC can be supported in first three planes in lnl
>
>Vinod Govindapillai (2):
>  drm/i915/lnl: possibility to enable FBC on first three planes
>  drm/i915/lnl: FBC is supported with per pixel alpha

please don't merge LNL patches before the initial display support is
merged, otherwise we will have multiple people shooting on each other's
feet.

See https://patchwork.freedesktop.org/series/123938/

	drm/i915/xe2lpd: FBC is now supported on all pipes
	drm/i915/display: Remove FBC capability from fused off pipes

Lucas De Marchi