summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: use ORIGIN_CPU for frontbuffer invalidation on WC mmapsChris Wilson2016-06-201-3/+11
* drm/i915: pwrite/pread do not require obj->base.filp, just pagesChris Wilson2016-06-201-3/+4
* drm/i915: Extract checking for backing struct pages to a helperChris Wilson2016-06-201-2/+2
* drm/i915: Support for pread/pwrite from/to non shmem backed objectsAnkitprasad Sharma2016-06-131-30/+188
* drm/i915: Use insert_page for pwrite_fastAnkitprasad Sharma2016-06-131-22/+68
* drm/i915/guc: fix GuC loading/submission checkDave Gordon2016-06-071-5/+3
* drm/i915: Fix a buch of kerneldoc warningsTvrtko Ursulin2016-06-061-4/+48
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-06-021-20/+23
|\
| * Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie2016-06-021-231/+169
| |\
| * \ Merge tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/...Dave Airlie2016-05-271-5/+6
| |\ \
| | * | drm/i915: Stop automatically retiring requests after a GPU hangChris Wilson2016-05-231-2/+6
| | * | drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platformsVille Syrjälä2016-05-231-3/+0
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-231-1/+4
| |\ \ \
| | * | | drm/i915: make i915_gem_mmap_ioctl wait for mmap_sem killableMichal Hocko2016-05-231-1/+4
| * | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-05-231-356/+395
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-11/+11
| * | | | Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-201-7/+7
| |\ \ \ \
| | * | | | kernel.h: add u64_to_user_ptr()Gustavo Padovan2016-04-291-7/+7
| * | | | | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-191-4/+4
| |\ \ \ \ \ | | |/ / / /
| * | | | | x86/mm/pat, x86/cpufeature: Remove cpu_has_patBorislav Petkov2016-03-311-1/+1
* | | | | | drm/i915: Rename struct intel_contextChris Wilson2016-05-241-4/+4
* | | | | | drm/i915/guc: add enable_guc_loading parameterDave Gordon2016-05-231-4/+1
* | | | | | drm/i915/guc: distinguish HAS_GUC() from HAS_GUC_UCODE/HAS_GUC_SCHEDDave Gordon2016-05-231-1/+1
* | | | | | drm/i915/guc: rename loader entry pointsDave Gordon2016-05-231-1/+1
| |_|_|_|/ |/| | | |
* | | | | drm/i915: Introduce & use new lightweight SGL iteratorsDave Gordon2016-05-201-10/+10
* | | | | drm/i915: optimise i915_gem_object_map() for small objectsDave Gordon2016-05-201-5/+10
* | | | | drm/i915: refactor i915_gem_object_pin_map()Dave Gordon2016-05-201-23/+35
* | | | | drm/i915/userptr: Convert to drm_i915_privateChris Wilson2016-05-191-4/+1
* | | | | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-05-171-3/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge tag 'drm-intel-next-2016-04-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-05-041-111/+86
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'drm-intel-next-2016-04-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-04-221-53/+118
| |\ \ \ \
| * \ \ \ \ Merge tag 'v4.6-rc3' into drm-nextDave Airlie2016-04-221-4/+4
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | drm/vma_manage: Drop has_offsetDaniel Vetter2016-04-201-3/+0
* | | | | | drm/i915: Update domain tracking for GEM objects on hibernationChris Wilson2016-05-141-0/+28
* | | | | | drm/i915: Stop automatically retiring requests after a GPU hangChris Wilson2016-05-131-2/+6
* | | | | | drm/i915: Stop retiring requests from busy/wait ioctlsChris Wilson2016-05-131-7/+1
* | | | | | drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENxTvrtko Ursulin2016-05-111-1/+1
* | | | | | drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platformsVille Syrjälä2016-05-101-3/+0
* | | | | | drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-26/+21
* | | | | | drm/i915: Simplify intel_mark_busy/idleTvrtko Ursulin2016-05-041-2/+2
* | | | | | drm/i915: Fix ordering of sanitize ppgtt and sanitize execlistsChris Wilson2016-04-291-3/+0
* | | | | | drm/i915: Unify GPU resets upon shutdownChris Wilson2016-04-281-8/+0
* | | | | | drm/i915: Stop tracking execlists retired requestsTvrtko Ursulin2016-04-281-9/+1
* | | | | | drm/i915: Track the previous pinned context inside the requestChris Wilson2016-04-281-4/+4
* | | | | | drm/i915: Move releasing of the GEM request from free to retire/cancelChris Wilson2016-04-281-14/+9
* | | | | | drm/i915: Refactor execlists default context pinningChris Wilson2016-04-281-1/+1
* | | | | | drm/i915: Manually unwind after a failed request allocationChris Wilson2016-04-281-19/+9
* | | | | | drm/i915: Remove the identical implementations of request space reservationChris Wilson2016-04-281-9/+14
* | | | | | drm/i915: Rearrange switch_context to load the aliasing ppgtt on first useChris Wilson2016-04-281-30/+0
* | | | | | drm/i915: Remove early l3-remapChris Wilson2016-04-281-9/+1
OpenPOWER on IntegriCloud