index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
i915
/
i915_drv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
set fb_set_par and have register_framebuffer() do initial modeset
jsg
2020-06-28
1
-2
/
+0
*
Some connectors attach late when the drm driver is registers. For
kettenis
2020-06-22
1
-17
/
+37
*
update drm to linux 5.7
jsg
2020-06-08
1
-1764
/
+696
*
change wsdisplay attribute type from long to uint32_t
jsg
2020-05-25
1
-3
/
+3
*
rename wsdisplay alloc_attr() to pack_attr()
jsg
2020-05-25
1
-1
/
+1
*
print platform name and gen in early inteldrm attach
jsg
2020-03-26
1
-2
/
+3
*
WSDISPLAYIO_GTYPE is u_int not int
jsg
2019-12-25
1
-1
/
+1
*
drm/i915/gen8+: Add RC6 CTX corruption WA
jsg
2019-11-13
1
-0
/
+3
*
drm/i915: Disable Secure Batches for gen6+
jsg
2019-11-13
1
-1
/
+1
*
Move ws_get_param/ws_set_param into wsdisplay code.
kettenis
2019-10-13
1
-3
/
+0
*
drm/i915: Call dma_set_max_seg_size() in i915_driver_hw_probe()
jsg
2019-09-07
1
-0
/
+6
*
drm/i915/cml: Introduce Comet Lake PCH
jsg
2019-08-24
1
-0
/
+5
*
don't free dev_priv (softc) in i915_driver_load() error path
jsg
2019-07-17
1
-0
/
+2
*
Replace local method of determining rasops rotation with
jsg
2019-07-15
1
-16
/
+8
*
We're not quite ready yet to actually detach inteldrm(4).
kettenis
2019-05-08
1
-1
/
+3
*
Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)
kettenis
2019-05-04
1
-7
/
+40
*
Since we now have an attachhook, the actual interrupt handler is installed
kettenis
2019-04-25
1
-1
/
+4
*
Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to
jsg
2019-04-14
1
-1002
/
+2258
*
Implement DRI3/prime support. This allows graphics buffers to be passed
kettenis
2018-06-25
1
-2
/
+0
*
Turns out lucky me picked the Asus T100HA to implement the heuristic to
kettenis
2018-05-22
1
-3
/
+19
*
rasops: implement scrollback
jcs
2018-04-27
1
-0
/
+11
*
oops, snapshot tests not ready yet
deraadt
2018-04-20
1
-11
/
+0
*
sync
deraadt
2018-04-20
1
-0
/
+11
*
Match on Iris Pro Graphics 580 and other skylake GT4 ids and correct
jsg
2018-01-22
1
-0
/
+1
*
Add preliminary kabylake support to inteldrm(4) by backporting the relevant
robert
2017-09-30
1
-7
/
+46
*
Rotate framebuffer (counter-clockwise) when width < height.
kettenis
2017-08-19
1
-0
/
+9
*
Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypass
kettenis
2017-07-19
1
-0
/
+16
*
Add a "Backlight" property to connectors with an associated backlight
kettenis
2017-07-12
1
-13
/
+107
*
Fix native/raw backlight support in inteldrm(4).
kettenis
2017-07-05
1
-10
/
+21
*
Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for
kettenis
2017-07-01
1
-886
/
+1367
*
Add a handler for the WSDISPLAYIO_GINFO ioctl in inteldrm, allowing
fcambus
2017-06-19
1
-1
/
+10
*
Display color depth alongside resolution when attaching inteldrm and
fcambus
2017-01-08
1
-3
/
+3
*
Get rid of some infrastrcuture that is now obsolete and synchronize some of
kettenis
2016-04-08
1
-2
/
+4
*
Unconditionally set the "switchcookie". Fixes synchronous VT switching.
kettenis
2015-12-31
1
-2
/
+2
*
Remove drm_gem_object_alloc() and associated infrastructure. It's unused and
kettenis
2015-11-22
1
-2
/
+1
*
drm/i915: Fix and clean BDW PCH identification
jsg
2015-11-01
1
-11
/
+5
*
Fix interaction between inteldrm(4) and efifb(4). If we were booted by UEFI
kettenis
2015-10-30
1
-11
/
+29
*
Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).
kettenis
2015-10-29
1
-31
/
+77
*
Fix the code that sets up the MCH BAR on systems where the (buggy) BIOS
kettenis
2015-10-17
1
-2
/
+4
*
The Linux code that handles the DPMS mode for inteldrm(4) can sleep now.
kettenis
2015-09-28
1
-7
/
+22
*
Remove the "Quanta Transcode" device from the list of supported hardware.
kettenis
2015-09-28
1
-12
/
+1
*
Try a little bit harder to clean up if attaching inteldrm(4) fails.
kettenis
2015-09-26
1
-48
/
+67
*
Update drm_irq.c to the version from Linux 3.14.52.
kettenis
2015-09-26
1
-2
/
+2
*
3.14 backports of some Broadwell fixes from
jsg
2015-09-25
1
-4
/
+2
*
Disable IPS for now. Identified by jsg@ as the cause for the unsynched
kettenis
2015-09-25
1
-2
/
+2
*
Enable MSIs on hardware that supports it. On the Thinkpad X1, the APIC pin
kettenis
2015-09-24
1
-7
/
+8
*
Update inteldrm to the code from Linux 3.14.52 (which corresponds to
kettenis
2015-09-23
1
-930
/
+878
*
Add Linux completion API and use it.
kettenis
2015-06-26
1
-3
/
+1
*
Introduce Linux work queue APIs and use them. As a side-effect, this will
kettenis
2015-06-24
1
-14
/
+5
*
another round of reducing the diff to linux
jsg
2015-04-18
1
-16
/
+54
[next]