aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-03drm/i915: Squash repeated awaits on the same fenceChris Wilson1-0/+1
2017-05-03drm/i915: Mark up clflushes as belonging to an unordered timelineChris Wilson1-1/+1
2017-04-28drm/i915: Reset ILK during GEM sanitizationJoonas Lahtinen1-3/+2
2017-04-28drm/i915: Eliminate HAS_HW_CONTEXTSJoonas Lahtinen1-1/+1
2017-04-12drm/i915: Treat WC a separate cache domainChris Wilson1-4/+72
2017-04-12drm/i915: Combine write_domain flushes to a single functionChris Wilson1-64/+61
2017-04-11drm/i915: Rename intel_engine_cs.exec_id to uabi_idChris Wilson1-1/+1
2017-04-07drm/i915: Insert cond_resched() into i915_gem_free_objectsChris Wilson1-0/+2
2017-04-07drm/i915: Break up long runs of freeing objectsChris Wilson1-1/+4
2017-04-07drm/i915: Simplify shrinker lockingJoonas Lahtinen1-2/+0
2017-04-07drm/i915: Drain any freed objects prior to hibernationChris Wilson1-0/+1
2017-04-07drm/i915: The shrinker already acquires struct_mutex, so call it unlockedChris Wilson1-4/+5
2017-04-06drm/i915: Use the right mapping_gfp_mask for final shmem allocationChris Wilson1-1/+1
2017-04-06drm/i915: Suspend GuC prior to GPU Reset during GEM suspendSagar Arun Kamble1-0/+2
2017-04-04drm/i915: Remove user-triggerable WARN from i915_gem_object_createTvrtko Ursulin1-1/+1
2017-03-31drm/i915: Wait for all engines to be idle as part of i915_gem_wait_for_idle()Chris Wilson1-3/+26
2017-03-31drm/i915: Move retire-requests into i915_gem_wait_for_idle()Chris Wilson1-3/+3
2017-03-30drm/i915: Suppress busy status for engines if wedgedChris Wilson1-3/+1
2017-03-30drm/i915: Do request retirement before marking engines as wedgedChris Wilson1-1/+6
2017-03-30drm/i915/guc: Take enable_guc_loading check out of GEM core codeOscar Mateo1-6/+4
2017-03-27drm/i915: Check we have an wake device before flushing GTT writesChris Wilson1-3/+6
2017-03-23drm/i915/guc: Add onion teardown to the GuC setupOscar Mateo1-4/+6
2017-03-23drm/i915: Actually pass the reclaim gfp_t along to shmemfs!Chris Wilson1-1/+1
2017-03-22drm/i915: Prefer to report ENOMEM rather than incur the oom for gfx allocationsChris Wilson1-3/+12
2017-03-20drm/i915: Skip force-wake for uncached mmio flush of GGTT writesChris Wilson1-2/+5
2017-03-17drm/i915: Initialise i915_gem_object_create_from_data() directlyChris Wilson1-16/+29
2017-03-17drm/i915: i915_gem_object_create_from_data() doesn't require struct_mutexChris Wilson1-3/+1
2017-03-16drm/i915: Restore engine->submit_request before unwedgingChris Wilson1-0/+59
2017-03-16drm/i915: Split I915_RESET_IN_PROGRESS into two flagsChris Wilson1-4/+1
2017-03-15drm/i915/guc: Simplify intel_guc_init_hw()Arkadiusz Hiler1-1/+1
2017-03-15drm/i915/uc: Rename intel_?uc_{setup, load}() to _init_hw()Arkadiusz Hiler1-1/+1
2017-03-13drm/i915: Move whole object to CPU domain for coherent shmem accessChris Wilson1-22/+23
2017-03-08drm/i915: Avoiding recursing on ww_mutex inside shrinkerChris Wilson1-4/+9
2017-03-08Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-2/+2
2017-03-08Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-152/+207
2017-03-07drm/i915: Use pagecache write to prepopulate shmemfs from pwrite-ioctlChris Wilson1-0/+78
2017-03-07drm/i915: Store a permanent error in obj->mm.pagesChris Wilson1-3/+6
2017-03-03drm/i915: Generalise wait for execlists to be idleChris Wilson1-4/+4
2017-03-02drm/i915: Drop spinlocks around adding to the client request listChris Wilson1-8/+6
2017-03-02drm/i915: Hold rpm during GEM suspend in driver unload/suspendChris Wilson1-5/+7
2017-02-27drm/i915: Delay disabling the user interrupt for breadcrumbsChris Wilson1-1/+3
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-2/+2
2017-02-24drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke1-2/+0
2017-02-23drm/i915: Protect the request->global_seqno with the engine->timeline lockChris Wilson1-5/+11
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie1-3/+11
2017-02-22drm/i915: Remove 'retire' parameter from intel_fb_obj_flushChris Wilson1-6/+6
2017-02-22drm/i915: Perform object clflushing asynchronouslyChris Wilson1-48/+6
2017-02-22drm/i915: Skip clflushes for all non-page backed objectsChris Wilson1-2/+7
2017-02-22drm/i915: Amalgamate flushing of display objectsChris Wilson1-15/+26
2017-02-22drm/i915: Move cpu_cache_is_coherent() to headerChris Wilson1-14/+6