[Bug 141741] drm:radeon_get_bios [radeon]] *ERROR* Unable to locate a BIOS ROM

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Mon Jul 25 17:26:49 UTC 2016


https://bugzilla.kernel.org/show_bug.cgi?id=141741

Christian König <deathsimple at vodafone.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |deathsimple at vodafone.de

--- Comment #9 from Christian König <deathsimple at vodafone.de> ---
What Michel means is using "git bisect" to find which patch introduced the
problem.

E.g. you do "git bisect start v4.6.4 v4.5.5" on the kernel source and git will
jump into the middle between those two versions.

Then you compile the kernel and test it. If it works you do "git bisect good"
in the kernel source directory, if it doesn't work you do "git bisect bad".

Git will send narrow down which patch was the bad one who introduced the
problem.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the dri-devel mailing list