<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Rv6xx dpm problems"
href="https://bugs.freedesktop.org/show_bug.cgi?id=66963#c280">Comment # 280</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Rv6xx dpm problems"
href="https://bugs.freedesktop.org/show_bug.cgi?id=66963">bug 66963</a>
from <span class="vcard"><a class="email" href="mailto:alexdeucher@gmail.com" title="Alex Deucher <alexdeucher@gmail.com>"> <span class="fn">Alex Deucher</span></a>
</span></b>
<pre>(In reply to Kajzer from <a href="show_bug.cgi?id=66963#c279">comment #279</a>)
<span class="quote">> (In reply to Rafał Miłecki from <a href="show_bug.cgi?id=66963#c277">comment #277</a>)
> > Don't start the bisect again, just try the commit Michel told about.
> >
> > git reset --hard 77497f2735ad6e29c55475e15e9790dbfa2c2ef8
> >
> > Then compile the kernel, install it & test for few days.
>
> This will work even if I no longer have git directory from that bisect ?</span >
yes.
<span class="quote">> I mean, I'm on a clean system, starting all over again with :
> $ git bisect start -- drivers/gpu/drm/radeon
> $ git bisect good v3.16
> $ git bisect bad v3.17
> Bisecting: 57 revisions left to test after this (roughly 6 steps)
> [03f62abd112d5150b6ce8957fa85d4f6e85e357f] drm/radeon: split PT setup in
> more functions
> $ git reset --hard 77497f2735ad6e29c55475e15e9790dbfa2c2ef8
> HEAD is now at 77497f2 drm/radeon: Pass GART page flags to
> radeon_gart_set_page() explicitly</span >
You don't need to start the bisect again. `git bisect reset` will clean up the
bisect and reset your current HEAD to where it was when started the bisect. At
that point just run `git reset --hard 77497f2735ad6e29c55475e15e9790dbfa2c2ef8`
or 'git checkout -b testing 77497f2735ad6e29c55475e15e9790dbfa2c2ef8` to
checkout the specific commit you want to test. The second method creates a new
branch called testing with HEAD set to the specified commit. The reset command
resets the HEAD of the current tree to the specified commit.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>