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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-15
drm/i915: Update I915_GEM_BUSY IOCTL to understand composite fences
Matthew Brost
3
-13
/
+55
2021-10-15
drm/i915: Make request conflict tracking understand parallel submits
Matthew Brost
1
-14
/
+29
2021-10-15
drm/i915/guc: Handle errors in multi-lrc requests
Matthew Brost
1
-3
/
+66
2021-10-15
drm/i915: Multi-BB execbuf
Matthew Brost
7
-251
/
+595
2021-10-15
drm/i915/guc: Implement no mid batch preemption for multi-lrc
Matthew Brost
4
-13
/
+326
2021-10-15
drm/i915/guc: Add basic GuC multi-lrc selftest
Matthew Brost
3
-0
/
+181
2021-10-15
drm/i915/guc: Connect UAPI to GuC multi-lrc interface
Matthew Brost
8
-31
/
+374
2021-10-15
drm/i915/guc: Update debugfs for GuC multi-lrc
Matthew Brost
1
-14
/
+38
2021-10-15
drm/i915/guc: Implement multi-lrc reset
Matthew Brost
2
-21
/
+58
2021-10-15
drm/i915/guc: Insert submit fences between requests in parent-child relationship
Matthew Brost
4
-28
/
+108
2021-10-15
drm/i915/guc: Implement multi-lrc submission
Matthew Brost
6
-74
/
+349
2021-10-15
drm/i915/guc: Implement parallel context pin / unpin functions
Matthew Brost
1
-0
/
+70
2021-10-15
drm/i915/guc: Assign contexts in parent-child relationship consecutive guc_ids
Matthew Brost
2
-24
/
+86
2021-10-15
drm/i915/guc: Ensure GuC schedule operations do not operate on child contexts
Matthew Brost
1
-1
/
+12
2021-10-15
drm/i915/guc: Add multi-lrc context registration
Matthew Brost
6
-3
/
+134
2021-10-15
drm/i915/guc: Introduce context parent-child relationship
Matthew Brost
3
-0
/
+91
2021-10-15
drm/i915: Expose logical engine instance to user
Matthew Brost
1
-0
/
+2
2021-10-15
drm/i915: Add logical engine mapping
Matthew Brost
5
-29
/
+62
2021-10-15
drm/i915/guc: Don't call switch_to_kernel_context with GuC submission
Matthew Brost
1
-0
/
+13
2021-10-15
drm/i915/guc: Take engine PM when a context is pinned with GuC submission
Matthew Brost
5
-3
/
+89
2021-10-15
drm/i915/guc: Take GT PM ref when deregistering context
Matthew Brost
6
-54
/
+121
2021-10-15
drm/i915/guc: Move GuC guc_id allocation under submission state sub-struct
Matthew Brost
3
-34
/
+46
2021-10-14
drm/i915/gt: move remaining debugfs interfaces into gt
Andi Shyti
5
-36
/
+111
2021-10-14
drm/i915: fix blank screen booting crashes
Hugh Dickins
1
-2
/
+2
2021-10-14
drm/i915: Fix oops on platforms w/o hpd support
Ville Syrjälä
1
-1
/
+1
2021-10-14
drm/i915: Remove memory frequency calculation
José Roberto de Souza
2
-36
/
+2
2021-10-14
drm/i915: Add all per-lane register definitions for icl combo phy
Ville Syrjälä
4
-24
/
+22
2021-10-14
drm/i915: Extract icl_combo_phy_loadgen_select()
Ville Syrjälä
1
-9
/
+14
2021-10-14
drm/i915: Remove dead DKL_TX_LOADGEN_SHARING_PMD_DISABLE stuff
Ville Syrjälä
2
-9
/
+0
2021-10-14
drm/i915: Use standard form terminating condition for lane for loops
Ville Syrjälä
1
-2
/
+2
2021-10-14
drm/i915: Shrink {icl_mg,tgl_dkl}_phy_ddi_buf_trans
Ville Syrjälä
1
-6
/
+6
2021-10-14
drm/i915: Remove pointless extra namespace from dkl/snps buf trans structs
Ville Syrjälä
3
-12
/
+12
2021-10-14
drm/i915: rename intel_sideband.[ch] to intel_sbi.[ch]
Jani Nikula
5
-29
/
+13
2021-10-14
drm/i915: split out intel_pcode.[ch] to separate file
Jani Nikula
17
-255
/
+277
2021-10-14
drm/i915/bios: gracefully disable dual eDP for now
Jani Nikula
1
-0
/
+47
2021-10-14
drm/i915: split out vlv sideband to a separate file
Jani Nikula
22
-382
/
+405
2021-10-13
drm/i915: Free the returned object of acpi_evaluate_dsm()
Zenghui Yu
1
-2
/
+5
2021-10-13
drm/i915: Fix bug in user proto-context creation that leaked contexts
Matthew Brost
1
-1
/
+4
2021-10-12
drm/i915: Stop using I915_TILING_* in client blit selftest
Matt Roper
1
-11
/
+18
2021-10-12
drm/i915/display: remove unused intel-mid.h include
Lucas De Marchi
1
-1
/
+0
2021-10-12
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
148
-1919
/
+4954
2021-10-12
drm/i915/gt: add asm/cacheflush.h for use of clflush()
Lucas De Marchi
1
-0
/
+1
2021-10-12
drm/i915/gt: include tsc.h where used
Lucas De Marchi
1
-0
/
+1
2021-10-12
drm/i915/display: move pin/unpin fb/plane code to a new file.
Dave Airlie
8
-267
/
+306
2021-10-12
drm/i915/display: refactor initial plane config to a separate file
Dave Airlie
5
-276
/
+302
2021-10-12
drm/i915/display: refactor out initial plane config for crtcs
Dave Airlie
1
-19
/
+25
2021-10-12
drm/i915/display: let intel_plane_uses_fence be used from other places.
Dave Airlie
2
-1
/
+2
2021-10-12
drm/i915/display: move plane prepare/cleanup to intel_atomic_plane.c
Dave Airlie
3
-212
/
+208
2021-10-12
drm/i915/dg2: update link training for 128b/132b
Jani Nikula
2
-36
/
+133
2021-10-12
drm/i915/dp: abstract intel_dp_lane_max_vswing_reached()
Jani Nikula
1
-17
/
+25
[prev]
[next]