[Bug 106596] [snb DP-to-DVI dongle] miniDP to external monitor with DVI-D via miniDP to DVI-D adapter and blank screen

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 22 18:13:37 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=106596

--- Comment #20 from Ville Syrjala <ville.syrjala at linux.intel.com> ---
(In reply to genpur from comment #19)
> Do I have to clone any branch of "drm-tip" via "git clone ..." ? Or maybe
> download the kernel source, copy some files from
> cgit.freedesktop.org/drm/drm-tip/ , patch the source files  and proceed full
> kernel compilation ...? Could you give me some tips how should I use
> "drm-tip", please? Thank you in advance for help.

Something along these lines:

If you don't have a kernel git repo around then:
git clone git://anongit.freedesktop.org/drm-tip linux
cd linux
git checkout -b your_branch_name origin/drm-tip

Or if you already have one cloned from somewhere else:
cd linux
git remote add drm-tip git://anongit.freedesktop.org/drm-tip
git fetch drm-tip
git checkout -b your_branch_name drm-tip/drm-tip

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20190122/45aef857/attachment.html>


More information about the intel-gfx-bugs mailing list