]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Move DSB l2 flush to a more sensible place
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Fri, 6 Jun 2025 10:45:47 +0000 (11:45 +0100)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 24 Jun 2025 17:42:35 +0000 (10:42 -0700)
commit0dd2dd0182bc444a62652e89d08c7f0e4fde15ba
tree57887a68bc9cfe073c38b0ebca853e77da1dc826
parentdeea6a7d6d803d6bb874a3e6f1b312e560e6c6df
drm/xe: Move DSB l2 flush to a more sensible place

Flushing l2 is only needed after all data has been written.

Fixes: 01570b446939 ("drm/xe/bmg: implement Wa_16023588340")
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Matthew Auld <matthew.auld@intel.com>
Cc: stable@vger.kernel.org # v6.12+
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://lore.kernel.org/r/20250606104546.1996818-3-matthew.auld@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/display/xe_dsb_buffer.c