summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-18Revert "have wakeup return the number of processes woken up"kms/intelJonathan Gray
This reverts commit 52685f417729ae0089f640bc756c8160830c8618.
2013-03-18skip the pending wakeup error path for nowJonathan Gray
2013-03-18unstub sdvo i2c functionsJonathan Gray
2013-03-18hookup the rest of the displayport code, currently untestedJonathan Gray
2013-03-17Enable acceleration for the framebuffer, but fall back on the unacceleratedMark Kettenis
code if somebody has /dev/drm0 open.
2013-03-17Better way to prevent the VGA text console wsdisplay instance from atachingMark Kettenis
after we've taken over control of the VGA hardware.
2013-03-17fix debug buildJonathan Gray
2013-03-17unstub another drm_dp_helper.c funcJonathan Gray
2013-03-17enable a bit more of drm_dp_helper.cJonathan Gray
2013-03-16enable a bit more dp codeJonathan Gray
2013-03-16convert some commented out users of the mode_config lock from mutex to rwlockJonathan Gray
2013-03-16enable the ironlake_panel_vdd taskJonathan Gray
2013-03-16add the rest of the dvo codeJonathan Gray
2013-03-16use DRM_DEBUG_KMS for DRM_LOG_KMSJonathan Gray
2013-03-16start adding some of the dvo codeJonathan Gray
2013-03-15enable the call to intel_disable_gt_powersave()Jonathan Gray
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
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