index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gem
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-16
drm/i915/gem: Delay tracking the GEM context until it is registered
Chris Wilson
1
-5
/
+11
2020-09-15
drm/i915/gem: Prevent using pgprot_writecombine() if PAT is not supported
Chris Wilson
1
-0
/
+4
2020-09-15
drm/i915/gem: Avoid implicit vmap for highmem on x86-32
Chris Wilson
1
-2
/
+24
2020-09-10
drm/i915: Fix slightly botched merge in __reloc_entry_gpu
Maarten Lankhorst
1
-2
/
+2
2020-09-10
drm: i915: fix common struct sg_table related issues
Marek Szyprowski
2
-12
/
+6
2020-09-09
Merge tag 'drm-intel-gt-next-2020-09-07' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
20
-815
/
+1366
2020-09-09
Backmerge drm-fixes merge into drm-next
Dave Airlie
4
-26
/
+325
2020-09-08
Revert "drm/i915/gem: Delete unused code"
Dave Airlie
1
-0
/
+19
2020-09-08
Revert "drm/i915/gem: Async GPU relocations only"
Dave Airlie
2
-26
/
+288
2020-09-08
Revert "drm/i915: Remove i915_gem_object_get_dirty_page()"
Dave Airlie
2
-0
/
+18
2020-09-08
Merge tag 'v5.9-rc4' into drm-next
Dave Airlie
4
-13
/
+5
2020-09-07
drm/i915: Add ww locking to pin_to_display_plane, v2.
Maarten Lankhorst
2
-16
/
+41
2020-09-07
drm/i915: Add ww locking to vm_fault_gtt
Maarten Lankhorst
1
-18
/
+33
2020-09-07
drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.
Maarten Lankhorst
3
-78
/
+95
2020-09-07
drm/i915: Convert i915_gem_object/client_blt.c to use ww locking as well, v2.
Maarten Lankhorst
3
-70
/
+163
2020-09-07
drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.
Maarten Lankhorst
3
-68
/
+80
2020-09-07
drm/i915: Pin engine before pinning all objects, v5.
Maarten Lankhorst
2
-65
/
+152
2020-09-07
drm/i915: Nuke arguments to eb_pin_engine
Maarten Lankhorst
1
-10
/
+7
2020-09-07
drm/i915: Add ww context handling to context_barrier_task
Maarten Lankhorst
2
-29
/
+48
2020-09-07
drm/i915: Use per object locking in execbuf, v12.
Maarten Lankhorst
2
-170
/
+255
2020-09-07
drm/i915: Parse command buffer earlier in eb_relocate(slow)
Maarten Lankhorst
1
-31
/
+37
2020-09-07
drm/i915: Remove locking from i915_gem_object_prepare_read/write
Maarten Lankhorst
6
-25
/
+40
2020-09-07
drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.
Maarten Lankhorst
14
-30
/
+63
2020-09-07
Revert "drm/i915/gem: Split eb_vma into its own allocation"
Maarten Lankhorst
1
-73
/
+51
2020-09-07
Revert "drm/i915/gem: Drop relocation slowpath".
Maarten Lankhorst
1
-10
/
+252
2020-09-07
drm/i915: Revert relocation chaining commits.
Maarten Lankhorst
2
-144
/
+35
2020-09-07
Revert "drm/i915/gem: Async GPU relocations only"
Maarten Lankhorst
2
-26
/
+312
2020-09-07
drm/i915/gem: Free the fence after a fence-chain lookup failure
Chris Wilson
1
-0
/
+1
2020-09-07
drm/i915/gem: Reduce context termination list iteration guard to RCU
Chris Wilson
1
-13
/
+19
2020-09-07
drm/i915/gt: Switch to object allocations for page directories
Chris Wilson
3
-2
/
+3
2020-09-07
drm/i915: Preallocate stashes for vma page-directories
Chris Wilson
1
-5
/
+6
2020-09-07
drm/i915: Export a preallocate variant of i915_active_acquire()
Chris Wilson
1
-1
/
+1
2020-09-07
drm/i915/gt: Support multiple pinned timelines
Chris Wilson
1
-1
/
+1
2020-09-07
drm/i915/gem: Delay tracking the GEM context until it is registered
Chris Wilson
1
-5
/
+11
2020-09-07
drm/i915/gem: Remove disordered per-file request list for throttling
Chris Wilson
2
-32
/
+48
2020-09-04
Merge branch 'simplify-do_wp_page'
Linus Torvalds
1
-8
/
+0
2020-09-04
mm/gup: Remove enfornced COW mechanism
Peter Xu
1
-8
/
+0
2020-08-28
Merge tag 'drm-intel-next-2020-08-24-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
1
-85
/
+282
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
3
-5
/
+5
2020-08-17
drm/i915: add syncobj timeline support
Lionel Landwerlin
1
-72
/
+240
2020-08-17
drm/i915: introduce a mechanism to extend execbuf2
Lionel Landwerlin
1
-51
/
+80
2020-08-12
mm/gup: remove task_struct pointer for all gup code
Peter Xu
1
-1
/
+1
2020-07-08
drm/i915: Remove i915_gem_object_get_dirty_page()
Chris Wilson
2
-18
/
+0
2020-07-08
drm/i915: Release shortlived maps of longlived objects
Chris Wilson
2
-0
/
+17
2020-07-08
drm/i915/gem: Unpin idle contexts from kswapd reclaim
Chris Wilson
1
-9
/
+16
2020-07-08
drm/i915/sseu: Move sseu_info under gt_info
Venkata Sandeep Dhanalakota
3
-5
/
+9
2020-07-08
drm/i915: Move the engine mask to intel_gt_info
Daniele Ceraolo Spurio
1
-2
/
+1
2020-07-03
drm/i915: Export ppgtt_bind_vma
Chris Wilson
1
-4
/
+5
2020-07-03
drm/i915/gem: Split the context's obj:vma lut into its own mutex
Chris Wilson
5
-13
/
+26
2020-07-02
drm/i915/gem: Drop forced struct_mutex from shrinker_taints_mutex
Chris Wilson
1
-11
/
+0
[prev]
[next]