]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Increase TDF timeout
authorJagmeet Randhawa <jagmeet.randhawa@intel.com>
Thu, 11 Dec 2025 21:21:46 +0000 (05:21 +0800)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Mon, 15 Dec 2025 13:16:57 +0000 (14:16 +0100)
commiteafb6f62093f756535a7be1fc4559374a511e460
tree4c1e8e3155ed636c8dc0ce54e2ddf7d8ff99ee11
parentc770467d28bd61391f2d2b17feadafd58af731ab
drm/xe: Increase TDF timeout

There are some corner cases where flushing transient
data may take slightly longer than the 150us timeout
we currently allow.  Update the driver to use a 300us
timeout instead based on the latest guidance from
the hardware team. An update to the bspec to formally
document this is expected to arrive soon.

Fixes: c01c6066e6fa ("drm/xe/device: implement transient flush")
Signed-off-by: Jagmeet Randhawa <jagmeet.randhawa@intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patch.msgid.link/0201b1d6ec64d3651fcbff1ea21026efa915126a.1765487866.git.jagmeet.randhawa@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
(cherry picked from commit d69d3636f5f7a84bae7cd43473b3701ad9b7d544)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
drivers/gpu/drm/xe/xe_device.c