summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Reduce the pointer dance of i915_is_ggtt()Chris Wilson2016-02-261-11/+7
* drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson2016-02-261-25/+25
* drm/i915: Check for get_pages instead of shmem (filp)Ben Widawsky2016-02-151-1/+1
* drm/i915: Use appropriate spinlock flavourTvrtko Ursulin2016-02-151-4/+2
* Revert "drm/i915: fix context/engine cleanup order"Daniel Vetter2016-02-151-12/+11
* drm/i915: fix context/engine cleanup orderNick Hoath2016-02-101-11/+12
* drm/i915: Allow i915_gem_object_get_page() on userptr as wellChris Wilson2016-02-031-1/+2
* drm/i915: Make LRC (un)pinning work on context and engineTvrtko Ursulin2016-01-281-1/+1
* drm/i915: Sanitize i915_gem_load() init and clean-upImre Deak2016-01-271-1/+10
* drm/i915: Sanitize GEM shrinker init and clean-upImre Deak2016-01-271-2/+0
* Revert "drm/i915: Fix context/engine cleanup order"Daniel Vetter2016-01-271-12/+11
* drm/i915: Fix context/engine cleanup orderNick Hoath2016-01-251-11/+12
* drm/i915: Seal busy-ioctl uABI and prevent leaking of internal idsChris Wilson2016-01-211-4/+14
* drm/i915: Decouple execbuf uAPI from internal implementationTvrtko Ursulin2016-01-211-0/+2
* drm/i915: tidy up a few leftoversDave Gordon2016-01-211-4/+2
* drm/i915: abolish separate per-ring default_context pointersDave Gordon2016-01-211-3/+3
* drm/i915: simplify allocation of driver-internal requestsDave Gordon2016-01-211-13/+42
* drm/i915: Only grab timestamps when neededTvrtko Ursulin2016-01-181-5/+7
* Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/...Dave Airlie2016-01-181-1/+1
|\
| * drm/i915/gen9: Set PIN_ZONE_4G end to 4GB - 1 pageMichel Thierry2016-01-131-1/+1
* | Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-12-231-67/+149
|\ \ | |/
| * drm/i915: Only spin whilst waiting on the current requestChris Wilson2015-12-181-1/+7
| * drm/i915: Limit the busy wait on requests to 5us not 10ms!Chris Wilson2015-12-181-2/+45
| * drm/i915: Break busywaiting for requests on pending signalsChris Wilson2015-12-181-5/+8
| * drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson2015-12-171-19/+24
| * Merge tag 'drm-i915-get-eld' of tiwai/sound into drm-intel-next-queuedDaniel Vetter2015-12-111-2/+10
| |\
| * | drm/i915: mark a newly-created GEM object dirty when filled with dataDave Gordon2015-12-111-0/+1
| * | drm/i915: mark GEM object pages dirty when mapped & written by the CPUDave Gordon2015-12-111-0/+15
| * | drm/i915: Update to post-reset execlist queue clean-upTomas Elf2015-12-111-11/+4
| * | drm/i915: Remove VLV A0 hackWayne Boyer2015-12-101-8/+0
| * | drm/i915: Separate cherryview from valleyviewWayne Boyer2015-12-101-2/+2
| * | drm/i915: Add soft-pinning API for execbufferChris Wilson2015-12-091-20/+44
* | | Merge tag 'drm-intel-next-2015-12-04-1' of git://anongit.freedesktop.org/drm-...Dave Airlie2015-12-151-1/+1
|\ \ \ | |/ /
| * | Revert "drm/i915: Extend LRC pinning to cover GPU context writeback"Daniel Vetter2015-12-041-3/+4
| * | drm/i915: Fix RPS pointer passed from wait_ioctl to i915_wait_requestChris Wilson2015-12-041-1/+1
| * | drm/i915: Extend LRC pinning to cover GPU context writebackNick Hoath2015-12-031-4/+3
* | | drm: Move drm_display_mode an related docs into kerneldocDaniel Vetter2015-12-091-0/+4
| |/ |/|
* | Back merge tag 'v4.4-rc4' into drm-nextDave Airlie2015-12-081-2/+10
|\ \ | |/ |/|
| * drm/i915: Check the timeout passed to i915_wait_requestChris Wilson2015-12-011-2/+10
* | Merge tag 'v4.4-rc2' into drm-intel-next-queuedDaniel Vetter2015-11-231-4/+9
|\ \ | |/
| * drm/i915: get runtime PM reference around GEM set_caching IOCTLImre Deak2015-11-161-1/+7
| * Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-101-93/+179
| |\
| * | mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-061-2/+1
| * | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
| * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* | | drm/i915: Add functions to emit register offsets to the ringVille Syrjälä2015-11-181-1/+1
* | | drm/i915: Parametrize L3 error registersVille Syrjälä2015-11-181-4/+3
* | | drm/i915: Remove redundant check in i915_gem_obj_to_vmaTvrtko Ursulin2015-11-121-4/+2
* | | drm/i915: Wait for object idle without locks in atomic_commit, v2.Maarten Lankhorst2015-11-021-6/+0
* | | drm/i915: Shut up GuC errors when it's disabledDaniel Vetter2015-10-311-12/+3
OpenPOWER on IntegriCloud