summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Lift intel_engines_resume() to callersChris Wilson2019-08-011-14/+11Star
* drm/i915: move modesetting core code under display/Jani Nikula2019-06-171-2/+3
* drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson2019-06-141-4/+0Star
* drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio2019-06-141-1/+1
* drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio2019-06-141-9/+10
* drm/i915: Refine i915_reset.lock_mapChris Wilson2019-06-141-3/+0Star
* drm/i915: Move fence register tracking from i915->mm to ggttChris Wilson2019-06-131-43/+9Star
* drm/i915: Remove I915_POSTING_READ_FWTvrtko Ursulin2019-06-121-4/+5
* drm/i915: Combine unbound/bound list tracking for objectsChris Wilson2019-06-121-18/+12Star
* drm/i915: Prevent lock-cycles between GPU waits and GPU resetsChris Wilson2019-06-121-0/+3
* drm/i915: Promote i915->mm.obj_lock to be irqsafeChris Wilson2019-06-101-2/+6
* drm/i915: Move object close under its own lockChris Wilson2019-06-061-0/+1
* drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson2019-05-311-11/+12
* drm/i915: Track the purgeable objects on a separate eviction listChris Wilson2019-05-311-2/+18
* drm/i915: Split off pci_driver.remove() tail to drm_driver.release()Janusz Krzysztofik2019-05-311-1/+9
* drm/i915: Move GEM client throttling to its own fileChris Wilson2019-05-281-58/+0Star
* drm/i915: Move GEM object busy checking to its own fileChris Wilson2019-05-281-128/+0Star
* drm/i915: Move GEM object waiting to its own fileChris Wilson2019-05-281-254/+0Star
* drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson2019-05-281-54/+68
* drm/i915: Pull scatterlist utils out of i915_gem.hChris Wilson2019-05-281-29/+1Star
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-7/+4Star
* drm/i915: Move GEM domain management to its own fileChris Wilson2019-05-281-773/+4Star
* drm/i915: Move mmap and friends to its own fileChris Wilson2019-05-281-550/+14Star
* drm/i915: Move phys objects to its own fileChris Wilson2019-05-281-711/+1Star
* drm/i915: Move shmem object setup to its own fileChris Wilson2019-05-281-821/+5Star
* drm/i915: Pull GEM ioctls interface to its own fileChris Wilson2019-05-281-0/+1
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2019-05-281-1/+1
|\
| * Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-05-281-447/+104Star
| |\
| * \ Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-091-513/+267Star
| |\ \
| | * | drm/i915: Avoid use-after-free in reporting create.sizeChris Wilson2019-04-241-1/+1
| * | | don't open-code file_count()Al Viro2019-05-021-1/+1
| * | | drm/i915: Sanity check mmap length against object sizeChris Wilson2019-03-181-6/+9
| * | | drm/i915: Relax mmap VMA checkTvrtko Ursulin2019-03-081-1/+2
* | | | drm/i915: Keep user GGTT alive for a minimum of 250msChris Wilson2019-05-281-0/+7
| |_|/ |/| |
* | | drm/i915: Align dumb buffer stride to 4k to allow for gtt remappingVille Syrjälä2019-05-201-1/+25
* | | drm/i915: Add a new "remapped" gtt_viewVille Syrjälä2019-05-201-2/+15
* | | drm/i915: Move the engine->destroy() vfunc onto the engineChris Wilson2019-05-011-17/+2Star
* | | drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson2019-04-261-12/+12
* | | drm/i915: Split engine setup/init into two phasesChris Wilson2019-04-261-0/+6
* | | drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-28/+13Star
* | | drm/i915: Pull the GEM powermangement coupling into its own fileChris Wilson2019-04-241-359/+4Star
* | | drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-3/+4
* | | drm/i915: Start writeback from the shrinkerChris Wilson2019-04-201-25/+2Star
* | | drm/i915: Avoid use-after-free in reporting create.sizeChris Wilson2019-04-171-1/+1
* | | drm/i915: Verify the engine workarounds stick on applicationChris Wilson2019-04-171-0/+21
| |/ |/|
* | drm/i915: Only reset the pinned kernel contexts on resumeChris Wilson2019-04-101-6/+3Star
* | drm/i915: extract intel_pm.h from intel_drv.hJani Nikula2019-04-081-0/+1
* | drm/i915: Be precise in types for i915_gem_busyChris Wilson2019-04-041-9/+10
* | drm/i915: Prefault before locking pages in shmem_pwriteChris Wilson2019-04-021-6/+24
* | drm/i915: Check domains for userptr on releaseChris Wilson2019-03-311-2/+1Star