summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-30file_inode(f)->i_mapping is f->f_mappingAl Viro1-5/+5
2016-05-27Merge tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/...Dave Airlie1-5/+6
2016-05-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+4
2016-05-24drm/i915: make i915_gem_mmap_ioctl wait for mmap_sem killableMichal Hocko1-1/+4
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-356/+395
2016-05-23drm/i915: Stop automatically retiring requests after a GPU hangChris Wilson1-2/+6
2016-05-23drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platformsVille Syrjälä1-3/+0
2016-05-21Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+7
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-11/+11
2016-05-04Merge tag 'drm-intel-next-2016-04-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-111/+86
2016-04-30kernel.h: add u64_to_user_ptr()Gustavo Padovan1-7/+7
2016-04-22Merge tag 'drm-intel-next-2016-04-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-53/+118
2016-04-22Merge tag 'v4.6-rc3' into drm-nextDave Airlie1-4/+4
2016-04-20drm/vma_manage: Drop has_offsetDaniel Vetter1-3/+0
2016-04-20drm/i915: Remove a couple pointless WARN_ONsTvrtko Ursulin1-8/+2
2016-04-19Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar1-4/+4
2016-04-14drm/i915/mocs: Program MOCS for all engines on initPeter Antoine1-0/+3
2016-04-14drm/i915: Late request cancellations are harmfulChris Wilson1-30/+20
2016-04-14drm/i915: Move the mb() following release-mmap into release-mmapChris Wilson1-3/+16
2016-04-14drm/i915: Prevent leaking of -EIO from i915_wait_request()Chris Wilson1-22/+22
2016-04-14drm/i915: Store the reset counter when constructing a requestChris Wilson1-27/+13
2016-04-14drm/i915: Tighten reset_counter for reset statusChris Wilson1-18/+9
2016-04-14drm/i915: Hide the atomic_read(reset_counter) behind a helperChris Wilson1-8/+8
2016-04-14drm/i915: Add GEM debugging Kconfig optionChris Wilson1-7/+5
2016-04-14drm/i915: Store and use edram capabilitiesMika Kuoppala1-1/+1
2016-04-14drm/i915: Don't program eLLC IDI hash mask for gen9+Mika Kuoppala1-1/+1
2016-04-11Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter1-4/+4
2016-04-11drm/i915: Avoid allocating a vmap arena for a single pageChris Wilson1-5/+14
2016-04-11drm,i915: Introduce drm_malloc_gfp()Chris Wilson1-3/+1
2016-04-11drm/i915: Refactor duplicate object vmap functionsChris Wilson1-0/+44
2016-04-08drm/i915: Apply a mb between emitting the request and hangcheckChris Wilson1-17/+22
2016-04-08drm/i915: Move the hw semaphore initialisation from GEM to the engineChris Wilson1-6/+2
2016-04-08drm/i915: On GPU reset, set the HWS breadcrumb to the last seqnoChris Wilson1-0/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2016-04-04drm/i915: Move execlists irq handler to a bottom halfTvrtko Ursulin1-4/+6
2016-03-31drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen1-18/+32
2016-03-31x86/mm/pat, x86/cpufeature: Remove cpu_has_patBorislav Petkov1-1/+1
2016-03-30drm/i915: Rename GGTT init functionsJoonas Lahtinen1-1/+1
2016-03-30drm/i915: BUG_ON when ggtt_view is NULLMatthew Auld1-7/+2
2016-03-24drm/i915: replace for_each_engine()Dave Gordon1-28/+22
2016-03-18drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen1-8/+8
2016-03-18drm/i915: Use shorter route to dev_private where possibleTvrtko Ursulin1-1/+1
2016-03-18drm/i915: Remove unused variable in i915_gem_request_add_to_clientTvrtko Ursulin1-2/+0
2016-03-17drm/i915: Move load time gem_load_init earlierImre Deak1-14/+24
2016-03-17drm/i915: Modify reset func to handle per engine resetsMika Kuoppala1-7/+7
2016-03-16drm/i915: More renaming of rings to enginesTvrtko Ursulin1-25/+25
2016-03-16drm/i915: More intel_engine_cs renamingTvrtko Ursulin1-37/+37
2016-03-16drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin1-19/+19
2016-03-16drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin1-43/+43
2016-03-16drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin1-68/+68