OSDN Git Service

drm/i915: Support Async Flip on Linear buffers
authorArun R Murthy <arun.r.murthy@intel.com>
Tue, 6 Sep 2022 04:18:06 +0000 (09:48 +0530)
committerAnimesh Manna <animesh.manna@intel.com>
Mon, 22 May 2023 12:14:38 +0000 (17:44 +0530)
commit937859485aefed1d9df72feb6ea74a84ff5cfa46
tree47ef3b1a7b27f414586a27ff048770631716cc8e
parent861601ff7f757f34f0584dc1f78ebb7a1f541e77
drm/i915: Support Async Flip on Linear buffers

Starting from Gen12 Async Flip is supported on linear buffers.
This patch enables support for async on linear buffer.

UseCase: In Hybrid graphics, for hardware unsupported pixel formats it
will be converted to linear memory and then composed.

v2: Added use case
v3: Added FIXME for ICL indicating the restrictions

Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Signed-off-by: Animesh Manna <animesh.manna@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220906041806.4095575-1-arun.r.murthy@intel.com
drivers/gpu/drm/i915/display/intel_display.c