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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-13
drm/i915: Stop asserting on set-wedged vs nop_submit_request ordering
Chris Wilson
1
-2
/
+0
2017-10-13
drm/i915: Split intel_enable_ddi() into DP and HDMI variants
Ville Syrjälä
1
-34
/
+46
2017-10-13
drm/i915: Plumb crtc_state etc. directly to intel_ddi_pre_enable_{dp,hdmi}()
Ville Syrjälä
1
-34
/
+20
2017-10-13
drm/i915: Split intel_disable_ddi() into DP vs. HDMI variants
Ville Syrjälä
1
-17
/
+28
2017-10-13
drm/i915: Remove useless eDP check from intel_ddi_pre_enable_dp()
Ville Syrjälä
1
-2
/
+2
2017-10-13
drm/i915: Split intel_ddi_post_disable() into DP vs. HDMI variants
Ville Syrjälä
1
-39
/
+56
2017-10-13
drm/i915: Inline the required bits of intel_ddi_post_disable() into intel_ddi_fdi_post_disable()
Ville Syrjälä
1
-1
/
+2
2017-10-13
drm/i915: Extract intel_disable_ddi_buf()
Ville Syrjälä
1
-17
/
+24
2017-10-13
drm/i915: Extract intel_ddi_clk_disable()
Ville Syrjälä
1
-8
/
+16
2017-10-13
drm/i915: Dump 'output_types' in crtc state dump
Ville Syrjälä
1
-0
/
+51
2017-10-13
drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()
Harsha Sharma
2
-7
/
+7
2017-10-13
drm/i915: Get rid of hardcoded pipes
Mika Kahola
1
-6
/
+8
2017-10-13
drm/i915: Add retries for LSPCON detection
Shashank Sharma
1
-2
/
+11
2017-10-13
drm/i915: Don't give up waiting on INVALID_MODE
Shashank Sharma
1
-5
/
+4
2017-10-13
drm: Add retries for lspcon mode detection
Shashank Sharma
1
-3
/
+13
2017-10-13
drm/i915/bdw: Fix DP_AUX_CH_CTL_TIME_OUT setting
James Ausmus
1
-1
/
+1
2017-10-13
drm/i915: Fix DP_AUX_CH_CTL_TIME_OUT naming
James Ausmus
2
-2
/
+2
2017-10-12
drm/i915/selftests: Exercise adding requests to a full GGTT
Chris Wilson
4
-5
/
+163
2017-10-12
drm/i915/selftests: Wrap a timer into a i915_sw_fence
Chris Wilson
4
-0
/
+172
2017-10-12
drm/i915: Fix eviction when the GGTT is idle but full
Chris Wilson
1
-24
/
+39
2017-10-12
drm/i915: Start tracking PSR state in crtc state
Ville Syrjälä
3
-40
/
+52
2017-10-12
drm/i915: Update DRIVER_DATE to 20171012
Jani Nikula
1
-2
/
+2
2017-10-12
drm/i915: Simplify intel_sanitize_enable_ppgtt
Joonas Lahtinen
1
-6
/
+4
2017-10-12
drm/i915/userptr: Drop struct_mutex before cleanup
Chris Wilson
1
-1
/
+2
2017-10-11
drm/i915/dp: limit sink rates based on rate
Jani Nikula
1
-19
/
+7
2017-10-11
drm/i915/dp: centralize max source rate conditions more
Jani Nikula
1
-12
/
+7
2017-10-11
drm/i915: Allow PCH platforms fall back to BIOS LVDS mode
Ville Syrjälä
1
-5
/
+0
2017-10-11
drm/i915: Reuse normal state readout for LVDS/DVO fixed mode
Ville Syrjälä
4
-67
/
+39
2017-10-11
drm/i915: Use rcu instead of stop_machine in set_wedged
Daniel Vetter
3
-29
/
+62
2017-10-11
drm/i915: Introduce separate status variable for RC6 and LLC ring frequency setup
Sagar Arun Kamble
3
-23
/
+43
2017-10-11
drm/i915: Create generic functions to control RC6, RPS
Sagar Arun Kamble
1
-46
/
+70
2017-10-11
drm/i915: Create generic function to setup LLC ring frequency table
Sagar Arun Kamble
1
-4
/
+20
2017-10-11
drm/i915: Rename intel_enable_rc6 to intel_rc6_enabled
Sagar Arun Kamble
5
-10
/
+11
2017-10-11
drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"
Sagar Arun Kamble
10
-276
/
+330
2017-10-11
drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lock
Sagar Arun Kamble
9
-105
/
+105
2017-10-11
drm/i915: Name i915_runtime_pm structure in dev_priv as "runtime_pm"
Sagar Arun Kamble
7
-23
/
+23
2017-10-11
drm/i915: Separate RPS and RC6 handling for CHV
Sagar Arun Kamble
1
-6
/
+24
2017-10-11
drm/i915: Separate RPS and RC6 handling for VLV
Sagar Arun Kamble
2
-34
/
+51
2017-10-11
drm/i915: Separate RPS and RC6 handling for BDW
Sagar Arun Kamble
1
-6
/
+12
2017-10-11
drm/i915: Remove superfluous IS_BDW checks and non-BDW changes from gen8_enable_rps
Sagar Arun Kamble
1
-12
/
+5
2017-10-11
drm/i915: Separate RPS and RC6 handling for gen6+
Sagar Arun Kamble
2
-23
/
+37
2017-10-10
drm/i915/selftests: ditch the kernel context
Matthew Auld
1
-19
/
+38
2017-10-10
drm/i915: Silently fallback to 4k scratch
Chris Wilson
1
-1
/
+1
2017-10-10
drm/i915: Cleanup South Error Interrupts
Mika Kahola
2
-11
/
+4
2017-10-10
drm/i915: Favor for_each_pipe() macro
Mika Kahola
1
-4
/
+4
2017-10-10
drm/i915: Fold IRQ pipe masks
Mika Kahola
1
-4
/
+3
2017-10-10
drm/i915: Remove I915_MAX_PIPES dependency for DDB allocation
Mika Kahola
3
-7
/
+13
2017-10-10
drm/i915: Don't relay on I915_MAX_PIPES
Mika Kahola
2
-4
/
+5
2017-10-10
drm/i915: Nuke the bogus kernel doc for i9xx_disable_pll()
Ville Syrjälä
1
-9
/
+0
2017-10-10
drm/i915: Pass crtc state to i9xx_enable_pll()
Ville Syrjälä
1
-4
/
+5
[next]