index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-18
drm/i915: Remove extra "ring" from error message
Ben Widawsky
1
-1
/
+1
2013-06-18
drm/i915: simplify the reduced clock handling for pch plls
Daniel Vetter
1
-5
/
+6
2013-06-18
drm/i915: stop killing pfit on i9xx
Daniel Vetter
3
-17
/
+12
2013-06-18
drm/i915: explicitly set up PIPECONF (and gamma table) on haswell
Daniel Vetter
2
-6
/
+7
2013-06-18
drm/i915: set up PIPECONF explicitly for i9xx/vlv platforms
Daniel Vetter
1
-14
/
+3
2013-06-18
drm/i915: set up PIPECONF explicitly on ilk-ivb
Daniel Vetter
1
-6
/
+1
2013-06-13
drm/i915: find guilty batch buffer on ring resets
Mika Kuoppala
1
-0
/
+97
2013-06-13
drm/i915: store ring hangcheck action
Mika Kuoppala
2
-2
/
+9
2013-06-13
drm/i915: add batch bo to i915_add_request()
Mika Kuoppala
3
-6
/
+25
2013-06-13
drm/i915: change i915_add_request to macro
Mika Kuoppala
6
-14
/
+15
2013-06-13
drm/i915: add i915_gem_context_get_hang_stats()
Mika Kuoppala
2
-0
/
+32
2013-06-13
drm/i915: add struct i915_ctx_hang_stats
Mika Kuoppala
2
-1
/
+11
2013-06-13
drm/i915: Try harder to disable trickle feed on VLV
Ville Syrjälä
2
-1
/
+3
2013-06-12
drm/i915: fix up pch pll enabling for pixel multipliers
Daniel Vetter
1
-2
/
+2
2013-06-12
drm/i915: hw state readout and cross-checking for shared dplls
Daniel Vetter
3
-0
/
+44
2013-06-12
drm/i915: WARN on lack of shared dpll
Daniel Vetter
1
-2
/
+2
2013-06-12
drm/i915: split up intel_modeset_check_state
Daniel Vetter
1
-8
/
+36
2013-06-12
drm/i915: extract readout_hw_state from setup_hw_state
Daniel Vetter
1
-5
/
+15
2013-06-12
drm/i915: display pll hw state readout and checking
Daniel Vetter
2
-5
/
+79
2013-06-12
drm/i915: pnv dpll doesn't use m1!
Daniel Vetter
1
-1
/
+1
2013-06-12
drm/i915: disable sdvo pixel multiplier cross-check for HAS_PCH_SPLIT
Daniel Vetter
2
-1
/
+13
2013-06-12
drm/i915: WARN if the fence pin_count is invalid
Chris Wilson
1
-0
/
+1
2013-06-11
drm/i915: Eliminate the addr/seqno from the hangcheck warning
Chris Wilson
1
-5
/
+3
2013-06-11
drm/i915: Don't count semaphore waits towards a stuck ring
Chris Wilson
2
-32
/
+90
2013-06-11
drm/i915: Only slightly increment hangcheck score if we succesfully kick a ring
Chris Wilson
1
-52
/
+58
2013-06-11
drm/i915: Initialize ring->hangcheck upon ring init
Chris Wilson
1
-0
/
+2
2013-06-10
drm/i915: Initialize active_outputs to never read unitialized values
Damien Lespiau
1
-2
/
+2
2013-06-10
drm/i915: Fix old reference to i830_sdvo_get_capabilities()
Damien Lespiau
1
-1
/
+1
2013-06-10
drm/i915: drop crtc checking from assert_shared_dpll
Daniel Vetter
1
-28
/
+7
2013-06-10
drm/i915: enable/disable hooks for shared dplls
Daniel Vetter
2
-29
/
+49
2013-06-10
drm/i915: scrap register address storage
Daniel Vetter
4
-26
/
+20
2013-06-10
drm/i915: metadata for shared dplls
Daniel Vetter
2
-28
/
+39
2013-06-10
drm/i915: consolidate ->num_shared_dplls assignement
Daniel Vetter
2
-12
/
+16
2013-06-10
drm/i915: hw state readout for shared pch plls
Daniel Vetter
1
-0
/
+17
2013-06-10
drm/i915: refactor PCH_DPLL_SEL #defines
Daniel Vetter
2
-38
/
+6
2013-06-10
drm/i915: move shared_dpll into the pipe config
Daniel Vetter
2
-13
/
+18
2013-06-10
drm/i915: switch crtc->shared_dpll from a pointer to an enum
Daniel Vetter
3
-41
/
+58
2013-06-10
drm/i915: s/pch_pll/shared_dpll/
Daniel Vetter
4
-67
/
+67
2013-06-10
drm/i915: lock down pch pll accouting some more
Daniel Vetter
1
-1
/
+7
2013-06-10
drm/i915: conditionally disable pch resources in ilk_crtc_disable
Daniel Vetter
1
-32
/
+37
2013-06-10
drm/i915: fix up pch pll handling in ->mode_set
Daniel Vetter
1
-16
/
+19
2013-06-10
drm/i915: Use FBINFO_STATE defines instead of 0 and 1
Damien Lespiau
2
-4
/
+4
2013-06-10
drm/i915: Remove dead code from SDVO initialisation
Chris Wilson
1
-13
/
+0
2013-06-07
drm/i915: Make g4x_fixup_plane() operational again
Ville Syrjälä
1
-1
/
+2
2013-06-07
drm/i915: WA: FBC Render Nuke.
Rodrigo Vivi
3
-1
/
+34
2013-06-07
drm/i915: Track when we dirty the scanout with render commands
Chris Wilson
4
-6
/
+13
2013-06-07
drm/i915: Refactor ctg+ trickle feed disable
Ville Syrjälä
1
-43
/
+19
2013-06-07
drm/i915: Disable trickle feed in ironlake_init_clock_gating()
Ville Syrjälä
1
-0
/
+8
2013-06-07
drm/i915: Disable trickle feed via MI_ARB_STATE for the gen4
Ville Syrjälä
1
-0
/
+4
2013-06-07
drm/i915: Disable primary plane trickle feed for g4x
Ville Syrjälä
2
-0
/
+12
[next]