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
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
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-12-09
Backport some commits from mainline linux to enable High Bit Rate 2
Jonathan Gray
2015-12-01
Enable the GSE interrupt on Broadwell. Fixes acpi brightness control on
Mark Kettenis
2015-11-22
Remove drm_gem_object_alloc() and associated infrastructure. It's unused and
Mark Kettenis
2015-11-21
The drm irq stuff isn't actually used on OpenBSD. Using the PCI device
Mark Kettenis
2015-11-16
Don't attempt to restore the framebuffer mode in radeon_driver_lastclose_kms()
Mark Kettenis
2015-11-01
Bring in some commits from Rodrigo Vivi in linux to correct
Jonathan Gray
2015-11-01
drm/i915/bdw: enable eDRAM.
Jonathan Gray
2015-11-01
drm/i915: Fix and clean BDW PCH identification
Jonathan Gray
2015-10-30
Fix interaction between inteldrm(4) and efifb(4). If we were booted by UEFI
Mark Kettenis
2015-10-29
Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).
Mark Kettenis
2015-10-23
Fix uvm_object reference counting. While these reference counts aren't reaaly
Mark Kettenis
2015-10-19
Enable some code that does power management magic.
Mark Kettenis
2015-10-18
Backport another Broadwell fix from Linux 3.15
Mark Kettenis
2015-10-17
Fix the code that sets up the MCH BAR on systems where the (buggy) BIOS
Mark Kettenis
2015-10-08
Implement set_pages_array_wb() and set_pages_array_wc() for powerpc. Since
Mark Kettenis
2015-10-07
In i915_gem_fault(), move the "out" label after the switch state such that we
Mark Kettenis
2015-09-30
I missed an #ifdef notyet when enabling the aliasing ppgtt code.
Mark Kettenis
[next]