summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)Author
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-26drm/i915: Reduce the pointer dance of i915_is_ggtt()Chris Wilson
2016-02-26drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson
2016-02-15drm/i915: Check for get_pages instead of shmem (filp)Ben Widawsky
2016-02-15drm/i915: Use appropriate spinlock flavourTvrtko Ursulin
2016-02-15Revert "drm/i915: fix context/engine cleanup order"Daniel Vetter
2016-02-10drm/i915: fix context/engine cleanup orderNick Hoath
2016-02-03drm/i915: Allow i915_gem_object_get_page() on userptr as wellChris Wilson
2016-01-28drm/i915: Make LRC (un)pinning work on context and engineTvrtko Ursulin
2016-01-27drm/i915: Sanitize i915_gem_load() init and clean-upImre Deak
2016-01-27drm/i915: Sanitize GEM shrinker init and clean-upImre Deak
2016-01-27Revert "drm/i915: Fix context/engine cleanup order"Daniel Vetter
2016-01-25drm/i915: Fix context/engine cleanup orderNick Hoath
2016-01-21drm/i915: Seal busy-ioctl uABI and prevent leaking of internal idsChris Wilson
2016-01-21drm/i915: Decouple execbuf uAPI from internal implementationTvrtko Ursulin
2016-01-21drm/i915: tidy up a few leftoversDave Gordon
2016-01-21drm/i915: abolish separate per-ring default_context pointersDave Gordon
2016-01-21drm/i915: simplify allocation of driver-internal requestsDave Gordon
2016-01-18drm/i915: Only grab timestamps when neededTvrtko Ursulin
2016-01-18Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/...Dave Airlie
2016-01-13drm/i915/gen9: Set PIN_ZONE_4G end to 4GB - 1 pageMichel Thierry
2015-12-23Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-12-18drm/i915: Only spin whilst waiting on the current requestChris Wilson
2015-12-18drm/i915: Limit the busy wait on requests to 5us not 10ms!Chris Wilson
2015-12-18drm/i915: Break busywaiting for requests on pending signalsChris Wilson
2015-12-17drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson
2015-12-15Merge tag 'drm-intel-next-2015-12-04-1' of git://anongit.freedesktop.org/drm-...Dave Airlie
2015-12-11Merge tag 'drm-i915-get-eld' of tiwai/sound into drm-intel-next-queuedDaniel Vetter
2015-12-11drm/i915: mark a newly-created GEM object dirty when filled with dataDave Gordon
2015-12-11drm/i915: mark GEM object pages dirty when mapped & written by the CPUDave Gordon
2015-12-11drm/i915: Update to post-reset execlist queue clean-upTomas Elf
2015-12-10drm/i915: Remove VLV A0 hackWayne Boyer
2015-12-10drm/i915: Separate cherryview from valleyviewWayne Boyer
2015-12-09drm/i915: Add soft-pinning API for execbufferChris Wilson
2015-12-09drm: Move drm_display_mode an related docs into kerneldocDaniel Vetter
2015-12-08Back merge tag 'v4.4-rc4' into drm-nextDave Airlie
2015-12-04Revert "drm/i915: Extend LRC pinning to cover GPU context writeback"Daniel Vetter
2015-12-04drm/i915: Fix RPS pointer passed from wait_ioctl to i915_wait_requestChris Wilson
2015-12-03drm/i915: Extend LRC pinning to cover GPU context writebackNick Hoath
2015-12-01drm/i915: Check the timeout passed to i915_wait_requestChris Wilson
2015-11-23Merge tag 'v4.4-rc2' into drm-intel-next-queuedDaniel Vetter
2015-11-18drm/i915: Add functions to emit register offsets to the ringVille Syrjälä
2015-11-18drm/i915: Parametrize L3 error registersVille Syrjälä
2015-11-16drm/i915: get runtime PM reference around GEM set_caching IOCTLImre Deak
2015-11-12drm/i915: Remove redundant check in i915_gem_obj_to_vmaTvrtko Ursulin
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-02drm/i915: Wait for object idle without locks in atomic_commit, v2.Maarten Lankhorst