index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
virtio
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-30
drm/i915: extract intel_dp_link_training.h from intel_drv.h
Jani Nikula
6
-4
/
+18
2019-04-30
drm/i915: extract intel_fifo_underrun.h from intel_drv.h
Jani Nikula
12
-13
/
+37
2019-04-30
drm/i915: move dsi init functions to intel_dsi.h
Jani Nikula
3
-5
/
+5
2019-04-30
drm/i915: make intel_dpll_mgr.h self-contained
Jani Nikula
3
-2
/
+8
2019-04-30
drm/i915/dvo: rename dvo.h to intel_dvo_dev.h and make self-contained
Jani Nikula
9
-12
/
+21
2019-04-30
drm/i915: make intel_bios.h self-contained
Jani Nikula
2
-0
/
+3
2019-04-30
drm/i915: ensure more headers remain self-contained
Jani Nikula
1
-0
/
+5
2019-04-30
drm/i915: do not mix workaround with normal flow
Lucas De Marchi
1
-4
/
+6
2019-04-30
drm/i915: reorder if chain to have last gen first
Lucas De Marchi
1
-5
/
+6
2019-04-30
drm/i915/icl: fix step numbers in icl_display_core_init()
Lucas De Marchi
1
-5
/
+5
2019-04-30
drm/i915/icl: Whitelist GEN9_SLICE_COMMON_ECO_CHICKEN1
Tvrtko Ursulin
1
-4
/
+3
2019-04-29
drm/i915: Skip unused contexts for context_barrier_task()
Chris Wilson
2
-4
/
+4
2019-04-26
drm/i915: Move i915_request_alloc into selftests/
Chris Wilson
15
-75
/
+89
2019-04-26
drm/i915: Remove intel_context.active_link
Chris Wilson
7
-18
/
+10
2019-04-26
drm/i915: Switch back to an array of logical per-engine HW contexts
Chris Wilson
16
-241
/
+328
2019-04-26
drm/i915: Split engine setup/init into two phases
Chris Wilson
10
-244
/
+245
2019-04-26
drm/i915: Pass intel_context to intel_context_pin_lock()
Chris Wilson
4
-72
/
+82
2019-04-26
drm/i915/selftests: Pass around intel_context for sseu
Chris Wilson
1
-30
/
+44
2019-04-26
drm/i915/selftests: Use the real kernel context for sseu isolation tests
Chris Wilson
1
-13
/
+4
2019-04-26
drm/i915: Export intel_context_instance()
Chris Wilson
8
-39
/
+83
2019-04-26
drm/i915/gvt: Pin the per-engine GVT shadow contexts
Chris Wilson
4
-76
/
+73
2019-04-26
drm/i915: Clean up cherryview_load_luts()
Ville Syrjälä
1
-37
/
+59
2019-04-26
drm/i915: Fix ICL output CSC programming
Ville Syrjälä
1
-3
/
+3
2019-04-26
drm/i915: Enable render context support for gen4 (Broadwater to Cantiga)
Chris Wilson
3
-1
/
+16
2019-04-26
drm/i915: Enable render context support for Ironlake (gen5)
Chris Wilson
2
-0
/
+29
2019-04-26
drm/i915/ringbuffer: EMIT_INVALIDATE *before* switch context
Chris Wilson
1
-3
/
+3
2019-04-26
drm/i915: Move sandybride pcode access to intel_sideband.c
Chris Wilson
5
-205
/
+207
2019-04-26
drm/i915: Merge sandybridge_pcode_(read|write)
Chris Wilson
1
-75
/
+40
2019-04-26
drm/i915: Merge sbi read/write into a single accessor
Chris Wilson
1
-56
/
+38
2019-04-26
drm/i915: Separate sideband declarations to intel_sideband.h
Chris Wilson
16
-126
/
+157
2019-04-26
drm/i915: Replace pcu_lock with sb_lock
Chris Wilson
10
-168
/
+81
2019-04-26
drm/i915: Lift sideband locking for vlv_punit_(read|write)
Chris Wilson
7
-43
/
+89
2019-04-26
drm/i915: Lift acquiring the vlv punit magic to a common sb-get
Chris Wilson
12
-93
/
+206
2019-04-26
drm/i915: Disable preemption and sleeping while using the punit sideband
Chris Wilson
3
-71
/
+139
2019-04-25
drm/i915: Allow multiple user handles to the same VM
Chris Wilson
2
-20
/
+8
2019-04-25
drm/i915: Explicitly pin the logical context for execbuf
Chris Wilson
2
-48
/
+69
2019-04-24
drm/i915: Invert the GEM wakeref hierarchy
Chris Wilson
37
-830
/
+592
2019-04-24
drm/i915: Pass intel_context to i915_request_create()
Chris Wilson
14
-126
/
+177
2019-04-24
drm/i915: Introduce context->enter() and context->exit()
Chris Wilson
7
-18
/
+56
2019-04-24
drm/i915: Pull the GEM powermangement coupling into its own file
Chris Wilson
10
-376
/
+418
2019-04-24
drm/i915: Introduce struct intel_wakeref
Chris Wilson
5
-3
/
+198
2019-04-24
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
59
-112
/
+166
2019-04-24
drm/i915/selftests: Verify whitelist of context registers
Chris Wilson
1
-0
/
+312
2019-04-24
drm/i915: Store the default sseu setup on the engine
Chris Wilson
15
-194
/
+226
2019-04-24
drm/fb-helper: Fix drm_fb_helper_firmware_config() NULL pointer deref
Noralf Trønnes
1
-0
/
+3
2019-04-24
drm/atomic: -EACCESS for lease-denied crtc lookup
Daniel Vetter
1
-0
/
+4
2019-04-24
drm/atomic: Wire file_priv through for property changes
Daniel Vetter
3
-15
/
+23
2019-04-24
drm/lease: Make sure implicit planes are leased
Daniel Vetter
2
-0
/
+12
2019-04-24
drm/lease: Check for lessor outside of locks
Daniel Vetter
1
-3
/
+3
2019-04-24
drm/leases: Don't init to 0 in drm_master_create
Daniel Vetter
1
-2
/
+0
[next]