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-03-01
move i915_gem_object_unbind closer to linux
Jonathan Gray
2013-03-01
error out instead of asserting on invalid tiling mode
Jonathan Gray
2013-03-01
add i915_gem_object_flush_gtt_write_domain
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
Further reduce the differences with Linux 3.4.33 by replacing some code with
Mark Kettenis
2013-02-28
add some additional i915_add_request calls linux makes
Jonathan Gray
2013-02-28
use the same hangcheck timer interval as linux
Jonathan Gray
2013-02-28
hook up the unpin task
Jonathan Gray
2013-02-28
Fix PIPE_CONTROL DW/QW write through global GTT on IVB+
Jonathan Gray
2013-02-28
make use of wakeup_pending
Jonathan Gray
2013-02-28
sleep/wakeup on ring rather than softc where appropriate
Jonathan Gray
2013-02-27
indirectly pass the cache level down to agp by abusing spare bus_dma bits
Jonathan Gray
2013-02-27
sync more of the execbuffer code with linux
Jonathan Gray
2013-02-27
check interruptible directly instead of using a possibly stale var
Jonathan Gray
2013-02-27
add back inteldrm_wipe_mappings call
Jonathan Gray
2013-02-27
add rps tasks to the system workq
Jonathan Gray
2013-02-27
uncomment a call to i915_handle_error
Jonathan Gray
2013-02-27
pte bits have changed on gen6+, for now always set to uncached
Jonathan Gray
2013-02-27
sync execbuffer domain tracking and flushing with linux 3.4.33
Jonathan Gray
2013-02-26
enable more of i915_gem_object_pin_to_display_plane
Jonathan Gray
2013-02-26
unstub i915_gem_object_set_cache_level
Jonathan Gray
2013-02-26
set a default cache level
Jonathan Gray
2013-02-26
unstub i915_gem_object_flush_cpu_write_domain
Jonathan Gray
2013-02-26
add a i915_gem_clflush_object implementation, not yet used
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
claim to support BSD/BLT rings
Jonathan Gray
2013-02-25
init some vblank vars
Jonathan Gray
2013-02-25
add some callbacks and a var for upcoming vblank changes
Jonathan Gray
2013-02-25
enable ivybridge parity task
Jonathan Gray
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
Bring inactive list management closer to what Linux does.
Mark Kettenis
2013-02-24
Oops, really remove all places where I915_GPU_WRITE was used.
Mark Kettenis
2013-02-24
Change I915_GPU_WRITE into a bitfield and adjust related code to be similar
Mark Kettenis
2013-02-24
Bring i915_gem_object_move_to_active() a bit more in line with Linux.
Mark Kettenis
2013-02-24
Bring i915_gem_fault() a bit more in line with the Linux code.
Mark Kettenis
2013-02-24
Implement i915_gem_object_is_inactive().
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
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-24
some more M_NOWAIT -> M_WAITOK
Jonathan Gray
2013-02-24
some M_NOWAIT modesetting mallocs should be M_WAITOK
Jonathan Gray
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
[next]