summaryrefslogtreecommitdiff
path: root/nvkm/subdev/bios/dp.c
Commit message (Collapse)AuthorAgeFilesLines
* drm: remove symlinks from build, use Kbuild files for lib buildBen Skeggs2015-01-191-217/+0
| | | | | | | | | | | | | | | | | The DRM build used a separate, symlinked, source tree out of a desire to avoid Kbuild/autotools' object files conflicting. Not only is this very annoying to maintain, but it's made worse by having two entirely separate source file lists to maintain too. Fixes both these issues by ditching automake (it doesn't approve of the kernel's Kbuild syntax) in favour of custom makefiles that can build libnvif.so from the Kbuild files. Like the previous commit, this will never show up in the kernel tree (it has its own version). Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* bios: add support for dp 4.1Ben Skeggs2014-12-021-1/+9
| | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* bios/dp: parse lane postcursor dataBen Skeggs2014-06-111-11/+12
| | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* bios: some older boards have shorter displayport tablesBen Skeggs2013-11-051-3/+7
| | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
* initial import of nouveau kernel module core, some simple tools, and drmBen Skeggs2013-01-091-0/+204
Ignore (or, if you're really keen, fix) any of the horrors that are part of the emulate-linux-on-libpciaccess (lib/) layer. When I started down this path I was only aiming to prototype the reworked driver core, and never actually intended on going quite this far with things, but it turns out that being able to develop and test the nouveau core from userspace is *very* useful. This tree is based on the code available as of Linux 3.8-rc2. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>