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-09-26
Try a little bit harder to clean up if attaching inteldrm(4) fails.
Mark Kettenis
2015-09-26
Update drm_irq.c to the version from Linux 3.14.52.
Mark Kettenis
2015-09-26
Apparently Valleyview / Bay Trail has 32-bit BARs, so fetch the type instead
Mark Kettenis
2015-09-26
Make the PPGTT code work. Seems to fix the caching issues on Broadwell.
Mark Kettenis
2015-09-25
3.14 backports of some Broadwell fixes from
Jonathan Gray
2015-09-25
Disable IPS for now. Identified by jsg@ as the cause for the unsynched
Mark Kettenis
2015-09-25
Now that waitqueue_active() actually works, enable the WARN_ON that uses it.
Mark Kettenis
2015-09-24
Enable MSIs on hardware that supports it. On the Thinkpad X1, the APIC pin
Mark Kettenis
2015-09-24
Properly implement waitqueue_active(). Gets rid of spurious
Mark Kettenis
2015-09-24
The devlist awk script didn't pickup the broadwell ids as they are
Jonathan Gray
2015-09-23
Update inteldrm to the code from Linux 3.14.52 (which corresponds to
Mark Kettenis
2015-07-16
Introduce a Linux compatible wait_event API and use it in the inteldrm code.
Mark Kettenis
2015-06-28
Read the lower 16-bits of the GCFGC "double word". Potentially fixes issues
Mark Kettenis
2015-06-26
Add Linux completion API and use it.
Mark Kettenis
2015-06-24
Linux jiffies and OpenBSD ticks are the same thing.
Mark Kettenis
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
[next]