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
Age
Commit message (
Expand
)
Author
2013-10-31
replace workqs with tasks. makes the code a bit simpler cos adding an added
David Gwynne
2013-10-30
Replace workqs with tasks.
Martin Pieuchot
2013-10-30
replace the workq bits to supply new tx pkt descriptors with a task.
David Gwynne
2013-10-30
remove #include <sys/workq.h> cos this driver doesnt use it.
David Gwynne
2013-10-30
deprecate taskq_systq() and replace it with extern struct taskq
David Gwynne
2013-10-29
Move most of the uses of workqs in drm to the new task/taskq api.
Jonathan Gray
2013-10-29
implementing handling of the msg ring if its available. this lets us get
David Gwynne
2013-10-28
tedu FDDI support and the 3 flavors the driver for DEC devices, even
Martin Pieuchot
2013-10-26
Unstub i915_gem_dumb_destroy() and radeon_mode_dumb_destroy().
Mark Kettenis
2013-10-25
fix an off by one when calculating the length of an sgl segment
Mike Belopuhov
2013-10-23
Enable TX checksum offload.
Brad Smith
2013-10-23
Enable TX checksum offload.
Brad Smith
2013-10-23
define some bits relating to the msg ring
David Gwynne
2013-10-22
regen
David Gwynne
2013-10-22
brocade devices
David Gwynne
2013-10-21
Add load_font and list_font accessops to all rasops-based wsdisplay drivers.
Miod Vallat
2013-10-20
Use C99 named initializers for struct wsdisplay_accessops fields.
Miod Vallat
2013-10-20
Use rdev->audio_task for hdmi audio related hotplug events. Matches the
Mark Kettenis
2013-10-20
WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@
Miod Vallat
2013-10-20
tedu noct(4). dmesglog shows no users of this device and the driver has
Mike Larkin
2013-10-19
Enable TX checksum offload; from brad@ with input from mikeb@.
Christian Weisgerber
2013-10-18
the radeon suspend routine looks hairy, and feels like it should run
Theo de Raadt
2013-10-18
At device attach, mark the device "shutdown", until the mountroot hook
Theo de Raadt
2013-10-14
set openings to 64 like the linux driver sort of does. if a vendor says
David Gwynne
2013-10-11
match Intel 8 Series SMBus (Lynx Point and Lynx Point-LP)
Jonathan Gray
2013-10-08
all the chips rings are protected by a single mutex, which is used in both
David Gwynne
2013-10-08
set xs->resid to 0 on successful command completion. makes things work.
David Gwynne
2013-10-08
ring producers and consumers are 32bit counters, while the ring
David Gwynne
2013-10-08
vmwpvs(4), a driver for VMware Paravirtual SCSI things in vmware guests.
David Gwynne
2013-10-06
Add quirk for ALC260 found on Acer Extensa 6700.
Raphael Graf
2013-10-05
add and use gtt mapping flags, further reduces the diff to linux
Jonathan Gray
2013-10-04
Fix tuner ioctl TVTUNER_SETFREQ after rev 1.30.
Brad Smith
2013-10-03
Another fix from Linux that ended up being packported to the 3.8.13 stable
Mark Kettenis
2013-10-02
regen
Jonathan Gray
2013-10-02
cleanup the VMware entries and add AHCI/HD Audio/xHCI
Jonathan Gray
2013-10-01
Emulate 64-bit atomic operations on 32-bit architectures by using a mutex.
Mark Kettenis
2013-10-01
Use %z* for size_t
Stefan Fritsch
2013-10-01
regen
Jonathan Gray
2013-10-01
rename some Xeon E3-1200v2 ids that are actually generic 3rd gen core ids
Jonathan Gray
2013-09-30
move the read/write functions and macros closer to linux
Jonathan Gray
2013-09-30
drmclose: don't unref objects with a mutex locked.
Jonathan Gray
2013-09-28
Another puc(4) device based on Oxford chipset found in a Startech
Mike Larkin
2013-09-28
regen
Mike Larkin
2013-09-28
Another puc(4) device based on Oxford chipset, found in a Startech
Mike Larkin
2013-09-25
Unbreak the tree; no 64-bit atomic operations on 32-bit architectures for now.
Mark Kettenis
2013-09-24
Make (almost all) atomic operations really atomic.
Mark Kettenis
2013-09-24
Make sure vblank_time_lock blocks interrupts to match Linux.
Mark Kettenis
2013-09-23
regen
Jonathan Gray
2013-09-23
correct some radeon entries and add new Intel Ethernet and 8 series ids
Jonathan Gray
2013-09-22
Support MSI for virtio. This is useful for bhyve.
Stefan Fritsch
[next]