index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ntfs
/
index.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-31
drm/i915: add force_probe module parameter to replace alpha_support
Jani Nikula
6
-20
/
+72
2019-05-31
drm/i915: fix use of uninitialized pointer vaddr
Colin Ian King
1
-1
/
+1
2019-05-31
drm/i915: Make default value for i915.mmio_debug a compile time option
Chris Wilson
2
-1
/
+15
2019-05-31
drm/i915: Drop check for non-NULL entry in llist_for_each_entry_safe
Chris Wilson
1
-2
/
+1
2019-05-31
drm/i915: Split off pci_driver.remove() tail to drm_driver.release()
Janusz Krzysztofik
3
-5
/
+23
2019-05-30
drm/i915: add in-kernel blitter client
Matthew Auld
9
-0
/
+702
2019-05-30
drm/i915/gtt: grab wakeref in gen6_alloc_va_range
Matthew Auld
1
-1
/
+7
2019-05-29
drm/i915/gtt: Avoid overflowing the WC stash
Chris Wilson
1
-4
/
+7
2019-05-29
Revert "drm/i915: Expand subslice mask"
Jani Nikula
11
-200
/
+116
2019-05-29
drm/i915: Avoid refcount_inc on known zero count
Chris Wilson
1
-2
/
+2
2019-05-29
drm/i915: selftest_lrc: Check the correct variable
Dan Carpenter
1
-2
/
+2
2019-05-29
drm/i915: Take a runtime pm wakeref for atomic commits
Chris Wilson
2
-0
/
+7
2019-05-28
drm/i915: Expand subslice mask
Stuart Summers
11
-116
/
+200
2019-05-28
drm/i915: Refactor sseu helper functions
Stuart Summers
6
-63
/
+74
2019-05-28
drm/i915: Move calculation of subslices per slice to new function
Stuart Summers
3
-3
/
+9
2019-05-28
drm/i915: Add macro for SSEU stride calculation
Stuart Summers
3
-15
/
+13
2019-05-28
drm/i915: Use local variable for SSEU info in GETPARAM ioctl
Stuart Summers
1
-5
/
+6
2019-05-28
drm/i915: Add debugs for the C8 vs. legacy LUT case
Ville Syrjälä
1
-1
/
+3
2019-05-28
drm/i915: Update pipe gamma enable bits when C8 planes are getting enabled/di...
Ville Syrjälä
1
-0
/
+18
2019-05-28
drm/i915: Drop the deferred active reference
Chris Wilson
18
-96
/
+26
2019-05-28
drm/i915: Rename intel_context.active to .inflight
Chris Wilson
2
-12
/
+12
2019-05-28
drm/i915: Move GEM client throttling to its own file
Chris Wilson
4
-64
/
+74
2019-05-28
drm/i915: Move GEM object busy checking to its own file
Chris Wilson
3
-128
/
+139
2019-05-28
drm/i915: Move GEM object waiting to its own file
Chris Wilson
6
-271
/
+286
2019-05-28
drm/i915: Move GEM object domain management from struct_mutex to local
Chris Wilson
32
-180
/
+445
2019-05-28
drm/i915: Pull scatterlist utils out of i915_gem.h
Chris Wilson
19
-142
/
+188
2019-05-28
drm/i915: Move more GEM objects under gem/
Chris Wilson
77
-697
/
+338
2019-05-28
drm/i915: Move GEM domain management to its own file
Chris Wilson
13
-822
/
+839
2019-05-28
drm/i915: Move mmap and friends to its own file
Chris Wilson
10
-1039
/
+1090
2019-05-28
drm/i915: Move phys objects to its own file
Chris Wilson
12
-821
/
+895
2019-05-28
drm/i915: Move shmem object setup to its own file
Chris Wilson
16
-861
/
+882
2019-05-28
drm/i915: Move object->pages API to i915_gem_object.[ch]
Chris Wilson
7
-140
/
+143
2019-05-28
drm/i915: Pull GEM ioctls interface to its own file
Chris Wilson
7
-42
/
+66
2019-05-28
drm/i915: Split GEM object type definition to its own header
Chris Wilson
9
-294
/
+312
2019-05-28
drm/i915: Kill the undead intel_context.c zombie
Chris Wilson
1
-270
/
+0
2019-05-28
drm/i915: Attach HDR metadata property to connector
Uma Shankar
1
-0
/
+4
2019-05-28
drm/i915: Add state readout for DRM infoframe
Uma Shankar
2
-0
/
+4
2019-05-28
drm/i915: Write HDR infoframe and send to panel
Uma Shankar
2
-0
/
+44
2019-05-28
drm/i915: Enable infoframes on GLK+ for HDR
Ville Syrjälä
2
-5
/
+19
2019-05-28
drm/i915: Add DRM Infoframe handling for BYT/CHT
Uma Shankar
1
-0
/
+2
2019-05-28
drm/i915: Enabled Modeset when HDR Infoframe changes
Uma Shankar
1
-1
/
+13
2019-05-28
drm/i915/huc: Define HuC firmware version for Icelake
Michal Wajdeczko
1
-0
/
+12
2019-05-28
drm/i915/guc: Define GuC firmware version for Icelake
Michal Wajdeczko
1
-0
/
+11
2019-05-28
drm/i915/guc: Enable GuC CTB communication on Gen11
Michal Wajdeczko
1
-0
/
+1
2019-05-28
drm/i915/guc: Update GuC CTB response definition
Michal Wajdeczko
2
-4
/
+6
2019-05-28
drm/i915/guc: Correctly handle GuC interrupts on Gen11
Oscar Mateo
5
-1
/
+80
2019-05-28
drm/i915/guc: Create vfuncs for the GuC interrupts control functions
Oscar Mateo
4
-9
/
+34
2019-05-28
drm/i915/huc: New HuC status register for Gen11
Michal Wajdeczko
3
-7
/
+29
2019-05-28
drm/i915/guc: New GuC scratch registers for Gen11
Michal Wajdeczko
2
-3
/
+12
2019-05-28
drm/i915/guc: New GuC interrupt register for Gen11
Michal Wajdeczko
2
-1
/
+14
[next]