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-02-22
init rps.hw_lock
Jonathan Gray
2013-02-22
init rps.lock
Jonathan Gray
2013-02-22
remove now unused fence lock
Jonathan Gray
2013-02-22
change i915 list_del calls to list_del_init
Jonathan Gray
2013-02-22
init gpu_write_list in all the places the other ring lists are init'd
Jonathan Gray
2013-02-22
detach phys object in i915_gem_free_object
Jonathan Gray
2013-02-21
use obj->fence_dirty instead of I915_FENCE_INVALID
Jonathan Gray
2013-02-21
use hw_prod/hw_vendor for smbios based quirks matching
Jonathan Gray
2013-02-21
init a few more object vars
Jonathan Gray
2013-02-21
add some more debug functions
Jonathan Gray
2013-02-20
Bring handling of physical hardwarestatus page closer to the Linux code.
Mark Kettenis
2013-02-20
adjust for fence changes
Jonathan Gray
2013-02-20
sync fence code with linux
Jonathan Gray
2013-02-20
fix a list_del_init that should be list_del
Jonathan Gray
2013-02-19
move to per ring tracking of request seqnos
Jonathan Gray
2013-02-19
only retire requests on the current ring for i915_wait_seqno as well
Jonathan Gray
2013-02-19
fix a wakeup, we don't use a per ring irq sleep yet
Jonathan Gray
2013-02-19
only retire requests on the ring our object belongs to in the busy ioctl
Jonathan Gray
2013-02-19
combine i915_gem_object_init and i915_gem_init_object
Jonathan Gray
2013-02-18
gen6+ can do 40 bit addressing
Jonathan Gray
2013-02-18
better handle page flip sleep/wakeup
Jonathan Gray
2013-02-18
unstub most of do_intel_finish_page_flip
Jonathan Gray
2013-02-17
Use list_for_each_entry_safe() while evicting objects on the inactive list.
Mark Kettenis
2013-02-17
Don't unbind pages upon resume. Hopefully the BIOS preserves the contents
Mark Kettenis
2013-02-17
we have to clear bus errors on nak or gmbus won't work
Jonathan Gray
2013-02-17
write the edid segment address and start address before the read
Jonathan Gray
2013-02-17
add support for gmbus writes
Jonathan Gray
2013-02-17
edid malloc allocations can be M_WAITOK
Jonathan Gray
2013-02-17
setup a struct i2c_controller for each gmbus port
Jonathan Gray
2013-02-16
update request->tail in i915_add_request
Jonathan Gray
2013-02-16
remove wrong implementation of *pin_fence functions
Jonathan Gray
2013-02-16
intel_connector_update_modes is not supposed to free the edid now
Jonathan Gray
2013-02-16
convert rps.hw_lock to an rwlock
Jonathan Gray
2013-02-16
last_rendering_seqno -> last_read_seqno
Jonathan Gray
2013-02-15
Make sure we call intel_detect_pch() before we call intel_irq_init(),
Mark Kettenis
2013-02-16
switch mode_config mutexes to rwlocks as they can sleep
Jonathan Gray
2013-02-15
move most of the tailq lists to linux style lists
Jonathan Gray
2013-02-15
sync i915_gem_object_wait_rendering with linux
Jonathan Gray
2013-02-15
set ring->last_retired_head in i915_gem_retire_requests_ring
Jonathan Gray
2013-02-15
reorder an if statement
Jonathan Gray
2013-02-15
return early from i915_gem_retire_requests_ring if list is empty
Jonathan Gray
2013-02-15
partially sync i915_gem_evict_everything with linux
Jonathan Gray
2013-02-15
unstub i915_gpu_idle
Jonathan Gray
2013-02-15
Revert "use the ring list when retiring requests"
Jonathan Gray
2013-02-15
a few fixes for the evict code
Jonathan Gray
2013-02-15
set object ring pointer to NULL when moving to inactive
Jonathan Gray
2013-02-15
use the ring list when retiring requests
Jonathan Gray
2013-02-15
add and use i915_gem_alloc_object
Jonathan Gray
2013-02-15
enable some calls to i915_gem_retire_requests now it exists
Jonathan Gray
2013-02-14
A few more framebuffer console bits. Still disabled for now.
Mark Kettenis
[prev]
[next]