summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Maintain consistent documentation subsection orderingjsg2019-06-112-4/+4
* drm/i915/fbc: disable framebuffer compression on GeminiLakejsg2019-06-111-0/+4
* enable in_irq() based checkjsg2019-05-131-2/+0
* set up IFP using the gen3 path on pineviewjsg2019-05-091-4/+3
* We're not quite ready yet to actually detach inteldrm(4).kettenis2019-05-081-1/+3
* drm/i915/bios: assume eDP is present on port A when there is no VBTjsg2019-05-041-0/+1
* Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)kettenis2019-05-042-7/+41
* Revert "drm/i915/fbdev: Actually configure untiled displays"jsg2019-05-031-7/+5
* Since we now have an attachhook, the actual interrupt handler is installedkettenis2019-04-251-1/+4
* enable discard_backing_storage() testjsg2019-04-231-4/+0
* Timeline lock is used from interrupt context so use IPL_TTY to preventkettenis2019-04-211-1/+1
* Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 tojsg2019-04-14171-54790/+108202
* Fix compilation of amd64 kernel when optimization is disabled.millert2019-01-311-0/+9
* Add SPDX-License-Identifier tag from drm-intel-next-queued tojsg2018-11-011-0/+1
* add simple implementation of intel trace files which just define awayjsg2018-10-312-817/+42
* Add support to uvm to establish write-combining mappings. Use this in thekettenis2018-10-312-3/+2
* New mesa uses the I915_MMAP_WC flag which we advertise but don't actuallykettenis2018-10-251-0/+2
* drm/i915/userptr: reject zero user_sizejsg2018-09-131-0/+3
* avoid sequence-point warning with gcc 4.9jsg2018-09-131-1/+1
* If we keep the BIOS framebuffer, stick to the desired framebuffer sizekettenis2018-07-301-0/+2
* Implement DRI3/prime support. This allows graphics buffers to be passedkettenis2018-06-253-5/+338
* drm/i915: Disable LVDS on Radiant P845jsg2018-06-201-0/+8
* Add sleep_finish_all(), which provides the common combo of sleep_finish(),guenther2018-05-311-7/+2
* Turns out lucky me picked the Asus T100HA to implement the heuristic tokettenis2018-05-221-3/+19
* rasops: implement scrollbackjcs2018-04-271-0/+11
* update ttm and radeondrm(4) to Linux 4.4.129jsg2018-04-252-2/+2
* oops, snapshot tests not ready yetderaadt2018-04-203-13/+2
* syncderaadt2018-04-203-2/+13
* Correct a pointless longstanding difference in ioctl numbering betweenjsg2018-02-281-2/+0
* Match on Iris Pro Graphics 580 and other skylake GT4 ids and correctjsg2018-01-222-0/+6
* Switch the inteldrm(4) i2c code over to the Linux code base. This gives uskettenis2018-01-152-242/+617
* Fix DRM_DEBUG builds.pirofti2018-01-051-2/+2
* drm/i915: call kunmap_px on pt_vaddrkettenis2017-12-261-1/+1
* Silence the "Unclaimed register before interrupt" errors. While these dokettenis2017-11-281-1/+1
* Use mutex_trylock() rather than mixing Linux APIs with OpenBSD ones.mpi2017-11-281-1/+1
* Revise the linux sleeping compat code to avoid lock ordering problems.kettenis2017-11-271-8/+4
* drm/i915/bios: ignore HDMI on port Ajsg2017-10-161-0/+7
* Add preliminary kabylake support to inteldrm(4) by backporting the relevantrobert2017-09-3023-156/+411
* drm/i915: fix compiler warning in drivers/gpu/drm/i915/intel_uncore.cjsg2017-09-031-1/+2
* Rotate framebuffer (counter-clockwise) when width < height.kettenis2017-08-191-0/+9
* Initialize pools with correct sizes.mpi2017-07-271-2/+2
* Implement drm_pci_alloc() and drm_pci_free() and use them to reduce thekettenis2017-07-195-38/+12
* Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypasskettenis2017-07-191-0/+16
* Remove stray whitespace.kettenis2017-07-181-1/+0
* Disable the has_audio pipe config check. We don't manage the HDMI/DP audiokettenis2017-07-151-0/+2
* Add some more i2c glue to reduce the diffs to Linux.kettenis2017-07-141-4/+0
* Add a "Backlight" property to connectors with an associated backlightkettenis2017-07-121-13/+107
* sync the list of pci devices which don't require aperturejsg2017-07-061-4/+30
* Fix native/raw backlight support in inteldrm(4).kettenis2017-07-053-25/+23
* merge error, revealed by clang; ok kettenis@naddy2017-07-031-2/+2