summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-03-12correct a bunch of delay loopsJonathan Gray
2013-03-12add license textJonathan Gray
2013-03-12cancel the rps delayed resume timeout when suspendingJonathan Gray
2013-03-12move i915_gem_idle closer to 3.8.2Jonathan Gray
2013-03-12move all of the module params into one placeJonathan Gray
2013-03-11bring fencing code in line with linux 3.8.2Mark Kettenis
2013-03-11add i915_gem_object_get_pages_gtt and i915_gem_object_put_pages_gttMark Kettenis
2013-03-12enable hw semaphore ring syncJonathan Gray
2013-03-12make the gen6+ ordering workaround conditional againJonathan Gray
2013-03-12enable power savingJonathan Gray
2013-03-12use nanouptime instead of nanotime here, suggested by kettenisJonathan Gray
2013-03-12use cpuspeed for now even though we want the max, fixes build on i386Jonathan Gray
2013-03-11unstub the rest of intel_pm.cJonathan Gray
2013-03-11getrawmonotonic -> nanotimeJonathan Gray
2013-03-11uneeded protoJonathan Gray
2013-03-11missed a file in the last commitJonathan Gray
2013-03-11move i915_gem_set_tiling a bit closer to 3.8.2Jonathan Gray
2013-03-11sync i915_tiling_ok with 3.8.2Jonathan Gray
2013-03-11move i915_gem_ring_throttle closer to 3.8.2Jonathan Gray
2013-03-11split wait_seqno into two functions and drop the retire requests callJonathan Gray
2013-03-11convert another lock to i915_mutex_lock_interruptibleJonathan Gray
2013-03-11handle error completions the same way as FreeBSDJonathan Gray
2013-03-10bring i915_gem_object_bind_to_gtt closer to Linux 3.8.2Mark Kettenis
2013-03-10some random bits reducing diffs with linuxMark Kettenis
2013-03-10move inteldrm_purge_obj to i915_gem.c and rename to i915_gem_object_truncateMark Kettenis
2013-03-10Revert f7940bd8bd7da9bbfd38e41d99edb378dd9b4df7. Now that we we rebindMark Kettenis
2013-03-10Make i915_gem_gtt_rebind_object() less stupid and move it into i915_gem_gtt.c.Mark Kettenis
2013-03-09Adjust timeout loops in the reset functions to match the 500ms timeout thatMark Kettenis
2013-03-09Add agp_bus_dma_rebind(), and interface to re-enter mappings into the GART/GTTMark Kettenis
2013-03-09use i915_mutex_lock_interruptible() where appropriateMark Kettenis
2013-03-09partly revert b1eebaa3c34e225793793b38f963d94c4e14f961 as it breaksMark Kettenis
2013-03-09Do the proper callback dance when switching screensMark Kettenis
2013-03-09Enable multiple screensMark Kettenis
2013-03-09Enable framebuffer consoleMark Kettenis
2013-03-09handle llc and semaphore paramsJonathan Gray
2013-03-09add some more paramsJonathan Gray
2013-03-09add support for setting the addressing modeJonathan Gray
2013-03-09In intel_user_framebuffer_create_handle(), add a reference to the object sinceMark Kettenis
2013-03-09inteldrm_chipset_flush -> i915_gem_chipset_flushJonathan Gray
2013-03-09move the retire work handler to i915_gem.cJonathan Gray
2013-03-08Implement i915_mutex_lock_interruptibleMark Kettenis
2013-03-08i915_gem_object_move_to_inactive_locked needs to clear the write domainJonathan Gray
2013-03-08move i915_gem_object_set_to_{cpu,gtt}_domain closer to 3.8.2Jonathan Gray
2013-03-08don't clear sync_seqno in i915_gem_retire_requests_ringJonathan Gray
2013-03-08match 3.8.2 and preallocate the next seqno before touching the ringJonathan Gray
2013-03-08use i915_gem_check_olr in a few more placesJonathan Gray
2013-03-08seqno wrapping will be handled elsewhere soonJonathan Gray
2013-03-08remove some now unused codeJonathan Gray
2013-03-08move the domain/flush code closer to 3.8.2Jonathan Gray
2013-03-08remove flushing_listJonathan Gray