index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
dcbevent.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-08-28
drm/i915: Update DRIVER_DATE to 20150828
Daniel Vetter
1
-1
/
+1
2015-08-26
Partially revert "drm/i915: Use full atomic modeset."
Maarten Lankhorst
3
-1
/
+7
2015-08-26
drm/i915: gen 9 can check for unclaimed registers too
Paulo Zanoni
2
-0
/
+8
2015-08-26
drm/i915: Force CL2 off in CHV x1 PHY
Ville Syrjälä
2
-0
/
+10
2015-08-26
drm/i915: Enable DPIO SUS clock gating on CHV
Ville Syrjälä
2
-1
/
+6
2015-08-26
drm/i915: Force common lane on for the PPS kick on CHV
Ville Syrjälä
1
-3
/
+13
2015-08-26
drm/i915: Trick CL2 into life on CHV when using pipe B with port B
Ville Syrjälä
4
-0
/
+78
2015-08-26
drm/i915: Implement PHY lane power gating for CHV
Ville Syrjälä
5
-59
/
+221
2015-08-26
drm/i915: Move DPLL ref/cri/VGA mode frobbing to the disp2d well enable
Ville Syrjälä
1
-21
/
+24
2015-08-26
drm/i915: Make some string arrays const
Ville Syrjälä
1
-2
/
+2
2015-08-26
drm/i915: Use ARRAY_SIZE() instead of hand rolling it
Ville Syrjälä
3
-4
/
+3
2015-08-26
drm/i915: Fix some gcc warnings
Ville Syrjälä
1
-2
/
+2
2015-08-26
drm/i915/bxt: Use correct live status register for BXT platform
Jani Nikula
1
-0
/
+25
2015-08-26
drm/i915: split g4x_digital_port_connected to g4x and vlv variants
Jani Nikula
1
-31
/
+39
2015-08-26
drm/i915: split ibx_digital_port_connected to ibx and cpt variants
Jani Nikula
1
-35
/
+43
2015-08-26
drm/i915: add common intel_digital_port_connected function
Jani Nikula
1
-19
/
+22
2015-08-26
drm/i915: add MISSING_CASE annotation to ibx_digital_port_connected
Jani Nikula
1
-2
/
+8
2015-08-26
drm/i915: make g4x_digital_port_connected return boolean status
Jani Nikula
1
-15
/
+11
2015-08-26
drm/i915: move ibx_digital_port_connected to intel_dp.c
Jani Nikula
3
-55
/
+53
2015-08-26
drm/i915: DVO pixel clock check
Mika Kahola
1
-0
/
+7
2015-08-26
drm/i915: DSI pixel clock check
Mika Kahola
1
-0
/
+3
2015-08-26
drm/i915: LVDS pixel clock check
Mika Kahola
1
-0
/
+3
2015-08-26
drm/i915: Store max dotclock
Mika Kahola
2
-0
/
+21
2015-08-26
drm/i915: Add vlv_dport_to_phy()
Ville Syrjälä
1
-2
/
+16
2015-08-26
drm/i915: Move VLV/CHV prepare_pll later
Ville Syrjälä
1
-9
/
+5
2015-08-26
drm/i915: Add locking around chv_phy_control_init()
Ville Syrjälä
1
-0
/
+2
2015-08-26
drm/i915: Move DPIO port init earlier
Ville Syrjälä
2
-22
/
+20
2015-08-26
drm/i915: Add encoder->post_pll_disable() hooks and move CHV clock buffer dis...
Ville Syrjälä
4
-11
/
+51
2015-08-26
drm/i915: Always program unique transition scale for CHV
Ville Syrjälä
2
-41
/
+42
2015-08-26
drm/i915: Always program m2 fractional value on CHV
Ville Syrjälä
1
-2
/
+1
2015-08-26
drm/i915: fix driver's versions of WARN_ON & WARN_ON_ONCE
Dave Gordon
1
-2
/
+2
2015-08-26
drm/i915: Put back lane_count into intel_dp and add link_rate too
Ville Syrjälä
4
-31
/
+33
2015-08-26
drm/i915/bxt: don't allow cached GEM mappings on A stepping
Imre Deak
1
-0
/
+9
2015-08-26
drm/i915/bxt: work around HW coherency issue when accessing GPU seqno
Imre Deak
2
-8
/
+63
2015-08-26
drm/i915: Also call frontbuffer flip when disabling planes.
Rodrigo Vivi
1
-1
/
+1
2015-08-26
drm/i915: Change SRM, LRM instructions to use correct length
Arun Siluvery
4
-13
/
+13
2015-08-25
doc: drm: Fix mis-spelling of i915_guc_submission includes
Graham Whaley
1
-2
/
+2
2015-08-14
drm/i915: remove excessive scaler debugging messages
Jani Nikula
2
-5
/
+0
2015-08-14
drm/i915: Debugfs interface for GuC submission statistics
Dave Gordon
1
-0
/
+76
2015-08-14
drm/i915: Integrate GuC-based command submission
Alex Dai
7
-29
/
+142
2015-08-14
drm/i915: Interrupt routing for GuC submission
Dave Gordon
2
-2
/
+60
2015-08-14
drm/i915: Implementation of GuC submission client
Dave Gordon
4
-3
/
+725
2015-08-14
drm/i915: Enable GuC firmware log
Alex Dai
3
-0
/
+76
2015-08-14
drm/i915: Prepare for GuC-based command submission
Alex Dai
4
-1
/
+148
2015-08-14
drm/i915: Expose one LRC function for GuC submission mode
Dave Gordon
2
-5
/
+7
2015-08-14
drm/i915: Debugfs interface to read GuC load status
Alex Dai
1
-0
/
+39
2015-08-14
drm/i915: GuC-specific firmware loader
Alex Dai
9
-9
/
+650
2015-08-14
drm/i915: Kill intel_dp->{link_bw, rate_select}
Ville Syrjälä
3
-27
/
+27
2015-08-14
drm/i915: Don't use link_bw to select between TP1 and TP3
Ville Syrjälä
1
-2
/
+2
2015-08-14
drm/i915: Move intel_dp->lane_count into pipe_config
Ville Syrjälä
6
-28
/
+61
[next]