summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-11/+11
* Merge tag 'drm-intel-next-2016-04-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-05-041-111/+86
|\
| * drm/i915: Remove a couple pointless WARN_ONsTvrtko Ursulin2016-04-201-8/+2
| * drm/i915/mocs: Program MOCS for all engines on initPeter Antoine2016-04-141-0/+3
| * drm/i915: Late request cancellations are harmfulChris Wilson2016-04-141-30/+20
| * drm/i915: Move the mb() following release-mmap into release-mmapChris Wilson2016-04-141-3/+16
| * drm/i915: Prevent leaking of -EIO from i915_wait_request()Chris Wilson2016-04-141-22/+22
| * drm/i915: Store the reset counter when constructing a requestChris Wilson2016-04-141-27/+13
| * drm/i915: Tighten reset_counter for reset statusChris Wilson2016-04-141-18/+9
| * drm/i915: Hide the atomic_read(reset_counter) behind a helperChris Wilson2016-04-141-8/+8
| * drm/i915: Add GEM debugging Kconfig optionChris Wilson2016-04-141-7/+5
| * drm/i915: Store and use edram capabilitiesMika Kuoppala2016-04-141-1/+1
| * drm/i915: Don't program eLLC IDI hash mask for gen9+Mika Kuoppala2016-04-141-1/+1
* | Merge tag 'drm-intel-next-2016-04-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-04-221-53/+118
|\ \ | |/
| * Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter2016-04-111-4/+4
| |\
| * | drm/i915: Avoid allocating a vmap arena for a single pageChris Wilson2016-04-111-5/+14
| * | drm,i915: Introduce drm_malloc_gfp()Chris Wilson2016-04-111-3/+1
| * | drm/i915: Refactor duplicate object vmap functionsChris Wilson2016-04-111-0/+44
| * | drm/i915: Apply a mb between emitting the request and hangcheckChris Wilson2016-04-081-17/+22
| * | drm/i915: Move the hw semaphore initialisation from GEM to the engineChris Wilson2016-04-081-6/+2
| * | drm/i915: On GPU reset, set the HWS breadcrumb to the last seqnoChris Wilson2016-04-081-0/+2
| * | drm/i915: Move execlists irq handler to a bottom halfTvrtko Ursulin2016-04-041-4/+6
| * | drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen2016-03-311-18/+32
| * | drm/i915: Rename GGTT init functionsJoonas Lahtinen2016-03-301-1/+1
| * | drm/i915: BUG_ON when ggtt_view is NULLMatthew Auld2016-03-301-7/+2
* | | Merge tag 'v4.6-rc3' into drm-nextDave Airlie2016-04-221-4/+4
|\ \ \ | | |/ | |/|
| * | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* | | drm/vma_manage: Drop has_offsetDaniel Vetter2016-04-201-3/+0
| |/ |/|
* | drm/i915: replace for_each_engine()Dave Gordon2016-03-241-28/+22
* | drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen2016-03-181-8/+8
* | drm/i915: Use shorter route to dev_private where possibleTvrtko Ursulin2016-03-181-1/+1
* | drm/i915: Remove unused variable in i915_gem_request_add_to_clientTvrtko Ursulin2016-03-181-2/+0
* | drm/i915: Move load time gem_load_init earlierImre Deak2016-03-171-14/+24
* | drm/i915: Modify reset func to handle per engine resetsMika Kuoppala2016-03-171-7/+7
* | drm/i915: More renaming of rings to enginesTvrtko Ursulin2016-03-161-25/+25
* | drm/i915: More intel_engine_cs renamingTvrtko Ursulin2016-03-161-37/+37
* | drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin2016-03-161-19/+19
* | drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin2016-03-161-43/+43
* | drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin2016-03-161-68/+68
* | drm/i915: Avoid snooping with userptr where not supportedTvrtko Ursulin2016-03-021-1/+1
|/
* 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
OpenPOWER on IntegriCloud