index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
Age
Commit message (
Expand
)
Author
2017-09-05
Add additional errno values required by POSIX.
Jonathan Gray
2017-09-03
drm/i915: fix compiler warning in drivers/gpu/drm/i915/intel_uncore.c
Jonathan Gray
2017-09-03
drm/atomic: If the atomic check fails, return its value first
Jonathan Gray
2017-09-03
drm: Release driver tracking before making the object available again
Jonathan Gray
2017-08-19
Rotate framebuffer (counter-clockwise) when width < height.
Mark Kettenis
2017-08-14
drm/mst: Avoid processing partially received up/down message transactions
Jonathan Gray
2017-08-14
drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req()
Jonathan Gray
2017-08-14
drm/mst: Fix error handling during MST sideband message reception
Jonathan Gray
2017-08-14
Make the vga_client_register() stub available to all archs to unbreak
Jonathan Gray
2017-08-12
Provide a stub implementation for request_irq() and free_irq().
Martin Pieuchot
2017-08-12
Always provide _mtx_* APIs, the use those to simplify the WITNESS wrappers
Philip Guenther
2017-08-12
Fix copy/paste error, CID 1453558.
Martin Pieuchot
2017-08-10
Add glue for passing through file+line when WITNESS is enabled
Philip Guenther
2017-07-27
Initialize pools with correct sizes.
Martin Pieuchot
2017-07-22
Introduce jiffies, a volatile unsigned long version of our ticks variable
Mark Kettenis
2017-07-19
Implement drm_pci_alloc() and drm_pci_free() and use them to reduce the
Mark Kettenis
2017-07-19
Implement the enter_ddb() "accessop" here as well.
Mark Kettenis
2017-07-19
Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypass
Mark Kettenis
2017-07-18
Remove stray whitespace.
Mark Kettenis
2017-07-17
Implement a proper hash table instead of lumping evrything into a single
Mark Kettenis
2017-07-15
Disable the has_audio pipe config check. We don't manage the HDMI/DP audio
Mark Kettenis
2017-07-14
Add some more i2c glue to reduce the diffs to Linux.
Mark Kettenis
2017-07-12
Add a "Backlight" property to connectors with an associated backlight
Mark Kettenis
2017-07-08
Remove duplicate typedesf that are now provided by linux_types.h.
Mark Kettenis
2017-07-07
You win some, you los some. The Linux 4.4 code is still sub-standard but
Mark Kettenis
2017-07-06
sync the list of pci devices which don't require aperture
Jonathan Gray
2017-07-05
Fix native/raw backlight support in inteldrm(4).
Mark Kettenis
2017-07-04
Ignore entries with specific PCI subvendor/subdevice such that we don't
Mark Kettenis
2017-07-03
merge error, revealed by clang; ok kettenis@
Christian Weisgerber
2017-07-02
Enable MIPI/DSI support for inteldrm(4). Makes the display on my ASUS
Mark Kettenis
2017-07-01
Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for
Mark Kettenis
2017-07-01
Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for
Mark Kettenis
2017-07-01
Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for
Mark Kettenis
2017-06-22
Fix another ;; in sys/dev
Tom Cosgrove
2017-06-19
Add a handler for the WSDISPLAYIO_GINFO ioctl in radeondrm, allowing
Frederic Cambus
2017-06-19
Add a handler for the WSDISPLAYIO_GINFO ioctl in inteldrm, allowing
Frederic Cambus
2017-06-04
Switch the radeondrm(4) driver over to TTM using the new DRM VMA manager.
Mark Kettenis
2017-06-04
Switch the TTM code over to the generic DRM VMA manager.
Mark Kettenis
2017-05-26
The Linux code really isn't up to the same standard as our other code, and
Mark Kettenis
2017-05-25
tweak sparc64 membars as a step toward making them usable in userland.
David Gwynne
2017-05-21
Enable radeondrm(4) on loongson to get accelerated graphics
Visa Hankala
2017-04-20
Tweak lock inits to make the system runnable with witness(4)
Visa Hankala
2017-04-16
Always evaluate expression in BUG_ON() macro to avoid unused variable
Alexander Bluhm
2017-03-07
Setup backlight pwm alternate increment on backlight enable
Joshua Stein
2017-01-24
Use header <sys/atomic.h> rather than <machine/atomic.h> in MI code.
Visa Hankala
2017-01-08
Display color depth alongside resolution when attaching inteldrm and
Frederic Cambus
2016-12-24
Remove some unused variables that have been removed upstream as well.
Mark Kettenis
2016-12-24
Put a bit more unused code under #ifdef notyet to prevent a clang warning.
Mark Kettenis
2016-12-20
Fix compiler warnings generated by clang. This matches upstream commit
Mark Kettenis
2016-12-01
Add noop drm SET_MASTER and DROP_MASTER ioctls. This will allow
Jonathan Gray
[next]