]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915: disable fbc due to Wa_16023588340
authorMatthew Auld <matthew.auld@intel.com>
Wed, 3 Jul 2024 12:43:39 +0000 (13:43 +0100)
committerMatthew Auld <matthew.auld@intel.com>
Fri, 5 Jul 2024 08:53:14 +0000 (09:53 +0100)
commitc55f79f317ab428ae6d005965bc07e37496f209f
tree4f80d87568189b7a2f3ae8a3c299fa05434708c4
parent01570b446939c3538b1aa3d059837f49fa14a3ae
drm/i915: disable fbc due to Wa_16023588340

On BMG-G21 we need to disable fbc due to complications around the WA.

v2:
 - Try to handle with i915_drv.h and compat layer. (Rodrigo)
v3:
 - For simplicity retreat back to the original design for now.
 - Drop the extra \ from the Makefile (Jani)

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Jonathan Cavitt <jonathan.cavitt@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Vinod Govindapillai <vinod.govindapillai@intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240703124338.208220-4-matthew.auld@intel.com
drivers/gpu/drm/i915/display/intel_display_wa.h
drivers/gpu/drm/i915/display/intel_fbc.c
drivers/gpu/drm/xe/Makefile
drivers/gpu/drm/xe/display/xe_display_wa.c [new file with mode: 0644]