summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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
This reverts commit 26ddd8e1ac6d6164b9be99e58770924a87b770c7.
2013-03-15Revert "allow multiple aperture opens for kms debugging"Jonathan Gray
This reverts commit 221d1391e48b019d0955bc2e3aa9261e6523afb9.
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
wsdisplay device itself.
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
objects after resume we can reinitialize the GATT again.
2013-03-10Make i915_gem_gtt_rebind_object() less stupid and move it into i915_gem_gtt.c.Mark Kettenis
Use it to properly implement i915_gem_resetore_gtt_mappings().
2013-03-09Adjust timeout loops in the reset functions to match the 500ms timeout thatMark Kettenis
Linux uses.
2013-03-09Add agp_bus_dma_rebind(), and interface to re-enter mappings into the GART/GTTMark Kettenis
when we resume or want to change for example the cachability of the mapping.
2013-03-09use i915_mutex_lock_interruptible() where appropriateMark Kettenis
2013-03-09partly revert b1eebaa3c34e225793793b38f963d94c4e14f961 as it breaksMark Kettenis
suspend/resume on my x220. See https://bugzilla.kernel.org/show_bug.cgi?id=47941
2013-03-09Do the proper callback dance when switching screensMark Kettenis
2013-03-09Enable multiple screensMark Kettenis
Since proper VT support is still lacking this will make VTs share a single framebuffer in emulation mode. As a result the display will be messed up a bit if you run anything on VTs 1-8. This can be mitigated by disabling the apropriate lines in /etc/ttys. This does allow VT switching between X and the framebuffer console and makes suspend/resume do the right thing when in X.
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