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-12-15
Overhaul the pread and pwrite code to match what Linux does. Should fix a few
Mark Kettenis
2013-12-15
Abuse phys_map to reliably wait for kva.
Mark Kettenis
2013-12-11
Make obj->pages a simple array instead of an array of bus_dma_segment_t's.
Mark Kettenis
2013-12-09
Bring i915_gem_mmap_ioctl a bit closer to the Linux code.
Mark Kettenis
2013-12-09
Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTT
Mark Kettenis
2013-12-09
initialize staterr, no functional change; from david hill
Mike Belopuhov
2013-12-08
simplify activate function
Theo de Raadt
2013-12-08
add static back to the ttm functions
Jonathan Gray
2013-12-07
Rewrite receive filter handling and ioctl bits. Fixes not being able to
Brad Smith
2013-12-07
Emulating wait_event_timeout() using msleep() is hard. This version should
Mark Kettenis
2013-12-07
Remove the agp-specific bus_dma code. It is no longer used now that
Mark Kettenis
2013-12-07
No need to blow away the cache after updating GTT entries. The driver already
Mark Kettenis
2013-12-07
Now that we properly flush caches, we can enable cpu relocations.
Mark Kettenis
2013-12-07
Enable fast path for relocations.
Mark Kettenis
2013-12-07
Some fixes for jme_encap()..
Brad Smith
2013-12-06
Change a WARN_ON into a BUG_ON to match Linux.
Mark Kettenis
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-12-06
It seems to be possible to truncate an object while it is still mapped.
Mark Kettenis
2013-12-06
Another round of reducing diffs with Linux.
Mark Kettenis
2013-12-05
Fully unstub intel_overlay_{map|unmap}_regs.
Mark Kettenis
2013-12-05
Rename 'struct drm_obj' to 'struct drm_gem_object' to reduce the diffs with
Mark Kettenis
2013-12-04
kill a debug printf; noticed by sthen
Mike Belopuhov
2013-12-03
Seems we simply have to live with fatal firmware errors. Even Linux, with its
Mark Kettenis
2013-12-03
Remove some unused cruft.
Mark Kettenis
2013-12-01
Remove some prototypes for functions that no longer exist.
Mark Kettenis
2013-12-01
The flush_tlb() method is a no-op so don't bother.
Mark Kettenis
2013-12-01
drm/i915: no lvds quirk for hp t5740
Mark Kettenis
2013-12-01
drm/i915: Fix write-read race with multiple rings
Mark Kettenis
2013-12-01
drm/i915: inverted brightness quirk for Acer Aspire 4736Z
Mark Kettenis
2013-12-01
drm/i915: Adding more reserved PCI IDs for Haswell.
Mark Kettenis
2013-12-01
drm/i915: Correct obj->mm_list link to dev_priv->dev_priv->mm.inactive_list
Mark Kettenis
2013-12-01
Bring back the DRM_IOCTL_I915_GEM_WAIT diff now that I've figured out what
Mark Kettenis
2013-12-01
Fix WARN() and WARN_ON(); the condition should only be evaluated once.
Mark Kettenis
2013-11-30
Oops! Only intended to commit the i915_dma.c changes in the previous commit.
Mark Kettenis
2013-11-30
Reorder some case statements to reduce the diffs with Linux.
Mark Kettenis
2013-11-30
Seems we simply have to live with fatal firmware errors. Even Linux, with its
Mark Kettenis
2013-11-30
Enable some #ifdef'ed out SandyBridge-specific code that seems to work fine.
Mark Kettenis
2013-11-30
Restore frame buffer upon last close; makes sure we we have a usable console
Mark Kettenis
2013-11-29
Should be safe to allow intel_ring_wait_seqno() to be interrupted.
Mark Kettenis
2013-11-28
Re-enable RADEON_INFO_VA_START and RADEON_INFO_IB_VM_MAX_SIZE.
Mark Kettenis
2013-11-28
Add short-circuit code to __wait_seqno() that's also present in Linux.
Mark Kettenis
2013-11-28
Seems we simply have tolibe with fatal firmware errors. Even Linux, with its
Mark Kettenis
2013-11-27
Reduce diffs with Linux.
Mark Kettenis
2013-11-27
Hook up gem_open/close_object methods.
Mark Kettenis
2013-11-27
Add 'struct drm_i915_gem_objects_ops' and use it; reduces diffs with Linux.
Mark Kettenis
2013-11-27
use a macro when testing for an ich8 family mac type
Jonathan Gray
2013-11-26
spelling; Kent R. Spillner
Theo de Raadt
2013-11-26
1 << 31 cleanup. Eitan Adler pointed out that there has been a
Theo de Raadt
2013-11-26
Instead of comparing the lower and higher addresses of all the multicast
Martin Pieuchot
2013-11-26
claim to support relaxed fencing
Jonathan Gray
[next]