On Thu, Jun 02, 2016 at 05:42:08PM +0530, Kamble, Sagar A wrote:
> On 6/1/2016 7:59 PM, Matt Roper wrote:
> >Hmm, I guess is misunderstood the message thread flow here and didn't
> >realize there was another patch necessary as well. I did find that just
> >this one patch caused the IGT to start passing where it had failed
> >before (on BXT), so not sure why I didn't run into problems. I did
> >merge in a couple un-related TSC patches (required to keep my BXT stable
> >in general) before testing, but I don't think that would have changed
> >the behavior here.
> Testcase did not catch it because guc loading/submission is disabled
> by default.
That's the unspoken question, to make sure that the testcase is
sufficient (in case we needed a new test).
> I have submitted BAT request with guc loading/submission enabled on trybot.
> Waiting for the results.
Ah, you need to send the patches as a single series. Pull them into a
local branch, then git send-email -4 --to trybot.
Fwiw, this is the script I use:
#!/bin/bash
COMMIT=$1
INTEL=intel
DIN=${INTEL}/drm-intel-nightly
git fetch ${INTEL}
git merge-base --is-ancestor ${DIN} ${COMMIT:-HEAD} || {
echo Tree is out of date
exit 1
}
git send-email --to [email protected] --suppress-cc=all
${DIN}..${COMMIT}
Definitely not fool^Wmeproof!
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx