summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-03-15switch from wakeup_pending() to wakeup()Jonathan Gray
2013-03-15have wakeup return the number of processes woken upJonathan Gray
2013-03-15Revert "add an interface to check if we have a pending wakeup"Jonathan Gray
2013-03-15Revert "allow multiple aperture opens for kms debugging"Jonathan Gray
2013-03-15i915 fixes from linux 3.8.3Jonathan Gray
2013-03-15move i915 files to a subdir, except the userland facing headerJonathan Gray
2013-03-15Skip further initialization of a vga devices if a drm driver attached aMark Kettenis
2013-03-14add rcs idsJonathan Gray
2013-03-14sync the intel license text with 3.8.2 for files split off i915_drv.cJonathan Gray
2013-03-14don't enable the ASLE interrupt as we don't handle it yetJonathan Gray
2013-03-13disable debug by defaultJonathan Gray
2013-03-13make this compile with debug disabledJonathan Gray
2013-03-12fix intel_wrap_ring_buffer, seems to fix gpu hangs on ivbJonathan Gray
2013-03-12move ring_wait_for_space closer to 3.8.2Jonathan Gray
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