summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)Author
2017-03-15drm/i915/guc: Simplify intel_guc_init_hw()Arkadiusz Hiler
2017-03-15drm/i915/uc: Rename intel_?uc_{setup, load}() to _init_hw()Arkadiusz Hiler
2017-03-13drm/i915: Move whole object to CPU domain for coherent shmem accessChris Wilson
2017-03-08drm/i915: Avoiding recursing on ww_mutex inside shrinkerChris Wilson
2017-03-08Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter
2017-03-08Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-03-07drm/i915: Use pagecache write to prepopulate shmemfs from pwrite-ioctlChris Wilson
2017-03-07drm/i915: Store a permanent error in obj->mm.pagesChris Wilson
2017-03-03drm/i915: Generalise wait for execlists to be idleChris Wilson
2017-03-02drm/i915: Drop spinlocks around adding to the client request listChris Wilson
2017-03-02drm/i915: Hold rpm during GEM suspend in driver unload/suspendChris Wilson
2017-02-27drm/i915: Delay disabling the user interrupt for breadcrumbsChris Wilson
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-24drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke
2017-02-23drm/i915: Protect the request->global_seqno with the engine->timeline lockChris Wilson
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie
2017-02-22drm/i915: Remove 'retire' parameter from intel_fb_obj_flushChris Wilson
2017-02-22drm/i915: Perform object clflushing asynchronouslyChris Wilson
2017-02-22drm/i915: Skip clflushes for all non-page backed objectsChris Wilson
2017-02-22drm/i915: Amalgamate flushing of display objectsChris Wilson
2017-02-22drm/i915: Move cpu_cache_is_coherent() to headerChris Wilson
2017-02-22drm/i915: Remove change_domain tracepointChris Wilson
2017-02-17drm/i915: Remove completed fences after a waitChris Wilson
2017-02-16drm/i915: Unwind conversion to i915_gem_phys_ops on failureChris Wilson
2017-02-16drm/i915: Squelch any ktime/jiffie rounding errors for wait-ioctlChris Wilson
2017-02-16drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()Chris Wilson
2017-02-16drm/i915: Restore context and pd for ringbuffer submission after resetChris Wilson
2017-02-14drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()Chris Wilson
2017-02-13drm/i915: Test coherency of and barriers between cache domainsChris Wilson
2017-02-13drm/i915: Add selftests for object allocation, physChris Wilson
2017-02-13drm/i915: Create a fake object for testing huge allocationsChris Wilson
2017-02-13drm/i915: Mock the GEM device for self-testingChris Wilson
2017-02-13drm/i915: Add some selftests for sg_table manipulationChris Wilson
2017-02-13drm/i915: Clear the last_retired_context following a hang/resetChris Wilson
2017-02-13drm/i915: Park the breadcrumbs signaler across a GPU resetChris Wilson
2017-02-13drm/i915: Kill the tasklet then disableChris Wilson
2017-02-13drm/i915: Assert that the active request hasn't been signaledChris Wilson
2017-02-10drm/i915: Move the irq_barrier for reset earlier into reset_prepareChris Wilson
2017-02-10drm/i915: Flush the freed object queue on device releaseChris Wilson
2017-02-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter
2017-02-08drm/i915: Disable engine->irq_tasklet around resetsChris Wilson
2017-02-08drm/i915: Split GEM resetting into 3 phasesChris Wilson
2017-02-08drm/i915: Move calling engine->init_hw() to its own functionChris Wilson
2017-02-08drm/i915: i915_gem_shrink_all() needs an awake deviceChris Wilson
2017-02-08drm/i915: Remove overzealous fence warn on runtime suspendChris Wilson
2017-02-08drm/i915: Flush untouched framebuffers before display on !llcChris Wilson
2017-02-07drm/i915: Restore context and pd for ringbuffer submission after resetChris Wilson
2017-02-07drm/i915: Remove overzealous fence warn on runtime suspendChris Wilson
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson
2017-02-01drm/i915: Flush untouched framebuffers before display on !llcChris Wilson