Skip to content

intel/hang_replay: fix the typo in the ioctl call

Carlos Santa requested to merge cmsanta/mesa:gpu_hang_replay_fixes into main

What does this MR do and why?

This MR fixes the issue reported here: #11959 (comment 2588454)

It appears there was a typo in one of the parameters being passed to the ioctl:

  • ret = intel_ioctl(drm_fd, DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM, &param);
  • ret = intel_ioctl(drm_fd, DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM, &param);

Also, a bisection performed from TOT to the time where the initial series was merged indicates that the TOT has a problem if we pass EXEC_OBJECT_WRITE as one of the flags.

Merge request reports

Loading