index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/gem: Move freeze/freeze_late next to suspend/suspend_late
Chris Wilson
2021-02-08
1
-41
/
+0
*
drm/i915/gem: Use shrinkable status for unknown swizzle quirks
Chris Wilson
2021-01-20
1
-6
/
+6
*
drm/i915/gem: Almagamate clflushes on freeze
Chris Wilson
2021-01-20
1
-11
/
+5
*
drm/i915/gem: split gem_create into own file
Matthew Auld
2021-01-15
1
-102
/
+0
*
drm/i915/gem: Drop free_work for GEM contexts
Chris Wilson
2020-12-16
1
-2
/
+0
*
drm/i915/gem: Pull phys pread/pwrite implementations to the backend
Chris Wilson
2020-11-05
1
-26
/
+0
*
drm/i915/gem: Allow backends to override pread implementation
Matthew Auld
2020-11-05
1
-0
/
+6
*
drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.
Maarten Lankhorst
2020-09-07
1
-6
/
+5
*
drm/i915: Use per object locking in execbuf, v12.
Maarten Lankhorst
2020-09-07
1
-0
/
+6
*
drm/i915: Remove locking from i915_gem_object_prepare_read/write
Maarten Lankhorst
2020-09-07
1
-2
/
+18
*
drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.
Maarten Lankhorst
2020-09-07
1
-3
/
+49
*
drm/i915/gem: Remove disordered per-file request list for throttling
Chris Wilson
2020-09-07
1
-18
/
+0
*
drm/i915: Leave vma intact as they are discarded
Chris Wilson
2020-06-12
1
-33
/
+5
*
drm/i915: Correct discard i915_vma_compare assertion
Chris Wilson
2020-06-05
1
-1
/
+2
*
drm/i915: Discard a misplaced GGTT vma
Chris Wilson
2020-06-05
1
-0
/
+45
*
drm/i915/gem: Drop cached obj->bind_count
Chris Wilson
2020-04-02
1
-1
/
+6
*
drm/i915/gt: Make fence revocation unequivocal
Chris Wilson
2020-04-02
1
-7
/
+5
*
drm/i915/gt: Pull restoration of GGTT fences underneath the GT
Chris Wilson
2020-03-16
1
-1
/
+0
*
drm/i915: Move GGTT fence registers under gt/
Chris Wilson
2020-03-16
1
-1
/
+1
*
drm/i915: significantly reduce the use of <drm/i915_drm.h>
Jani Nikula
2020-02-27
1
-1
/
+0
*
drm/i915: Never allow userptr into the new mapping types
Janusz Krzysztofik
2020-02-08
1
-3
/
+0
*
drm/i915: Wean off drm_pci_alloc/drm_pci_free
Chris Wilson
2020-02-04
1
-4
/
+4
*
drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutex
Chris Wilson
2020-01-30
1
-0
/
+6
*
drm/i915/gt: Rename i915_gem_restore_ggtt_mappings() for its new placement
Chris Wilson
2020-01-30
1
-1
/
+1
*
drm/i915/gem: Detect overflow in calculating dumb buffer size
Chris Wilson
2020-01-24
1
-1
/
+4
*
drm/i915: Make WARN* drm specific where drm_priv ptr is available
Pankaj Bharadiya
2020-01-22
1
-3
/
+4
*
drm/i915: Create dumb buffer from LMEM
Ramalingam C
2020-01-05
1
-7
/
+22
*
drm/i915/selftests: Flush the context worker
Chris Wilson
2019-12-30
1
-2
/
+2
*
drm/i915: Introduce a vma.kref
Chris Wilson
2019-12-23
1
-18
/
+9
*
drm/i915: Add a simple is-bound check before unbinding
Chris Wilson
2019-12-23
1
-1
/
+4
*
drm/i915/gt: Pull GT initialisation under intel_gt_init()
Chris Wilson
2019-12-22
1
-249
/
+4
*
drm/i915: Move i915_gem_init_contexts() earlier
Chris Wilson
2019-12-21
1
-11
/
+12
*
drm/i915: Remove i915->kernel_context
Chris Wilson
2019-12-21
1
-13
/
+6
*
drm/i915: Drop GEM context as a direct link from i915_request
Chris Wilson
2019-12-20
1
-6
/
+5
*
drm/i915: Hold reference to intel_frontbuffer as we track activity
Chris Wilson
2019-12-18
1
-5
/
+5
*
drm/i915/gem: Avoid rcu_barrier() from shrinker paths
Chris Wilson
2019-12-09
1
-1
/
+1
*
drm/i915/gem: Flush the pwrite through the chipset before signaling
Chris Wilson
2019-12-06
1
-1
/
+2
*
drm/i915/gem: Reinitialise the local list before repeating
Chris Wilson
2019-12-05
1
-1
/
+1
*
drm/i915/gem: Try to flush pending unbind events
Chris Wilson
2019-12-04
1
-1
/
+9
*
drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
Abdiel Janulgue
2019-12-04
1
-1
/
+2
*
drm/i915/gem: Avoid parking the vma as we unbind
Chris Wilson
2019-12-03
1
-1
/
+16
*
drm/i915: Lift i915_vma_pin() out of intel_renderstate_emit()
Chris Wilson
2019-12-03
1
-1
/
+7
*
drm/i915/gem: Take runtime-pm wakeref prior to unbinding
Chris Wilson
2019-12-03
1
-1
/
+16
*
drm/i915: Serialise with remote retirement
Chris Wilson
2019-11-21
1
-3
/
+23
*
drm/i915/gem: Purge the sudden reappearance of i915_gem_object_pin()
Chris Wilson
2019-11-15
1
-25
/
+13
*
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
2019-11-15
1
-1
/
+15
|
\
|
*
Backmerge i915 security patches from commit 'ea0b163b13ff' into drm-next
Dave Airlie
2019-11-14
1
-1
/
+15
|
|
\
|
|
*
drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
Jon Bloomfield
2019-11-05
1
-1
/
+15
|
|
*
drm/i915/userptr: Never allow userptr into the mappable GGTT
Chris Wilson
2019-10-16
1
-0
/
+3
|
*
|
drm/i915/gt: Call intel_gt_sanitize() directly
Chris Wilson
2019-11-05
1
-37
/
+0
[next]