index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
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
[next]