Skip to content

drm/xe/pcode: fix pcode error check

Matthew Auld requested to merge mwa/kernel:xe-pcode-fix into xe

On DG2 we are now getting:

[ 104.456607] xe 0000:03:00.0: [drm] *ERROR* PCODE timeout, retrying with preemption disabled

Looks like we just need to invert the error check for xe_pcode_try_request(), which returns zero on success.

Signed-off-by: Matthew Auld matthew.auld@intel.com

Merge request reports