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
/
i915
Age
Commit message (
Expand
)
Author
2015-06-24
Introduce Linux work queue APIs and use them. As a side-effect, this will
Mark Kettenis
2015-06-22
Flush out another small diff to reduce the diffs with Linux.
Mark Kettenis
2015-06-04
Switch intel_gmbus_is_port_valid and intel_gmbus_is_forced_bit from
Jonathan Gray
2015-04-19
Enable the REG_READ ioctl. A whitelist is used to allow
Jonathan Gray
2015-04-18
another round of reducing the diff to linux
Jonathan Gray
2015-04-18
define and use trace macros
Jonathan Gray
2015-04-18
Remove some unused debug functions. If we're interested in
Jonathan Gray
2015-04-18
add and use module param macros
Jonathan Gray
2015-04-17
Make drm ioctls table driven. Further reduces the diff to linux.
Jonathan Gray
2015-04-12
Add a few missing trace functions, and "use" them. Add back the WATCH_GTT
Mark Kettenis
2015-04-12
change back to wait_for/wait_for_atomic_us
Jonathan Gray
2015-04-12
Switch back to ioread32 and iowrite32 for cases where bus_space_vaddr is
Jonathan Gray
2015-04-12
make wait_queue_head a struct with a mutex
Jonathan Gray
2015-04-11
rename i915 interrupt handlers from *_intr back to *_irq_handler
Jonathan Gray
2015-04-11
change back to spinlock_t/DEFINE_SPINLOCK
Jonathan Gray
2015-04-11
change back to drm_free_large/drm_malloc_ab
Jonathan Gray
2015-04-11
add/use max_t()
Jonathan Gray
2015-04-11
Rename i915_gem_chipset_flush() to intel_gtt_chipset_flush()
Jonathan Gray
2015-04-08
change back to udelay/mdelay
Jonathan Gray
2015-04-08
change back to memcpy_toio/memcpy_fromio/memset_io
Jonathan Gray
2015-04-08
change back to using min_t
Jonathan Gray
2015-04-08
ttm has it's own version of kmap/kunmap that uses
Jonathan Gray
2015-04-06
move some inline linux compat into the dedicated files
Jonathan Gray
2015-04-06
add/use some more errno remapping
Jonathan Gray
2015-04-06
Now we have dev_priv->mm.gtt_base_addr we can set fb_base and remove
Jonathan Gray
2015-04-06
add and use macros for wake_up/wake_up_all/wake_up_all_locked
Jonathan Gray
2015-04-05
Another round of reducing diffs with Linux. This one moves the various
Mark Kettenis
2015-04-03
resync i915_drv.h to make it diffable to linux
Jonathan Gray
2015-02-12
switch back to IRQ_NONE/IRQ_HANDLED
Jonathan Gray
2015-02-12
Add and use macros for linux memory barriers. Fix the call in
Jonathan Gray
2015-02-12
switch some free calls back to kfree
Jonathan Gray
2015-02-12
switch MUTEX_ASSERT_LOCKED calls back to assert_spin_locked
Jonathan Gray
2015-02-12
Rename the struct device member of inteldrm_softc to sc_dev and rename the
Mark Kettenis
2015-02-12
Add mutex_is_locked and use it wherever linux uses it.
Mark Kettenis
2015-02-11
Switch most printf style functions calls back to linux function names
Jonathan Gray
2015-02-10
switch most mtx_* calls back to linux spinlocks
Jonathan Gray
2015-02-10
switch most rwlock calls back to their linux equivalents
Jonathan Gray
2015-02-10
use linux function names when locking mode config
Jonathan Gray
2015-02-10
Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directly
Jonathan Gray
2015-02-09
we want to defer work traditionally (in openbsd) handled in an
David Gwynne
2015-01-27
remove the second void * argument on tasks.
David Gwynne
2014-12-20
Replace switch workq with taskq.
Kenneth R Westerback
2014-12-17
Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter
Philip Guenther
2014-12-15
Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,
Philip Guenther
2014-12-09
More malloc() -> mallocarray() in the kernel.
Doug Hogan
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-11-06
Add the required includes for the conditional parts of
Jonathan Gray
2014-10-25
Don't attempt to suspend/resume a partially attached drm(4) driver.
Mark Kettenis
2014-10-08
Remove the i830/i845 pipe A force quirks, matching changes
Jonathan Gray
2014-09-20
Make another fast path properly atomic.
Mark Kettenis
[next]