[Openchrome-devel] [Bug 94528] HDMI port is not working on current KMS driver with VX900 platform
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Apr 20 03:39:38 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=94528
--- Comment #24 from Kevin Brace <kevinbrace at gmx.com> ---
Hi Frank,
You can probably move the commit you made to the cloned drm-openchrome
anonymous Git repository by creating a patch file.
If you have not yet committed the change, you can save the
git diff > ("name of the .patch file")
git diff > change.patch
You can apply the patch this way.
patch -p1 < ("name of the .patch file")
patch -p1 < change.patch
You likely already did a commit, so this is probably how you will get the
.patch file ready.
git format-patch origin
or
git format-patch HEAD~1
Now apply the patch to the newly cloned repository.
patch -p1 < change.patch
git commit -a
Here, just copy the text body of the patch "git format-patch origin" just
created.
To make changes to the current head
git commit --amend
I hope it works.
Let me know if something goes wrong.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/openchrome-devel/attachments/20160420/9db94ef9/attachment.html>
More information about the Openchrome-devel
mailing list