index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_display.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Move drm_framebuffer_unreference out of struct_mutex for takeover
Tvrtko Ursulin
2015-04-14
1
-6
/
+8
*
drm/i915: Allocate connector state together with the connectors
Ander Conselvan de Oliveira
2015-04-13
1
-34
/
+28
*
drm/i915: Handle error to get connector state when staging config
Ander Conselvan de Oliveira
2015-03-27
1
-0
/
+2
*
drm/i915: Compare GGTT view structs instead of types
Joonas Lahtinen
2015-03-27
1
-5
/
+3
*
drm/i915: Remove usage of encoder->new_crtc from clock computations
Ander Conselvan de Oliveira
2015-03-27
1
-13
/
+38
*
drm/i915: Convert intel_pipe_will_have_type() to using atomic state
Ander Conselvan de Oliveira
2015-03-27
1
-51
/
+82
*
drm/i915: Pass an atomic state to modeset_global_resources() functions
Ander Conselvan de Oliveira
2015-03-27
1
-4
/
+6
*
drm/i915: Don't use encoder->new_crtc in compute_baseline_pipe_bpp()
Ander Conselvan de Oliveira
2015-03-26
1
-4
/
+10
*
drm/i915: Don't use encoder->new_crtc in intel_modeset_pipe_config()
Ander Conselvan de Oliveira
2015-03-26
1
-2
/
+16
*
drm/i915: Copy the staged connector config to the legacy atomic state
Ander Conselvan de Oliveira
2015-03-26
1
-7
/
+45
*
drm/i915: Update dummy connector atomic state with current config
Ander Conselvan de Oliveira
2015-03-26
1
-9
/
+36
*
drm/i915: Allocate a crtc_state also when the crtc is being disabled
Ander Conselvan de Oliveira
2015-03-26
1
-8
/
+22
*
drm/i915: Allocate a drm_atomic_state for the legacy modeset code
Ander Conselvan de Oliveira
2015-03-26
1
-30
/
+155
*
drm/i915: Pass acquire ctx also to intel_release_load_detect_pipe()
Ander Conselvan de Oliveira
2015-03-26
1
-2
/
+3
*
drm/i915: always preserve bios swizzling
Daniel Vetter
2015-03-26
1
-25
/
+22
*
drm/i915: Add initial_ prefix to bios fb takeover code
Daniel Vetter
2015-03-26
1
-7
/
+7
*
drm/i915: Fixup legacy plane->crtc link for initial fb config
Daniel Vetter
2015-03-26
1
-0
/
+2
*
drm/i915: kill i915.powersave
Rodrigo Vivi
2015-03-26
1
-6
/
+2
*
drm/i915: make unsupported fb modifier message DRM_DEBUG
Jesse Barnes
2015-03-25
1
-2
/
+2
*
drm/i915/skl: Take 90/270 rotation into account in watermark calculations
Tvrtko Ursulin
2015-03-23
1
-4
/
+23
*
drm/i915/skl: Query display address through a wrapper
Tvrtko Ursulin
2015-03-23
1
-6
/
+17
*
drm/i915/skl: Support secondary (rotated) frame buffer mapping
Tvrtko Ursulin
2015-03-23
1
-1
/
+26
*
drm/i915: Helper function to determine GGTT view from plane state
Tvrtko Ursulin
2015-03-23
1
-3
/
+22
*
drm/i915: Pass in plane state when (un)pinning frame buffers
Tvrtko Ursulin
2015-03-23
1
-6
/
+12
*
drm/i915: Use GGTT view when (un)pinning objects to planes
Tvrtko Ursulin
2015-03-23
1
-3
/
+4
*
drm/i915/skl: Extract tile height code into a helper function
Tvrtko Ursulin
2015-03-23
1
-18
/
+25
*
drm/i915/chv: use vlv_PLL_is_optimal in chv_find_best_dpll
Imre Deak
2015-03-20
1
-6
/
+20
*
drm/i915: check for div-by-zero in vlv_PLL_is_optimal
Imre Deak
2015-03-20
1
-0
/
+3
*
drm/i915: factor out vlv_PLL_is_optimal
Imre Deak
2015-03-20
1
-14
/
+36
*
drm/i915: Kill intel_plane->obj
Ville Syrjälä
2015-03-20
1
-7
/
+0
*
drm/i915: Improved w/a for rps on Baytrail
Chris Wilson
2015-03-20
1
-0
/
+2
*
Merge tag 'drm-intel-fixes-2015-03-19' into drm-intel-next
Daniel Vetter
2015-03-20
1
-2
/
+2
|
\
|
*
drm/i915: Make sure the primary plane is enabled before reading out the fb state
Damien Lespiau
2015-03-18
1
-4
/
+11
|
*
drm/i915: Ensure plane->state->fb stays in sync with plane->fb
Xi Ruoyao
2015-03-16
1
-0
/
+17
|
*
drm/i915: use in_interrupt() not in_irq() to check context
Dave Gordon
2015-03-10
1
-1
/
+1
*
|
drm/i915: Read CHV_PLL_DW8 from the correct offset
Ville Syrjälä
2015-03-17
1
-1
/
+1
*
|
drm/i915: Rewrite IVB FDI bifurcation conflict checks
Ville Syrjälä
2015-03-17
1
-14
/
+15
*
|
drm/i915: Rewrite some some of the FDI lane checks
Ville Syrjälä
2015-03-17
1
-8
/
+7
*
|
drm/i915: Simplify the way BC bifurcation state consistency is kept
Ander Conselvan de Oliveira
2015-03-17
1
-36
/
+10
*
|
drm/i915: Reduce clutter by using the local plane pointer
Ville Syrjälä
2015-03-17
1
-1
/
+1
*
|
drm/i915: Remove debug prints from primary plane update funcs
Ville Syrjälä
2015-03-17
1
-11
/
+0
*
|
drm/i915: Move drm_framebuffer_unreference out of struct_mutex for flips
Chris Wilson
2015-03-17
1
-8
/
+9
*
|
drm/i915: Program PFI credits for VLV
Vidya Srinivas
2015-03-17
1
-0
/
+38
*
|
drm/i915: Update prop, int co-eff and gain threshold for CHV
Vijay Purushothaman
2015-03-17
1
-12
/
+31
*
|
drm/i915: Initialize CHV digital lock detect threshold
Vijay Purushothaman
2015-03-17
1
-0
/
+9
*
|
drm/i915: Disable M2 frac division for integer case
Vijay Purushothaman
2015-03-17
1
-4
/
+10
*
|
drm/i915: Update intel_crtc_active() to use state values (v2)
Matt Roper
2015-03-17
1
-1
/
+5
*
|
drm/i915: Fix chv cdclk support
Ville Syrjälä
2015-03-17
1
-16
/
+7
*
|
drm/i915: Allow pixel clock up to 95% of cdclk on CHV
Ville Syrjälä
2015-03-17
1
-5
/
+7
*
|
drm/i915/skl: port A fuse straps don't work on early SKL steppings
Jesse Barnes
2015-03-17
1
-3
/
+8
[next]