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-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
2016-11-25
Add a new DRM_IOCTL_GET_PCIINFO ioctl to have a non driver specific way
Jonathan Gray
2016-11-07
Split PID from TID, giving processes a PID unrelated to the TID of their
Philip Guenther
2016-10-08
Various printf claim to report the PID, so actually report that and not the TID
Philip Guenther
2016-09-24
Assert that bus->force_bit >= 0 instead of force_bit. Found by clang.
Mark Kettenis
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
David Gwynne
2016-08-24
pool_setipl for cardbus and drm pools.
David Gwynne
2016-04-24
Remove unused file.
Mark Kettenis
2016-04-16
Make the gmbus code work on valleyview.
Mark Kettenis
2016-04-08
Get rid of some infrastrcuture that is now obsolete and synchronize some of
Mark Kettenis
2016-04-07
Retry the drm_crtc.c "idr"conversion. Turns out the xf86-video-intel driver
Mark Kettenis
2016-04-07
Return -ENOSPC if idr_alloc() fails to allocate an unused id instead of
Mark Kettenis
2016-04-06
Revert the drm_crt.c "idr" conversion as it breaks X on (at least) the T430s.
Mark Kettenis
2016-04-06
Remove some pre-idr leftovers.
Mark Kettenis
2016-04-06
Another "idr" conversion.
Mark Kettenis
2016-04-05
Use the "idr" API here as well, reducing the diffs to Linux.
Mark Kettenis
2016-04-05
Add $OpenBSD$ markers.
Mark Kettenis
2016-04-05
Now that we the "idr" API, we can get rid of a lot of
Mark Kettenis
2016-04-05
Add an implementation of the Linux "idr" API.
Mark Kettenis
2016-04-05
Remove completely out-of-date comment about locking protocol.
Mark Kettenis
2016-04-05
Split out the generic GEM code (like Linux did) and switch it over to
Mark Kettenis
2016-04-05
Add vma offset manager code.
Mark Kettenis
2016-04-05
Add atomic_add_unless(), another strange linux interface.
Mark Kettenis
2016-04-05
Add a linux-compatible rbtree interface on top of our implementation in
Mark Kettenis
2016-02-24
Fix the build with DRMDEBUG. Committing now instead of after unlock to
Jonathan Gray
2016-02-06
Enable the code that reads the BIOS from the ACPI VFCT table on platforms
Mark Kettenis
2016-02-05
Implement acpi_get_table_with_size(). Will soon be used to read VFCT
Mark Kettenis
2016-02-05
Improve Linux PCI compatibility code.
Mark Kettenis
2016-02-05
Fix a pci vendor/device conversion missed in rev 1.6.
Mark Kettenis
2016-02-04
If the ROM size is 0, we won't be able to read the video BIOS from it.
Mark Kettenis
2016-02-03
Prevent efifb(4) from attaching if we're the console.
Mark Kettenis
2016-01-09
Use uiomove(9) instead of uiomovei(9). From Martin Natano.
Mark Kettenis
2016-01-06
Add DRM_RENDER_ALLOW flag to the appropriate ioctls such that pledge "drm"
Mark Kettenis
2016-01-06
Add pledge "drm", which allows a subset of the drm(4) ioctls. These are
Mark Kettenis
2016-01-01
Reimplement vga_put() such that it compiles on i386 as well.
Mark Kettenis
2015-12-31
Provide a minimal implementation of the Linux vga_get/vga_put API and use it
Mark Kettenis
2015-12-31
Unconditionally set the "switchcookie". Fixes synchronous VT switching.
Mark Kettenis
2015-12-20
Advertise support for DRM version 1.4. We have support for all the necessary
Mark Kettenis
2015-12-18
Remove an error-on-NULL condition after a mallocarray() call that cannot
mmcc
[next]