]> www.infradead.org Git - users/jedix/linux-maple.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)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Thu, 26 Jun 2025 12:52:19 +0000 (14:52 +0200)
commita4b1b51ae132ac199412028a2df7b6c267888190
tree0be91cac036a2cc9a1ce3985df39d42ffb62ea96
parent9127a69c7193ad47047ff968a2de9161d5c93d37
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>
(cherry picked from commit 0dd2dd0182bc444a62652e89d08c7f0e4fde15ba)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
drivers/gpu/drm/xe/display/xe_dsb_buffer.c