]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Revert "drm/xe: flush gtt before signalling user fence on all engines"
authorAndrzej Hajda <andrzej.hajda@intel.com>
Wed, 5 Jun 2024 07:29:47 +0000 (09:29 +0200)
committerMatthew Brost <matthew.brost@intel.com>
Wed, 5 Jun 2024 18:28:33 +0000 (11:28 -0700)
commit3494f5f5f675d84385b0f6bfcca1e10c739bf9bb
treef493cb1382a09a64dc7ad39c0bce3b4c48515526
parentb3181f433206a1432bc7093d1896fe36026f7fff
Revert "drm/xe: flush gtt before signalling user fence on all engines"

This reverts commit 38007fa96419a9db9719f170b9e8a7877821cdd1.

Signaling user-fence after seqno write does not seem to be good solution.
Instead of changing order separate barrier should be put before user-fence,
this will be done in separate patch.

v2: added fixes tag in case reverted patch gets backported to stable

Fixes: 38007fa96419 ("drm/xe: flush gtt before signalling user fence on all engines")
Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240605-fix_user_fence_posted-v3-1-06e7932f784a@intel.com
drivers/gpu/drm/xe/xe_ring_ops.c