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_drv.h
Age
Commit message (
Expand
)
Author
2013-03-11
handle error completions the same way as FreeBSD
Jonathan Gray
2013-03-10
bring i915_gem_object_bind_to_gtt closer to Linux 3.8.2
Mark Kettenis
2013-03-10
some random bits reducing diffs with linux
Mark Kettenis
2013-03-10
Make i915_gem_gtt_rebind_object() less stupid and move it into i915_gem_gtt.c.
Mark Kettenis
2013-03-09
Do the proper callback dance when switching screens
Mark Kettenis
2013-03-09
add support for setting the addressing mode
Jonathan Gray
2013-03-09
inteldrm_chipset_flush -> i915_gem_chipset_flush
Jonathan Gray
2013-03-08
Implement i915_mutex_lock_interruptible
Mark Kettenis
2013-03-08
i915_gem_object_move_to_inactive_locked needs to clear the write domain
Jonathan Gray
2013-03-08
move i915_gem_object_set_to_{cpu,gtt}_domain closer to 3.8.2
Jonathan Gray
2013-03-08
match 3.8.2 and preallocate the next seqno before touching the ring
Jonathan Gray
2013-03-08
move the domain/flush code closer to 3.8.2
Jonathan Gray
2013-03-08
remove flushing_list
Jonathan Gray
2013-03-08
remove gpu_write_list
Jonathan Gray
2013-03-07
missed a file in a previous commit
Jonathan Gray
2013-03-06
enable using gpu semaphores for ring sync
Jonathan Gray
2013-03-05
unstub the ring throttle ioctl
Jonathan Gray
2013-03-04
move the page flip sleep/wakeup handling a bit closer to linux
Jonathan Gray
2013-03-01
sync i915_gem_object_fence_ok with linux
Jonathan Gray
2013-02-28
Implement i915_gem_release_mmap() and i915_gem_object_finish_gtt(), and call
Mark Kettenis
2013-02-28
use the same hangcheck timer interval as linux
Jonathan Gray
2013-02-27
add rps tasks to the system workq
Jonathan Gray
2013-02-27
sync execbuffer domain tracking and flushing with linux 3.4.33
Jonathan Gray
2013-02-26
add a i915_gem_clflush_object implementation, not yet used
Jonathan Gray
2013-02-25
Bring domain handling code close to Linux 3.4.33.
Mark Kettenis
2013-02-25
enable ivybridge parity task
Jonathan Gray
2013-02-25
i915_get_fence_size is no longer needed
Jonathan Gray
2013-02-25
sync the chip reset code with linux, we can now reset more than just 965
Jonathan Gray
2013-02-24
Change I915_GPU_WRITE into a bitfield and adjust related code to be similar
Mark Kettenis
2013-02-24
Get rid of I915_FENCED_EXEC. It's effectively unused.
Mark Kettenis
2013-02-24
Move i915_gem_process_flushing() to i915_gem.c and rename it to
Mark Kettenis
2013-02-24
Remove mm.gpu_write_list; it isn't used anymore.
Mark Kettenis
2013-02-23
Turns out mm.suspended gets reset before the hardware is properly initialized
Mark Kettenis
2013-02-23
Don't use the accelerated framebuffer operations in the suspend resume path.
Mark Kettenis
2013-02-23
setup hotplug workqs
Jonathan Gray
2013-02-23
Eliminate request_lock. Linux doesn't have it and the kernel lock should be
Mark Kettenis
2013-02-23
add i915_kernel_lost_context for ums (replaces inteldrm_update_ring).
Jonathan Gray
2013-02-22
Remove some bits of old interrupt code that are no longer useful.
Mark Kettenis
2013-02-22
remove list lock removed by linux back in 2010
Jonathan Gray
2013-02-22
remove now unused fence lock
Jonathan Gray
2013-02-21
use obj->fence_dirty instead of I915_FENCE_INVALID
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
sync fence code with linux
Jonathan Gray
2013-02-19
move to per ring tracking of request seqnos
Jonathan Gray
2013-02-19
combine i915_gem_object_init and i915_gem_init_object
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
setup a struct i2c_controller for each gmbus port
Jonathan Gray
2013-02-16
remove wrong implementation of *pin_fence functions
Jonathan Gray
[next]