aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-11drm/i915: Always use kref tracking for all contexts.Chris Wilson1-1/+1
2014-04-05Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-23/+23
2014-04-04drm: Add support for two-ended allocation, v3Lauri Kasanen1-1/+2
2014-03-31drm/i915/gem: prefer struct drm_i915_private to drm_i915_private_tJani Nikula1-23/+23
2014-03-21drm/i915: Fix unsafe loop iteration over vma whilst unbinding themChris Wilson1-2/+2
2014-03-19drm/i915: move pc8.irqs_disabled to pm.irqs_disabledPaulo Zanoni1-1/+1
2014-03-19Merge branch 'topic/dp-aux-rework' into drm-intel-next-queuedDaniel Vetter1-1/+2
2014-03-18Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into drm-nextDave Airlie1-1/+2
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann1-1/+2
2014-03-13drm/i915: Unbind all vmas whose new cache_level doesn't agree with the neighboursVille Syrjälä1-2/+0
2014-03-08drm/i915: Do not force non-caching copies for pwrite along shmem pathChris Wilson1-3/+2
2014-03-08drm/i915: Process page flags once rather than per pwrite/preadChris Wilson1-7/+2
2014-03-07drm/i915: Refactor shmem pread setupBrad Volkin1-14/+37
2014-03-05drm/i915: Make i915_gem_retire_requests_ring() staticDamien Lespiau1-1/+2
2014-03-05drm/i915: Record pid/comm of hanging taskChris Wilson1-0/+1
2014-03-05drm/i915: Rely on accurate request tracking for finding hung batchesChris Wilson1-4/+6
2014-03-05drm/i915: Reset vma->mm_list after unbindingChris Wilson1-1/+1
2014-03-05drm/i915: Don't ban default context when stop_rings!=0Ville Syrjälä1-6/+5
2014-03-05drm/i915: Accurately track when we mark the hardware as idle/busyChris Wilson1-9/+5
2014-02-14drm/i915: Only bind each object rather than for every execbufferDaniel Vetter1-8/+12
2014-02-14drm/i915: Directly return the vma from bind_to_vmDaniel Vetter1-12/+11
2014-02-14drm/i915: Simplify i915_gem_object_ggtt_unpinDaniel Vetter1-20/+0
2014-02-14drm/i915: split PIN_GLOBAL out from PIN_MAPPABLEDaniel Vetter1-2/+2
2014-02-14drm/i915: Consolidate binding parameters into flagsDaniel Vetter1-37/+25
2014-02-12drm/i915: Flush GPU rendering with a lockless wait during a pagefaultChris Wilson1-3/+14
2014-02-12drm/i915: Downgrade *ERROR* message for invalid user inputChris Wilson1-7/+7
2014-02-12drm/i915: Always use INTEL_INFO() to access the device_info structureDamien Lespiau1-2/+3
2014-02-04drm/i915: Treat using a purged buffer as a source of EFAULTChris Wilson1-3/+3
2014-02-04drm/i915: Convert EFAULT into a silent SIGBUSChris Wilson1-0/+1
2014-02-04drm/i915: release mutex in i915_gem_init()'s error pathMika Kuoppala1-1/+3
2014-02-04drm/i915: Get rid of acthd based guilty batch searchMika Kuoppala1-91/+6
2014-02-04drm/i915: Use hangcheck score to find guilty contextMika Kuoppala1-13/+29
2014-01-30drm/i915: Tune down debug output when context is bannedMika Kuoppala1-1/+7
2014-01-30drm/i915: Use i915_hw_context to set reset statsMika Kuoppala1-21/+23
2014-01-27drm/i915: GEN7_MSG_CONTROL is ivb-onlyDaniel Vetter1-3/+9
2014-01-27drm/i915: move module parameters into a struct, in a new fileJani Nikula1-2/+2
2014-01-25Merge branch 'topic/ppgtt' into drm-intel-next-queuedDaniel Vetter1-131/+105
2014-01-25drm/i915: Place the Global GTT VM first in the list of VMChris Wilson1-1/+1
2014-01-22drm/i915: Wait for completion of pending flips when starved of fencesChris Wilson1-4/+9
2014-01-22drm/i915/ppgtt: Defer request freeing on resetBen Widawsky1-10/+17
2014-01-22drm/i915: Tune down reset_stat output from ERROR to debugDaniel Vetter1-1/+1
2014-01-16Merge commit origin/master into drm-intel-nextDaniel Vetter1-14/+27
2014-01-10drm/i915: Free requests after object release when retiring requestsChris Wilson1-26/+21
2013-12-18Revert "drm/i915: Do not allow buffers at offset 0"Daniel Vetter1-3/+1
2013-12-18drm/i915: Reject the pin ioctl on gen6+Daniel Vetter1-0/+3
2013-12-18drm/i915: Use multiple VMs -- the point of no returnBen Widawsky1-14/+8
2013-12-18Merge commit drm-intel-fixes into topic/ppgttDaniel Vetter1-4/+3
2013-12-18drm/i915: Do not allow buffers at offset 0Ben Widawsky1-1/+3
2013-12-18drm/i915: Defer request freeingBen Widawsky1-3/+10
2013-12-18drm/i915: Get context early in execbufBen Widawsky1-1/+1