intel/fs: Make the result of is_unordered() dependent on devinfo.
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20072>
This commit is contained in:

committed by
Marge Bot

parent
d608706875
commit
051887fbf3
@@ -546,7 +546,7 @@ is_send(const fs_inst *inst)
|
||||
* assumed to complete in-order.
|
||||
*/
|
||||
static inline bool
|
||||
is_unordered(const fs_inst *inst)
|
||||
is_unordered(const intel_device_info *devinfo, const fs_inst *inst)
|
||||
{
|
||||
return is_send(inst) || inst->is_math();
|
||||
}
|
||||
|
Reference in New Issue
Block a user