aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAge
* drm/i915: Always use kref tracking for all contexts.Chris Wilson2014-04-11
* Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-04-05
|\
| * drm/i915/gem: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-31
* | drm: Add support for two-ended allocation, v3Lauri Kasanen2014-04-03
|/
* drm/i915: Fix unsafe loop iteration over vma whilst unbinding themChris Wilson2014-03-21
* drm/i915: move pc8.irqs_disabled to pm.irqs_disabledPaulo Zanoni2014-03-19
* Merge branch 'topic/dp-aux-rework' into drm-intel-next-queuedDaniel Vetter2014-03-19
|\
| * Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie2014-03-18
| |\
| | * drm: use anon-inode instead of relying on cdevsDavid Herrmann2014-03-16
* | | drm/i915: Unbind all vmas whose new cache_level doesn't agree with the neighb...Ville Syrjälä2014-03-13
* | | drm/i915: Do not force non-caching copies for pwrite along shmem pathChris Wilson2014-03-07
* | | drm/i915: Process page flags once rather than per pwrite/preadChris Wilson2014-03-07
|/ /
* | drm/i915: Refactor shmem pread setupBrad Volkin2014-03-07
* | drm/i915: Make i915_gem_retire_requests_ring() staticDamien Lespiau2014-03-05
* | drm/i915: Record pid/comm of hanging taskChris Wilson2014-03-05
* | drm/i915: Rely on accurate request tracking for finding hung batchesChris Wilson2014-03-05
* | drm/i915: Reset vma->mm_list after unbindingChris Wilson2014-03-05
* | drm/i915: Don't ban default context when stop_rings!=0Ville Syrjälä2014-03-05
* | drm/i915: Accurately track when we mark the hardware as idle/busyChris Wilson2014-03-05
|/
* drm/i915: Only bind each object rather than for every execbufferDaniel Vetter2014-02-14
* drm/i915: Directly return the vma from bind_to_vmDaniel Vetter2014-02-14
* drm/i915: Simplify i915_gem_object_ggtt_unpinDaniel Vetter2014-02-14
* drm/i915: split PIN_GLOBAL out from PIN_MAPPABLEDaniel Vetter2014-02-14
* drm/i915: Consolidate binding parameters into flagsDaniel Vetter2014-02-14
* drm/i915: Flush GPU rendering with a lockless wait during a pagefaultChris Wilson2014-02-12
* drm/i915: Downgrade *ERROR* message for invalid user inputChris Wilson2014-02-12
* drm/i915: Always use INTEL_INFO() to access the device_info structureDamien Lespiau2014-02-12
* drm/i915: Treat using a purged buffer as a source of EFAULTChris Wilson2014-02-04
* drm/i915: Convert EFAULT into a silent SIGBUSChris Wilson2014-02-04
* drm/i915: release mutex in i915_gem_init()'s error pathMika Kuoppala2014-02-04
* drm/i915: Get rid of acthd based guilty batch searchMika Kuoppala2014-02-04
* drm/i915: Use hangcheck score to find guilty contextMika Kuoppala2014-02-04
* drm/i915: Tune down debug output when context is bannedMika Kuoppala2014-01-30
* drm/i915: Use i915_hw_context to set reset statsMika Kuoppala2014-01-30
* drm/i915: GEN7_MSG_CONTROL is ivb-onlyDaniel Vetter2014-01-27
* drm/i915: move module parameters into a struct, in a new fileJani Nikula2014-01-27
* Merge branch 'topic/ppgtt' into drm-intel-next-queuedDaniel Vetter2014-01-25
|\
| * drm/i915: Place the Global GTT VM first in the list of VMChris Wilson2014-01-25
| * drm/i915: Free requests after object release when retiring requestsChris Wilson2014-01-10
| * Revert "drm/i915: Do not allow buffers at offset 0"Daniel Vetter2013-12-18
| * drm/i915: Reject the pin ioctl on gen6+Daniel Vetter2013-12-18
| * drm/i915: Use multiple VMs -- the point of no returnBen Widawsky2013-12-18
| * Merge commit drm-intel-fixes into topic/ppgttDaniel Vetter2013-12-18
| |\
| * | drm/i915: Do not allow buffers at offset 0Ben Widawsky2013-12-18
| * | drm/i915: Defer request freeingBen Widawsky2013-12-18
| * | drm/i915: Get context early in execbufBen Widawsky2013-12-18
| * | drm/i915: Piggy back hangstats off of contextsBen Widawsky2013-12-18
| * | drm/i915: Do aliasing PPGTT init with contextsBen Widawsky2013-12-18
| * | drm/i915: PPGTT vfuncs should take a ppgtt argumentBen Widawsky2013-12-18
| * | drm/i915: Split context enabling from initBen Widawsky2013-12-18