summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem
AgeCommit message (Expand)AuthorFilesLines
2021-06-02Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen3-7/+5
2021-06-02Merge tag 'drm-intel-gt-next-2021-05-28' of git://anongit.freedesktop.org/drm...Dave Airlie13-73/+553
2021-06-01drm/i915: Disable mmap ioctl for gen12+Maarten Lankhorst1-0/+7
2021-06-01drm/i915: Fix i915_sg_page_sizes to record dma segments rather than physical ...Thomas Hellström3-3/+3
2021-06-01drm/i915: Don't free shared locks while sharedThomas Hellström2-0/+7
2021-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+2
2021-05-27Merge v5.13-rc3 into drm-nextDaniel Vetter1-0/+2
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann2-12/+12
2021-05-21Merge tag 'drm-intel-next-2021-05-19-1' of git://anongit.freedesktop.org/drm/...Dave Airlie1-11/+11
2021-05-19drm/i915/gem: Pin the L-shape quirked object as unshrinkableChris Wilson1-0/+2
2021-05-17Merge drm/drm-next into drm-intel-nextRodrigo Vivi3-6/+6
2021-05-17drm/i915: Don't include drm_legacy.hThomas Zimmermann1-1/+0
2021-05-17drm/i915/gem: Pin the L-shape quirked object as unshrinkableChris Wilson1-0/+2
2021-05-12drm/i915: Avoid div-by-zero on gen2Ville Syrjälä1-1/+1
2021-05-11drm/i915/stolen: shuffle around init_memory_regionMatthew Auld1-2/+4
2021-05-05drm/i915: drop the __i915_active_call pointer packingMatthew Auld1-2/+1
2021-05-04Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-05-04drm/i915/gem: hide new uAPI behind CONFIG_BROKENMatthew Auld1-0/+3
2021-05-04drm/i915/gem: clear userspace buffers for LMEMMatthew Auld1-1/+11
2021-05-04drm/i915/lmem: support optional CPU clearing for special internal useMatthew Auld2-3/+27
2021-05-04drm/i915/uapi: implement object placement extensionMatthew Auld4-17/+236
2021-05-04drm/i915/uapi: introduce drm_i915_gem_create_extMatthew Auld2-0/+58
2021-05-04drm/i915: rework gem_create flow for upcoming extensionsMatthew Auld1-27/+65
2021-05-04drm/i915: mark stolen as privateMatthew Auld1-0/+4
2021-04-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+4
2021-04-30i915: use io_mapping_map_userChristoph Hellwig1-5/+4
2021-04-29drm/i915: Use trylock in shrinker for ggtt on bsw vt-d and bxt, v2.Maarten Lankhorst1-4/+9
2021-04-29drm/i915/gem: Remove reference to struct drm_device.pdevThomas Zimmermann1-1/+1
2021-04-27drm/i915/lmem: Bypass aperture when lmem is availableAnusha Srivatsa2-0/+20
2021-04-27drm/i915/gtt: map the PD up frontMatthew Auld1-9/+2
2021-04-26drm/i915: Avoid div-by-zero on gen2Ville Syrjälä1-1/+1
2021-04-26drm/i915: Fix docbook descriptions for i915_gem_shrinkerMaarten Lankhorst1-0/+1
2021-04-23drm/i915: Fix docbook descriptions for i915_gem_shrinkerMaarten Lankhorst1-0/+1
2021-04-22drm/i915/stolen: actually mark as contiguousMatthew Auld1-3/+9
2021-04-22drm/i915/stolen: enforce the min_page_size contractCQ Tang1-3/+4
2021-04-22drm/i915/stolen: treat stolen local as normal local memoryMatthew Auld1-1/+4
2021-04-22drm/i915: Create stolen memory region from local memoryCQ Tang2-20/+115
2021-04-14drm/i915: eliminate remaining uses of intel_device_info->genLucas De Marchi1-11/+11
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie7-33/+38
2021-03-26drm/i915: Allow configuring default request expiry via modparamTvrtko Ursulin1-2/+3
2021-03-26drm/i915: Fail too long user submissions by defaultTvrtko Ursulin2-0/+42
2021-03-26drm/i915: Extract active lookup engine to a helperTvrtko Ursulin1-33/+1
2021-03-24drm/i915: give stolen system memory its own classMatthew Auld1-2/+2
2021-03-24drm/i915/gem: consolidate 2big error checking for object sizesMatthew Auld4-34/+29
2021-03-24drm/i915/gem: don't trust the dma_buf->sizeMatthew Auld1-0/+10
2021-03-24drm/i915: Remove I915_USER_PRIORITY_SHIFTChris Wilson2-5/+5
2021-03-24drm/i915: Keep userpointer bindings if seqcount is unchanged, v2.Maarten Lankhorst1-3/+24
2021-03-24drm/i915: Finally remove obj->mm.lock.Maarten Lankhorst11-83/+52
2021-03-24drm/i915/selftests: Prepare igt_gem_utils for obj->mm.lock removalMaarten Lankhorst1-1/+1
2021-03-24drm/i915/selftests: Prepare object blit tests for obj->mm.lock removal.Maarten Lankhorst1-3/+3