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