index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
i2c
/
adv7393.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-27
drm/i915: Avoid using dev_priv->info.gen directly.
Rodrigo Vivi
1
-3
/
+3
2017-09-27
i915: Use %pS printk format for direct addresses
Helge Deller
1
-1
/
+1
2017-09-27
drm/i915/execlists: Notify context-out for lost requests
Chris Wilson
1
-1
/
+5
2017-09-26
drm/i915/cnl: Add support slice/subslice/eu configs
Ben Widawsky
2
-1
/
+44
2017-09-26
drm/i915: Compact device info access by a small re-ordering
Tvrtko Ursulin
1
-7
/
+13
2017-09-26
drm/i915: Add IS_PLATFORM macro
Tvrtko Ursulin
1
-25
/
+27
2017-09-26
drm/i915/selftests: Try to recover from a wedged GPU during reset tests
Chris Wilson
1
-5
/
+19
2017-09-26
drm/i915/huc: Reorganize HuC authentication
Sagar Arun Kamble
3
-22
/
+42
2017-09-26
drm/i915: Fix default values of some modparams
Michal Wajdeczko
1
-7
/
+7
2017-09-26
drm/i915: Extend I915_PARAMS_FOR_EACH with default member value
Michal Wajdeczko
4
-84
/
+48
2017-09-26
drm/i915: Make I915_PARAMS_FOR_EACH macro more flexible
Michal Wajdeczko
1
-42
/
+42
2017-09-26
drm/i915: Enable scanline read based on frame timestamps
Uma Shankar
4
-0
/
+73
2017-09-25
drm/i915/execlists: Microoptimise execlists_cancel_port_request()
Chris Wilson
1
-7
/
+10
2017-09-25
drm/i915: Don't rmw PIPESTAT enable bits
Ville Syrjälä
3
-85
/
+66
2017-09-25
drm/i915: Speed up DMC firmware loading
David Weinehall
1
-1
/
+7
2017-09-25
drm/i915/dp: Remove useless debug about TPS3 support
Dhinakaran Pandiyan
1
-4
/
+0
2017-09-25
drm/i915/dp: Fix buffer size for sink_irq_esi read
Pandiyan, Dhinakaran
1
-10
/
+5
2017-09-25
drm/i915/mst: Print active mst links after update
Pandiyan, Dhinakaran
1
-5
/
+4
2017-09-25
drm/i915/mst: Debug log connector name in destroy_connector()
Pandiyan, Dhinakaran
1
-1
/
+1
2017-09-25
drm/i915/lrc: Skip no-op per-bb buffer on gen9
Chris Wilson
1
-8
/
+1
2017-09-25
drm/i915/lrc: Only enable per-context and per-bb buffers if set
Chris Wilson
1
-5
/
+10
2017-09-25
drm/i915: Make execlist port count variable
Mika Kuoppala
7
-19
/
+50
2017-09-25
drm/i915: Add execlist_port_complete
Mika Kuoppala
3
-16
/
+28
2017-09-25
drm/i915: Wrap port cancellation into a function
Mika Kuoppala
1
-11
/
+14
2017-09-25
drm/i915: Move execlist initialization into intel_engine_cs.c
Mika Kuoppala
2
-21
/
+28
2017-09-25
drm/i915: Make own struct for execlist items
Mika Kuoppala
8
-99
/
+167
2017-09-25
drm/i915/bios: ignore HDMI on port A
Jani Nikula
1
-0
/
+7
2017-09-22
drm/i915: Make i915_spin_request() static
Chris Wilson
2
-41
/
+21
2017-09-22
drm/i915/cnl: Add Gen10 LRC size
Oscar Mateo
1
-0
/
+2
2017-09-22
drm/i915: Rename global i915 to i915_modparams
Michal Wajdeczko
39
-169
/
+182
2017-09-22
drm/i915: Confirm request->global_seqno after spin completion
Chris Wilson
1
-4
/
+1
2017-09-22
drm/i915: Check waiter->seqno carefully in case of preemption
Chris Wilson
1
-2
/
+5
2017-09-22
drm/i915: Only wake the waiter from the interrupt if passed
Chris Wilson
1
-5
/
+10
2017-09-21
drm/i915: Document the split in internal and public execbuf flags
Chris Wilson
1
-0
/
+2
2017-09-21
drm/i915/kbl: Change a KBL pci id to GT2 from GT1.5
Anuj Phogat
1
-1
/
+1
2017-09-20
drm/i915: remove redundant variable hw_check
Colin Ian King
1
-2
/
+0
2017-09-20
drm/i915: Reorganize .disable hooks for pre-DDI DP
Ville Syrjälä
1
-9
/
+36
2017-09-20
drm/i915: Drop useless HAS_PSR() check
Ville Syrjälä
1
-1
/
+1
2017-09-20
drm/i915: Stop engines before reset
Mika Kuoppala
1
-32
/
+43
2017-09-20
drm/i915: always update ELD connector type after get modes
Jani Nikula
2
-5
/
+17
2017-09-20
drm/i915/cfl: Remove alpha support protection.
Rodrigo Vivi
1
-1
/
+0
2017-09-20
drm/i915/cnp: Display Wa #1179: WaHardHangonHotPlug
Rodrigo Vivi
2
-1
/
+11
2017-09-19
drm/i915: Shrink cnl_ddi_buf_trans
Ville Syrjälä
1
-5
/
+5
2017-09-19
drm/i915: Shrink bxt_ddi_buf_trans
Ville Syrjälä
1
-4
/
+4
2017-09-19
drm/i915: Replace some spaces with tabs
Ville Syrjälä
1
-3
/
+3
2017-09-19
drm/i915/fence: Avoid del_timer_sync() from inside a timer
Chris Wilson
2
-6
/
+22
2017-09-19
drm/i915/selftests: Only touch archdata.iommu when it exists
Chris Wilson
1
-0
/
+2
2017-09-19
drm/i915/cnp: Don't touch other PCH clock gating bits.
Rodrigo Vivi
1
-1
/
+2
2017-09-18
drm/i915: Do not enable DRRS when PSR is enabled
Radhakrishna Sripada
2
-5
/
+6
2017-09-18
drm/i915/perf: add support for Coffeelake GT2
Lionel Landwerlin
5
-1
/
+152
[next]