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.c
Age
Commit message (
Expand
)
Author
2013-03-15
move i915 files to a subdir, except the userland facing header
Jonathan Gray
2013-03-12
cancel the rps delayed resume timeout when suspending
Jonathan Gray
2013-03-12
move all of the module params into one place
Jonathan Gray
2013-03-12
enable hw semaphore ring sync
Jonathan Gray
2013-03-12
enable power saving
Jonathan Gray
2013-03-11
handle error completions the same way as FreeBSD
Jonathan Gray
2013-03-10
move inteldrm_purge_obj to i915_gem.c and rename to i915_gem_object_truncate
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
Adjust timeout loops in the reset functions to match the 500ms timeout that
Mark Kettenis
2013-03-09
Do the proper callback dance when switching screens
Mark Kettenis
2013-03-09
Enable multiple screens
Mark Kettenis
2013-03-09
Enable framebuffer console
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-09
move the retire work handler to i915_gem.c
Jonathan Gray
2013-03-08
move i915_gem_object_set_to_{cpu,gtt}_domain closer to 3.8.2
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-06
remove the now unused dispatch wrapper
Jonathan Gray
2013-03-06
disable powersaving as all the code is not ported yet
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
sync vblank code with linux
Jonathan Gray
2013-02-28
add some additional i915_add_request calls linux makes
Jonathan Gray
2013-02-26
add some additional flushes found in linux 3.4.33
Jonathan Gray
2013-02-25
Bring domain handling code close to Linux 3.4.33.
Mark Kettenis
2013-02-25
use the ring flush callbacks in the accel fb functions
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
Remove #ifdef'ed out code. The replacement in i915_gem.c is here to stay.
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
Hook up panel backlight control to wscons infrastructure.
Mark Kettenis
2013-02-23
Turns out mm.suspended gets reset before the hardware is properly initialized
Mark Kettenis
2013-02-23
Restore framebuffer console mode in inteldrm_show_screen(). Gives us some
Mark Kettenis
2013-02-23
Use the blitter ring for submitting blitter commands on chips that have it.
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
Don't clear wsdisplay_console_initted since we just want to override the
Mark Kettenis
2013-02-23
Eliminate request_lock. Linux doesn't have it and the kernel lock should be
Mark Kettenis
2013-02-23
don't call i915_gem_object_get_fence in i915_gem_process_flushing
Jonathan Gray
2013-02-22
Remove some bits of old interrupt code that are no longer useful.
Mark Kettenis
2013-02-22
Don't forget to increase the fence pin count.
Mark Kettenis
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-21
add some more debug functions
Jonathan Gray
[next]