summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-08drm/i915: Fix EIO/wedged handling in gem fault handlerDaniel Vetter1-4/+7
2014-08-08Merge tag 'drm-intel-fixes-2014-08-08' of git://anongit.freedesktop.org/drm-i...Linus Torvalds1-1/+1
2014-08-07Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-23/+70
2014-08-07drm/i915: Bring GPU Freq to min while suspending.Deepak S1-1/+1
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-21/+12
2014-07-23drm: i915: Use nsec based interfacesThomas Gleixner1-21/+12
2014-07-23drm/i915: Simplify i915_gem_release_all_mmaps()Chris Wilson1-16/+9
2014-07-23drm/i915: Do not unmap object unless no other VMAs reference itArmin Reese1-3/+3
2014-07-23drm/i915: add helper for checking whether IRQs are enabledJesse Barnes1-1/+1
2014-07-23drm/i915: Abandon oom quickly if killed by a signalChris Wilson1-1/+4
2014-07-08drm/i915: Generalize intel_ring_get_tail to take a ringbufOscar Mateo1-2/+2
2014-07-08drm/i915: Restrict GPU boost to the RCS engineChris Wilson1-1/+1
2014-07-07drm/i915: Updating comments.Rodrigo Vivi1-0/+2
2014-06-19drm/i915: Track frontbuffer invalidation/flushingDaniel Vetter1-6/+14
2014-06-19drm/i915: Introduce accurate frontbuffer trackingDaniel Vetter1-0/+19
2014-06-19drm/i915: Drop schedule_back from psr_exitDaniel Vetter1-3/+3
2014-06-18drm/i915: Don't BUG_ON in i915_gem_obj_offsetDaniel Vetter1-1/+2
2014-06-18drm/i915: Don't prefault the entire obj if the vma is smallerVille Syrjälä1-1/+4
2014-06-17drm/i915: Replaced Blitter ring based flips with MMIO flipsSourab Gupta1-1/+1
2014-06-16drm/i915: Simplify i915_gem_release_all_mmaps()Chris Wilson1-16/+9
2014-06-13drm/i915: Force PSR exit by inactivating it.Rodrigo Vivi1-0/+6
2014-06-13drm/i915: Prefault the entire object on first page faultChris Wilson1-5/+17
2014-06-13drm/i915: Use the .release hook to drop the stolen drm_mm trackingChris Wilson1-1/+0
2014-06-11drm/i915: use shmem helpers if possibleDavid Herrmann1-7/+1
2014-06-06Merge tag 'drm-intel-fixes-2014-06-06' of git://anongit.freedesktop.org/drm-i...Dave Airlie1-2/+2
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie1-206/+160
2014-06-05drm/i915: Silence the WARN if the user tries to GTT mmap an incoherent objectChris Wilson1-1/+1
2014-06-05drm/i915: Move the C3 LP write bit setup to gen3_init_clock_gating() for KMSVille Syrjälä1-1/+1
2014-05-27drm/i915: Prevent negative relocation deltas from wrappingChris Wilson1-12/+34
2014-05-27drm/i915: Fix dynamic allocation of physical handlesChris Wilson1-193/+126
2014-05-22drm/i915: s/i915_hw_context/intel_contextOscar Mateo1-2/+2
2014-05-22drm/i915: Split the ringbuffers from the rings (2/3)Oscar Mateo1-1/+1
2014-05-22drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo1-28/+28
2014-05-22drm/i915: Only discard backing storage on releasing the last refChris Wilson1-1/+25
2014-05-20drm/i915: Implement an oom-notifier for last resort shrinkingChris Wilson1-3/+71
2014-05-20drm/i915: Invalidate our pages under memory pressureChris Wilson1-11/+27
2014-05-20drm/i915: Refactor common lock handling between shrinker count/scanChris Wilson1-20/+22
2014-05-20drm/i915: Include bound and active pages in the count of shrinkable objectsChris Wilson1-18/+24
2014-05-20drm/i915: Translate ENOSPC from shmem_get_page() to ENOMEMChris Wilson1-1/+13
2014-05-16drm/i915: Introduce mapping of user pages into video memory (userptr) ioctlChris Wilson1-0/+4
2014-05-16drm/i915: Gracefully handle obj not bound to GGTT in is_pin_displayOscar Mateo1-2/+17
2014-05-14drm/i915: Only do gtt cleanup in vma_unbind for the global vmaDaniel Vetter1-5/+7
2014-05-14drm/i915: Don't drop pinned fencesDaniel Vetter1-0/+3
2014-05-13drm/i915: WARN_ON fence pin leaksDaniel Vetter1-0/+26
2014-05-08drm/i915: Flush request queue when waiting for ring spaceChris Wilson1-2/+1
2014-05-07drm/i915: Make aliasing a 2nd class VMBen Widawsky1-0/+4
2014-05-05drm/i915: Move semaphore specific ring members to structBen Widawsky1-5/+5
2014-05-05drm/i915: Do not call retire_requests from wait_for_renderingChris Wilson1-49/+63
2014-05-05drm/i915: vlv: clean up GTLC wake control/status register macrosImre Deak1-2/+3
2014-05-05drm/i915:Initialize the second BSD ring on BDW GT3 machineZhao Yakui1-1/+8