summaryrefslogtreecommitdiff
path: root/usr/src/uts
AgeCommit message (Collapse)AuthorFilesLines
2022-01-0614368 make debug fails with gcc7HEADmasterGordon Ross4-0/+4
Reviewed by: Aurelien Larcher <aurelien.larcher@gmail.com>
2020-03-2212394 gfx-drm should use gcc-7Aurelien Larcher5-1/+12
Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
2020-01-1612199 gfx-drm is broken againAlexander Pyhalov1-3/+1
Reviewed by: Andy Fiddaman <omnios@citrus-it.net> Reviewed by: Toomas Soome <tsoome@me.com>
2019-12-18gfx-drm: NULL pointer issuesAndy Fiddaman3-8/+8
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
2018-11-089946 Since illumos-gate is now 64-bit only, gfx-drm should stop delivering ↵Andy Fiddaman1-2/+2
32-bit modules. Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com>
2018-10-059870 fix GCC 6 warningsAlexander Pyhalov5-20/+20
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com>
2017-04-238096 Want libdrm-2.4.75Gordon Ross1-10/+266
Reviewed by: Ken Mays <maybird1776@yahoo.com> Reviewed by: Aurélien Larcher <aurelien.larcher@gmail.com>
2017-04-218048 panic in drm_gem_unmap with Xorg 1.18Gordon Ross9-64/+194
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Aurlien Larcher <aurelien.larcher@gmail.com>
2017-02-157716 drm hang with ring dumps in messagesGordon Ross1-1/+1
Reviewed by: Aurlien Larcher <aurelien.larcher@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net>
2017-01-037726 compiler warning in agpgart.cGordon Ross1-2/+3
Reviewed by: Toomas Soome <tsoome@me.com>
2016-12-017635 Error when using basic GL softwareGordon Ross1-3/+6
2016-11-307626 PPGTT setup problemGordon Ross1-1/+1
2016-11-287632 Update to libdrm-2.4.73Gordon Ross2-5/+65
2016-11-287631 Clean out remnants of the foo exampleGordon Ross10-510/+1
2016-11-22Fix device names and linksGordon Ross1-5/+7
need to mask off the "type" part; minor is just the low 6 bits. The links use the same minor numbers.
2016-11-22Fix crashes to do with missing scratch_pageGordon Ross4-11/+42
Fix panic in i915_gem_context_fini
2016-11-22Changes to build DRM on the updated illumos AGP supportGordon Ross20-49/+355
2016-11-22Update AGP interfaces for new DRMGordon Ross14-188/+376
2016-11-19DRM header updates needed by the kernel code, and relatedGordon Ross4-11/+91
This change corresponds to portions of the patches in: oi-userland/components/x11/libdrm/patches/solaris-drm-port.patch plus changes needed for _MULTI_DATAMODEL ioctls in the drivers, and other changes needed by the kernel code.
2016-11-19Update kernel DRM headers from libdrm 2.4.71Gordon Ross5-225/+390
Note: these are the "stock" 2.4.71 headers, which need patches to work correctly on illumos. (next commit)
2016-11-19Import kernel drm code from https://hg.java.net/hg/solaris-x11~x-s12-cloneGordon Ross139-17861/+95147
2016-11-19Import DRM and related code from illumos-gate as ofGordon Ross74-0/+41285
commit 52c3bda44c39c1301008f3db120ba03a31e61931
2016-10-29Nuke genunix ctfmerge hacksGordon Ross4-98/+4
(ctfmerge is not worth the trouble here)
2016-10-25Allow make lintGordon Ross4-28/+6
2016-10-13Fix sysheaders, mapfiles; rm quickbuildGordon Ross2-5/+47
2016-10-13Take some updates from illumos-gateGordon Ross9-724/+571
2015-04-09Add usr/src/pkg etc.Gordon Ross3-1/+30
2015-04-09re-sync with latest illumos Makefile.master etc.Gordon Ross4-6/+21
2012-01-16fix minor build errorsGordon Ross2-16/+38
2011-06-05add skeleton filesGordon Ross30-0/+3847