summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/i915/i915_drv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* set fb_set_par and have register_framebuffer() do initial modesetjsg2020-06-281-2/+0
* Some connectors attach late when the drm driver is registers. Forkettenis2020-06-221-17/+37
* update drm to linux 5.7jsg2020-06-081-1764/+696
* change wsdisplay attribute type from long to uint32_tjsg2020-05-251-3/+3
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-251-1/+1
* print platform name and gen in early inteldrm attachjsg2020-03-261-2/+3
* WSDISPLAYIO_GTYPE is u_int not intjsg2019-12-251-1/+1
* drm/i915/gen8+: Add RC6 CTX corruption WAjsg2019-11-131-0/+3
* drm/i915: Disable Secure Batches for gen6+jsg2019-11-131-1/+1
* Move ws_get_param/ws_set_param into wsdisplay code.kettenis2019-10-131-3/+0
* drm/i915: Call dma_set_max_seg_size() in i915_driver_hw_probe()jsg2019-09-071-0/+6
* drm/i915/cml: Introduce Comet Lake PCHjsg2019-08-241-0/+5
* don't free dev_priv (softc) in i915_driver_load() error pathjsg2019-07-171-0/+2
* Replace local method of determining rasops rotation withjsg2019-07-151-16/+8
* We're not quite ready yet to actually detach inteldrm(4).kettenis2019-05-081-1/+3
* Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)kettenis2019-05-041-7/+40
* Since we now have an attachhook, the actual interrupt handler is installedkettenis2019-04-251-1/+4
* Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 tojsg2019-04-141-1002/+2258
* Implement DRI3/prime support. This allows graphics buffers to be passedkettenis2018-06-251-2/+0
* Turns out lucky me picked the Asus T100HA to implement the heuristic tokettenis2018-05-221-3/+19
* rasops: implement scrollbackjcs2018-04-271-0/+11
* oops, snapshot tests not ready yetderaadt2018-04-201-11/+0
* syncderaadt2018-04-201-0/+11
* Match on Iris Pro Graphics 580 and other skylake GT4 ids and correctjsg2018-01-221-0/+1
* Add preliminary kabylake support to inteldrm(4) by backporting the relevantrobert2017-09-301-7/+46
* Rotate framebuffer (counter-clockwise) when width < height.kettenis2017-08-191-0/+9
* Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypasskettenis2017-07-191-0/+16
* Add a "Backlight" property to connectors with an associated backlightkettenis2017-07-121-13/+107
* Fix native/raw backlight support in inteldrm(4).kettenis2017-07-051-10/+21
* Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forkettenis2017-07-011-886/+1367
* Add a handler for the WSDISPLAYIO_GINFO ioctl in inteldrm, allowingfcambus2017-06-191-1/+10
* Display color depth alongside resolution when attaching inteldrm andfcambus2017-01-081-3/+3
* Get rid of some infrastrcuture that is now obsolete and synchronize some ofkettenis2016-04-081-2/+4
* Unconditionally set the "switchcookie". Fixes synchronous VT switching.kettenis2015-12-311-2/+2
* Remove drm_gem_object_alloc() and associated infrastructure. It's unused andkettenis2015-11-221-2/+1
* drm/i915: Fix and clean BDW PCH identificationjsg2015-11-011-11/+5
* Fix interaction between inteldrm(4) and efifb(4). If we were booted by UEFIkettenis2015-10-301-11/+29
* Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).kettenis2015-10-291-31/+77
* Fix the code that sets up the MCH BAR on systems where the (buggy) BIOSkettenis2015-10-171-2/+4
* The Linux code that handles the DPMS mode for inteldrm(4) can sleep now.kettenis2015-09-281-7/+22
* Remove the "Quanta Transcode" device from the list of supported hardware.kettenis2015-09-281-12/+1
* Try a little bit harder to clean up if attaching inteldrm(4) fails.kettenis2015-09-261-48/+67
* Update drm_irq.c to the version from Linux 3.14.52.kettenis2015-09-261-2/+2
* 3.14 backports of some Broadwell fixes fromjsg2015-09-251-4/+2
* Disable IPS for now. Identified by jsg@ as the cause for the unsynchedkettenis2015-09-251-2/+2
* Enable MSIs on hardware that supports it. On the Thinkpad X1, the APIC pinkettenis2015-09-241-7/+8
* Update inteldrm to the code from Linux 3.14.52 (which corresponds tokettenis2015-09-231-930/+878
* Add Linux completion API and use it.kettenis2015-06-261-3/+1
* Introduce Linux work queue APIs and use them. As a side-effect, this willkettenis2015-06-241-14/+5
* another round of reducing the diff to linuxjsg2015-04-181-16/+54