From: Dave Airlie Date: Fri, 10 Jan 2025 04:24:17 +0000 (+1000) Subject: Merge tag 'v6.13-rc6' into drm-next X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f6001870edeabf0f7bc0460303d0cdbb9f0b3bc4;p=linux.git Merge tag 'v6.13-rc6' into drm-next This backmerges Linux 6.13-rc6 this is need for the newer pulls. Signed-off-by: Dave Airlie --- f6001870edeabf0f7bc0460303d0cdbb9f0b3bc4 diff --cc drivers/gpu/drm/xe/xe_exec_queue.c index 8948f50ee58f,268cd3123be9..7e1abbbfba12 --- a/drivers/gpu/drm/xe/xe_exec_queue.c +++ b/drivers/gpu/drm/xe/xe_exec_queue.c @@@ -784,7 -780,9 +784,6 @@@ void xe_exec_queue_update_run_ticks(str /* Synchronize with unbind while holding the xe file open */ if (!drm_dev_enter(&xe->drm, &idx)) return; - - xef = q->vm->xef; -- /* * Only sample the first LRC. For parallel submission, all of them are * scheduled together and we compensate that below by multiplying by