intel/hang_replay: fix the typo in the ioctl call
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, ¶m);
- ret = intel_ioctl(drm_fd, DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM, ¶m);
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.