summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-08drm/i915: Allow i915_gem_object_get_page() on userptr as wellChris Wilson1-1/+2
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
2015-10-31drm/i915: Shut up GuC errors when it's disabledDaniel Vetter1-12/+3
2015-10-28drm/i915: Recover all available ringbuffer space following resetChris Wilson1-0/+14
2015-10-22drm/i915: Grab execlist spinlock to avoid post-reset concurrency issues.Tomas Elf1-9/+14
2015-10-21drm/i915: add helpers for platform specific revision id range checksJani Nikula1-1/+1
2015-10-21drm/i915/bxt: add revision id for A1 stepping and use itJani Nikula1-1/+1
2015-10-13drm/i915: Drop i915_gem_obj_is_pinned() from set-cache-levelChris Wilson1-21/+78
2015-10-07drm/i915/snb: remove pre-production hardware workaroundJani Nikula1-17/+1
2015-10-06drm/i915: Clean up associated VMAs on context destructionTvrtko Ursulin1-4/+16
2015-10-01drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffsetMichel Thierry1-6/+19
2015-09-30Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter1-1/+1
2015-09-23drm/i915/gtt: Do not initialize drm_mm twice.Michał Winiarski1-14/+0
2015-09-17drm/i915: fix kernel-doc warnings in i915_gem.cGeliang Tang1-5/+5
2015-09-14drm/i915: Split alloc from init for lrcNick Hoath1-6/+16
2015-09-14drm/i915: don't try to load GuC fw on pre-gen9Jesse Barnes1-13/+16
2015-09-10drm/i915: Remove one very outdated commentTvrtko Ursulin1-4/+0
2015-09-05Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-563/+298
2015-08-26drm/i915/bxt: don't allow cached GEM mappings on A steppingImre Deak1-0/+9
2015-08-14drm/i915: GuC-specific firmware loaderAlex Dai1-0/+16