index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CREDITS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-01
drm/i915: Give more details for the active-when-parking warning for the engines
Chris Wilson
1
-7
/
+13
2017-11-01
drm/i915: Move parking-while-active warning to intel_engines_park()
Chris Wilson
2
-7
/
+7
2017-11-01
drm/i915: Check that the breadcrumb wasn't disarmed automatically before parking
Chris Wilson
1
-1
/
+2
2017-11-01
drm/i915: Check incoming alignment for unfenced buffers (on i915gm)
Chris Wilson
1
-0
/
+4
2017-11-01
drm/i915/cnl: Remove unnecessary check in cnl_setup_private_ppat
Michel Thierry
1
-6
/
+0
2017-10-31
drm/i915: Remove most encoder->type uses from the audio code
Ville Syrjälä
1
-3
/
+3
2017-10-31
drm/i915: Pass around crtc and connector states for audio
Ville Syrjälä
7
-102
/
+132
2017-10-30
drm/i915: Replace "cc-option -Wno-foo" with "cc-disable-warning foo"
Chris Wilson
1
-6
/
+6
2017-10-30
drm/i915: Use intel_ddi_get_config() for MST
Ville Syrjälä
3
-54
/
+4
2017-10-30
drm/i915: Pass a crtc state to ddi post_disable from MST code
Ville Syrjälä
2
-14
/
+29
2017-10-30
drm/i915: Eliminate pll->state usage from bxt_calc_pll_link()
Ville Syrjälä
1
-12
/
+5
2017-10-30
drm/i915: Nuke intel_ddi_get_encoder_port()
Ville Syrjälä
3
-35
/
+18
2017-10-30
drm/i915: Stop frobbing with DDI encoder->type
Ville Syrjälä
7
-36
/
+47
2017-10-30
drm/i915: Populate output_types from .get_config()
Ville Syrjälä
11
-4
/
+33
2017-10-30
drm/i915: Parse max HDMI TMDS clock from VBT
Ville Syrjälä
4
-10
/
+50
2017-10-30
drm/i915/vbt: Fix HDMI level shifter and max data rate bitfield sizes
Ville Syrjälä
1
-2
/
+2
2017-10-27
drm/i915: Clean up the mess around hdmi_12bpc_possible()
Ville Syrjälä
1
-3
/
+8
2017-10-27
drm/i915: Improve DP downstream HPD handling
Ville Syrjälä
1
-0
/
+18
2017-10-27
drm/i915: Fix BXT lane latency optimal setting with MST
Ville Syrjälä
4
-6
/
+26
2017-10-27
drm/i915: Stop using encoder->type in intel_ddi_enable_transcoder_func()
Ville Syrjälä
1
-10
/
+5
2017-10-27
drm/i915: Start using output_types for DPLL selection
Ville Syrjälä
1
-23
/
+13
2017-10-27
drm/i915: Pass crtc state to intel_prepare_dp_ddi_buffers()
Ville Syrjälä
1
-16
/
+9
2017-10-27
drm/i915: Don't use encoder->type in intel_ddi_set_pipe_settings()
Ville Syrjälä
1
-23
/
+24
2017-10-27
drm/i915: Hold rcu_read_lock when iterating over the radixtree (vma idr)
Chris Wilson
1
-0
/
+2
2017-10-27
drm/i915: Hold rcu_read_lock when iterating over the radixtree (objects)
Chris Wilson
1
-0
/
+2
2017-10-27
drm/i915: Empty the ring before disabling
Chris Wilson
2
-2
/
+10
2017-10-27
drm/i915/edp: clean up code and comments around eDP DPCD read
Jani Nikula
1
-3
/
+7
2017-10-27
drm/i915/edp: read edp display control registers unconditionally
Jani Nikula
1
-3
/
+10
2017-10-27
drm/i915: Calculate ironlake intermediate watermarks correctly, v2.
Maarten Lankhorst
1
-1
/
+8
2017-10-27
drm/i915: Do not rely on wm preservation for ILK watermarks
Maarten Lankhorst
2
-31
/
+21
2017-10-27
drm/i915: Cancel the modeset retry work during modeset cleanup
Manasi Navare
1
-1
/
+18
2017-10-26
drm/i915: Add -Wall -Wextra to our build, set warnings to full
Chris Wilson
1
-1
/
+20
2017-10-26
drm/i915: Include RING_MODE when dumping the engine state
Chris Wilson
1
-2
/
+7
2017-10-26
drm/i915/huc: Use helper function while waiting for DMA completion
Michal Wajdeczko
1
-1
/
+1
2017-10-26
drm/i915/guc: Preemption! With GuC
Michał Winiarski
7
-18
/
+222
2017-10-26
drm/i915: Rename helpers used for unwinding, use macro for can_preempt
Michał Winiarski
4
-20
/
+25
2017-10-26
drm/i915/guc: Keep request->priority for its lifetime
Michał Winiarski
1
-1
/
+0
2017-10-26
drm/i915: Add information needed to track engine preempt state
Michał Winiarski
1
-0
/
+7
2017-10-26
drm/i915: Extract "emit write" part of emit breadcrumb functions
Michał Winiarski
2
-20
/
+46
2017-10-26
drm/i915/guc: Split guc_wq_item_append
Michał Winiarski
1
-25
/
+30
2017-10-26
drm/i915/guc: Add a second client, to be used for preemption
Dave Gordon
3
-35
/
+86
2017-10-26
drm/i915/guc: Add preemption action to GuC firmware interface
Michał Winiarski
1
-0
/
+39
2017-10-26
drm/i915/guc: Allocate separate shared data object for GuC communication
Michał Winiarski
3
-13
/
+39
2017-10-26
drm/i915/guc: Extract GuC stage desc pool creation into a helper
Michał Winiarski
1
-27
/
+38
2017-10-26
drm/i915/guc: Do not use 0 for GuC doorbell cookie
Michał Winiarski
1
-2
/
+5
2017-10-26
drm/i915/cnl: Fix SSEU Device Status.
Rodrigo Vivi
2
-2
/
+66
2017-10-25
drm/i915/guc: Initialize GuC before restarting engines
Michał Winiarski
3
-14
/
+6
2017-10-25
drm/i915/guc: Always enable the breadcrumbs irq
Chris Wilson
4
-36
/
+59
2017-10-25
drm/i915: Add a hook for making the engines idle (parking) and unparking
Chris Wilson
6
-5
/
+47
2017-10-25
drm/i915/cnl: Allow 2 pixel per clock on Cannonlake.
Rodrigo Vivi
3
-14
/
+5
[next]