summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Do not unmap object unless no other VMAs reference itArmin Reese2014-07-231-3/+3
* drm/i915: add helper for checking whether IRQs are enabledJesse Barnes2014-07-231-1/+1
* drm/i915: Abandon oom quickly if killed by a signalChris Wilson2014-07-231-1/+4
* drm/i915: Generalize intel_ring_get_tail to take a ringbufOscar Mateo2014-07-081-2/+2
* drm/i915: Restrict GPU boost to the RCS engineChris Wilson2014-07-081-1/+1
* drm/i915: Updating comments.Rodrigo Vivi2014-07-071-0/+2
* drm/i915: Track frontbuffer invalidation/flushingDaniel Vetter2014-06-191-6/+14
* drm/i915: Introduce accurate frontbuffer trackingDaniel Vetter2014-06-191-0/+19
* drm/i915: Drop schedule_back from psr_exitDaniel Vetter2014-06-191-3/+3
* drm/i915: Don't BUG_ON in i915_gem_obj_offsetDaniel Vetter2014-06-181-1/+2
* drm/i915: Don't prefault the entire obj if the vma is smallerVille Syrjälä2014-06-181-1/+4
* drm/i915: Replaced Blitter ring based flips with MMIO flipsSourab Gupta2014-06-171-1/+1
* drm/i915: Simplify i915_gem_release_all_mmaps()Chris Wilson2014-06-161-16/+9
* drm/i915: Force PSR exit by inactivating it.Rodrigo Vivi2014-06-131-0/+6
* drm/i915: Prefault the entire object on first page faultChris Wilson2014-06-131-5/+17
* drm/i915: Use the .release hook to drop the stolen drm_mm trackingChris Wilson2014-06-131-1/+0
* drm/i915: use shmem helpers if possibleDavid Herrmann2014-06-111-7/+1
* Merge tag 'drm-intel-fixes-2014-06-06' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-06-061-2/+2
|\
| * drm/i915: Silence the WARN if the user tries to GTT mmap an incoherent objectChris Wilson2014-06-051-1/+1
| * drm/i915: Move the C3 LP write bit setup to gen3_init_clock_gating() for KMSVille Syrjälä2014-06-051-1/+1
* | Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie2014-06-051-206/+160
|\ \ | |/ |/|
| * drm/i915: Prevent negative relocation deltas from wrappingChris Wilson2014-05-271-12/+34
| * drm/i915: Fix dynamic allocation of physical handlesChris Wilson2014-05-271-193/+126
* | drm/i915: s/i915_hw_context/intel_contextOscar Mateo2014-05-221-2/+2
* | drm/i915: Split the ringbuffers from the rings (2/3)Oscar Mateo2014-05-221-1/+1
* | drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo2014-05-221-28/+28
* | drm/i915: Only discard backing storage on releasing the last refChris Wilson2014-05-221-1/+25
* | drm/i915: Implement an oom-notifier for last resort shrinkingChris Wilson2014-05-201-3/+71
* | drm/i915: Invalidate our pages under memory pressureChris Wilson2014-05-201-11/+27
* | drm/i915: Refactor common lock handling between shrinker count/scanChris Wilson2014-05-201-20/+22
* | drm/i915: Include bound and active pages in the count of shrinkable objectsChris Wilson2014-05-201-18/+24
* | drm/i915: Translate ENOSPC from shmem_get_page() to ENOMEMChris Wilson2014-05-201-1/+13
* | drm/i915: Introduce mapping of user pages into video memory (userptr) ioctlChris Wilson2014-05-161-0/+4
* | drm/i915: Gracefully handle obj not bound to GGTT in is_pin_displayOscar Mateo2014-05-161-2/+17
* | drm/i915: Only do gtt cleanup in vma_unbind for the global vmaDaniel Vetter2014-05-141-5/+7
* | drm/i915: Don't drop pinned fencesDaniel Vetter2014-05-141-0/+3
* | drm/i915: WARN_ON fence pin leaksDaniel Vetter2014-05-131-0/+26
* | drm/i915: Flush request queue when waiting for ring spaceChris Wilson2014-05-081-2/+1
* | drm/i915: Make aliasing a 2nd class VMBen Widawsky2014-05-071-0/+4
* | drm/i915: Move semaphore specific ring members to structBen Widawsky2014-05-051-5/+5
* | drm/i915: Do not call retire_requests from wait_for_renderingChris Wilson2014-05-051-49/+63
* | drm/i915: vlv: clean up GTLC wake control/status register macrosImre Deak2014-05-051-2/+3
* | drm/i915:Initialize the second BSD ring on BDW GT3 machineZhao Yakui2014-05-051-1/+8
* | drm/i915: Allow the module to load even if we fail to setup ringsChris Wilson2014-05-051-13/+12
* | drm/i915: Preserve ring buffers objects across resumeChris Wilson2014-05-051-3/+17
* | Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm i...Dave Airlie2014-05-011-3/+4
|\ \
| * | drm: pass the irq explicitly to drm_irq_installDaniel Vetter2014-04-231-1/+1
| * | drm/irq: remove cargo-culted locking from irq_install/uninstallDaniel Vetter2014-04-221-2/+3
| |/
* | Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-05-011-2/+3
|\ \ | |/ |/|
| * drm/i915: add flags to i915_ring_stopMika Kuoppala2014-04-091-2/+3
OpenPOWER on IntegriCloud