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
Age
Commit message (
Expand
)
Author
2013-02-23
Run common vga attachment code after drm attached instead of before.
Mark Kettenis
2013-02-23
Don't use the accelerated framebuffer operations in the suspend resume path.
Mark Kettenis
2013-02-23
Framebuffer acceleration routines. Disabled for now.
Mark Kettenis
2013-02-23
setup hotplug workqs
Jonathan Gray
2013-02-23
Don't clear wsdisplay_console_initted since we just want to override the
Mark Kettenis
2013-02-23
Don't set cn_tab if we're just overriding the console attachment.
Mark Kettenis
2013-02-23
Eliminate request_lock. Linux doesn't have it and the kernel lock should be
Mark Kettenis
2013-02-23
unstub intel_render_ring_init_dri, not currently called
Jonathan Gray
2013-02-23
add i915_kernel_lost_context for ums (replaces inteldrm_update_ring).
Jonathan Gray
2013-02-23
don't call i915_gem_object_get_fence in i915_gem_process_flushing
Jonathan Gray
2013-02-22
The libdrm_intel code is totally retarded and doesn't actually look at the
Mark Kettenis
2013-02-22
Remove some bits of old interrupt code that are no longer useful.
Mark Kettenis
2013-02-22
Unstub cleanup_pipe_control().
Mark Kettenis
2013-02-22
Don't forget to increase the fence pin count.
Mark Kettenis
2013-02-22
add some missing chipset flush calls
Jonathan Gray
2013-02-22
remove list lock removed by linux back in 2010
Jonathan Gray
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
[prev]
[next]