index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-23
Merge tag 'drm-next-2020-10-23' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
15
-53
/
+334
2020-10-23
Merge tag 'drm-intel-next-fixes-2020-10-22' of git://anongit.freedesktop.org/...
Dave Airlie
15
-53
/
+334
2020-10-21
drm/i915: Drop runtime-pm assert from vgpu io accessors
Chris Wilson
1
-1
/
+26
2020-10-21
drm/i915: Force VT'd workarounds when running as a guest OS
Chris Wilson
1
-1
/
+5
2020-10-21
drm/i915: Exclude low pages (128KiB) of stolen from use
Chris Wilson
4
-2
/
+203
2020-10-21
drm/i915/gt: Onion unwind for scratch page allocation failure
Chris Wilson
2
-7
/
+14
2020-10-20
Merge tag 'drm-next-2020-10-19' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-13
/
+6
2020-10-19
drm/i915/gt: Wait for CSB entries on Tigerlake
Chris Wilson
1
-3
/
+18
2020-10-19
drm/i915/gt: Widen CSB pointer to u64 for the parsers
Chris Wilson
2
-18
/
+17
2020-10-19
drm/i915: Use the active reference on the vma while capturing
Chris Wilson
1
-2
/
+1
2020-10-19
drm/i915/gt: Undo forced context restores after trivial preemptions
Chris Wilson
1
-3
/
+2
2020-10-19
drm/i915/gt: Delay execlist processing for tgl
Chris Wilson
1
-0
/
+3
2020-10-19
drm/i915/gem: Support parsing of oversize batches
Chris Wilson
1
-2
/
+8
2020-10-19
drm/i915: Mark ininitial fb obj as WT on eLLC machines to avoid rcu lockup du...
Ville Syrjälä
1
-0
/
+8
2020-10-19
drm/i915/gt: Initialize reserved and unspecified MOCS indices
Ayaz A Siddiqui
1
-5
/
+11
2020-10-19
drm/i915/dp: Tweak initial dpcd backlight.enabled value
Sean Paul
1
-11
/
+20
2020-10-19
Merge tag 'drm-intel-next-fixes-2020-10-15' of git://anongit.freedesktop.org/...
Dave Airlie
2
-13
/
+6
2020-10-18
drm/i915: use vmap in i915_gem_object_map
Christoph Hellwig
2
-68
/
+60
2020-10-18
drm/i915: stop using kmap in i915_gem_object_map
Christoph Hellwig
1
-5
/
+2
2020-10-18
drm/i915: use vmap in shmem_pin_map
Christoph Hellwig
1
-58
/
+18
2020-10-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-6
/
+6
2020-10-15
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
153
-4115
/
+6521
2020-10-13
i915: use find_lock_page instead of find_lock_entry
Matthew Wilcox (Oracle)
1
-2
/
+2
2020-10-12
drm/i915: Set all unused color plane offsets to ~0xfff again
Ville Syrjälä
1
-12
/
+5
2020-10-12
drm/i915: Fix TGL DKL PHY DP vswing handling
Ville Syrjälä
1
-1
/
+1
2020-10-12
Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-2
/
+2
2020-10-12
Merge tag 'drm-intel-next-fixes-2020-10-02' of git://anongit.freedesktop.org/...
Dave Airlie
15
-114
/
+175
2020-10-05
lib/scatterlist: Add support in dynamic allocation of SG table from pages
Maor Gottlieb
1
-6
/
+6
2020-09-30
drm/i915: Avoid mixing integer types during batch copies
Chris Wilson
3
-9
/
+12
2020-09-30
drm/i915/gem: Always test execution status on closing the context
Chris Wilson
1
-38
/
+10
2020-09-30
drm/i915/gt: Always send a pulse down the engine after disabling heartbeat
Chris Wilson
1
-39
/
+67
2020-09-30
drm/i915: Cancel outstanding work after disabling heartbeats on an engine
Chris Wilson
2
-0
/
+14
2020-09-30
drm/i915/gem: Hold request reference for canceling an active context
Chris Wilson
1
-6
/
+19
2020-09-30
drm/i915: Redo "Remove i915_request.lock requirement for execution callbacks"
Chris Wilson
1
-10
/
+2
2020-09-30
drm/i915/gem: Serialise debugfs i915_gem_objects with ctx->mutex
Chris Wilson
1
-0
/
+2
2020-09-30
drm/i915: check i915_vm_alloc_pt_stash for errors
Matthew Auld
1
-3
/
+5
2020-09-30
drm/i915: Fix uninitialised variable in intel_context_create_request.
Maarten Lankhorst
1
-0
/
+1
2020-09-30
drm/i915: Break up error capture compression loops with cond_resched()
Chris Wilson
1
-0
/
+3
2020-09-30
drm/i915: Fix an error code i915_gem_object_copy_blt()
Dan Carpenter
1
-1
/
+1
2020-09-30
drm/i915/gt: Clear the buffer pool age before use
Chris Wilson
1
-0
/
+2
2020-09-30
drm/i915/gem: Prevent using pgprot_writecombine() if PAT is not supported
Chris Wilson
1
-0
/
+4
2020-09-30
drm/i915/gem: Avoid implicit vmap for highmem on x86-32
Chris Wilson
1
-2
/
+24
2020-09-29
Merge tag 'drm-msm-next-2020-09-27' of https://gitlab.freedesktop.org/drm/msm...
Dave Airlie
1
-1
/
+1
2020-09-28
drm/i915: Fix state checker hw.active/hw.enable readout
Ville Syrjälä
1
-6
/
+9
2020-09-24
treewide: Make all debug_obj_descriptors const
Stephen Boyd
2
-2
/
+2
2020-09-23
drm/i915/selftests: Push the fake iommu device from the stack to data
Chris Wilson
1
-7
/
+5
2020-09-23
Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
14
-37
/
+37
2020-09-23
Merge tag 'drm-intel-next-2020-09-17' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
55
-1487
/
+2052
2020-09-22
Merge tag 'gvt-fixes-2020-09-17' of https://github.com/intel/gvt-linux into d...
Jani Nikula
1
-1
/
+5
2020-09-21
drm/i915/selftests: align more to real device lifetimes
Daniel Vetter
1
-20
/
+19
[next]