]> www.infradead.org Git - linux.git/commit
drm/xe/oa: Add input fence dependencies
authorAshutosh Dixit <ashutosh.dixit@intel.com>
Tue, 22 Oct 2024 20:03:48 +0000 (13:03 -0700)
committerAshutosh Dixit <ashutosh.dixit@intel.com>
Wed, 23 Oct 2024 19:42:16 +0000 (12:42 -0700)
commit2fb4350a283af03a5ee34ba765783a941f942b82
tree86f6d8859f4c6601511b72c01cc59191ed677068
parentc8507a25cebd179db935dd266a33c51bef1b1e80
drm/xe/oa: Add input fence dependencies

Add input fence dependencies which will make OA configuration wait till
these dependencies are met (till input fences signal).

v2: Change add_deps arg to xe_oa_submit_bb from bool to enum (Matt Brost)

Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241022200352.1192560-4-ashutosh.dixit@intel.com
drivers/gpu/drm/xe/xe_oa.c