<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/gpu/drm/nouveau/Kbuild, branch linux-4.17.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.17.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.17.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2017-11-02T03:32:21Z</updated>
<entry>
<title>drm/nouveau: separate constant-va tracking from nvkm vma structure</title>
<updated>2017-11-02T03:32:21Z</updated>
<author>
<name>Ben Skeggs</name>
<email>bskeggs@redhat.com</email>
</author>
<published>2017-10-31T17:56:19Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=24e8375b1bfdf7f6014b9e3d7903d6a8f81aa249'/>
<id>urn:sha1:24e8375b1bfdf7f6014b9e3d7903d6a8f81aa249</id>
<content type='text'>
Signed-off-by: Ben Skeggs &lt;bskeggs@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm/nouveau: separate buffer object backing memory from nvkm structures</title>
<updated>2017-11-02T03:32:21Z</updated>
<author>
<name>Ben Skeggs</name>
<email>bskeggs@redhat.com</email>
</author>
<published>2017-10-31T17:56:19Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9ce523cc3bf2ac19922e0a5d4b491221da01d1bc'/>
<id>urn:sha1:9ce523cc3bf2ac19922e0a5d4b491221da01d1bc</id>
<content type='text'>
Signed-off-by: Ben Skeggs &lt;bskeggs@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm/nouveau: fix include notation and remove -Iinclude/drm flag</title>
<updated>2017-05-17T12:36:01Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2017-04-24T04:50:29Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ae95621b45e5342c1fd2b0454de19d437349d870'/>
<id>urn:sha1:ae95621b45e5342c1fd2b0454de19d437349d870</id>
<content type='text'>
Include &lt;drm/*.h&gt; instead of relative path from include/drm, then
remove the -Iinclude/drm compiler flag.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Signed-off-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;
Link: http://patchwork.freedesktop.org/patch/msgid/1493009447-31524-12-git-send-email-yamada.masahiro@socionext.com
</content>
</entry>
<entry>
<title>drm/nouveau/drm/nouveau: add a LED driver for the NVIDIA logo</title>
<updated>2016-10-12T07:29:29Z</updated>
<author>
<name>Martin Peres</name>
<email>martin.peres@free.fr</email>
</author>
<published>2016-08-25T00:57:07Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8d021d71b3247937a26ffdf313fd53a9d58778b7'/>
<id>urn:sha1:8d021d71b3247937a26ffdf313fd53a9d58778b7</id>
<content type='text'>
We received a donation of a Titan which has this useless feature
allowing users to control the brightness of the LED behind the
logo of NVIDIA. In the true spirit of open source, let's expose
that to the users of very expensive cards!

This patch hooks up this LED/PWM to the LED subsystem which allows
blinking it in sync with cpu/disk/network/whatever activity (heartbeat
is quite nice!). Users may also implement some breathing effect or
morse code support in the userspace if they feel like it.

v2:
 - surround the use of the LED framework with ifdef CONFIG_LEDS_CLASS

v3:
 - avoid using ifdefs everywhere, follow the recommendations of
   /doc/Documentation/CodingStyle. Suggested by Emil Velikov.

v4 (Ben):
 - squashed series of fixes from ml

Signed-off-by: Martin Peres &lt;martin.peres@free.fr&gt;
Signed-off-by: Ben Skeggs &lt;bskeggs@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm/nouveau/sysfs: remove pstate interface</title>
<updated>2016-01-11T01:28:26Z</updated>
<author>
<name>Karol Herbst</name>
<email>nouveau@karolherbst.de</email>
</author>
<published>2015-07-30T09:56:20Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=fcc95ce90fdd00b48252fe971ae1ea950bc63562'/>
<id>urn:sha1:fcc95ce90fdd00b48252fe971ae1ea950bc63562</id>
<content type='text'>
Signed-off-by: Karol Herbst &lt;nouveau@karolherbst.de&gt;
Signed-off-by: Ben Skeggs &lt;bskeggs@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm/nouveau/pci: merge agp handling from nouveau drm</title>
<updated>2015-08-28T02:40:49Z</updated>
<author>
<name>Ben Skeggs</name>
<email>bskeggs@redhat.com</email>
</author>
<published>2015-08-20T04:54:23Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=340b0e7c500a0ac8fb649c58cf8528550642c1d8'/>
<id>urn:sha1:340b0e7c500a0ac8fb649c58cf8528550642c1d8</id>
<content type='text'>
This commit reinstates the pre-DEVINIT AGP fiddling that was broken in
an earlier commit.

Signed-off-by: Ben Skeggs &lt;bskeggs@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)</title>
<updated>2015-01-22T02:15:10Z</updated>
<author>
<name>Ben Skeggs</name>
<email>bskeggs@redhat.com</email>
</author>
<published>2015-01-13T12:13:14Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c39f472e9f14e49a9bc091977ced0ec45fc00c57'/>
<id>urn:sha1:c39f472e9f14e49a9bc091977ced0ec45fc00c57</id>
<content type='text'>
The symlinks were annoying some people, and they're not used anywhere
else in the kernel tree.  The include directory structure has been
changed so that symlinks aren't needed anymore.

NVKM has been moved from core/ to nvkm/ to make it more obvious as to
what the directory is for, and as some minor prep for when NVKM gets
split out into its own module (virt) at a later date.

Signed-off-by: Ben Skeggs &lt;bskeggs@redhat.com&gt;
</content>
</entry>
</feed>
