index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
drm/i915: Split g4x_crtc_compute_clock()
Ander Conselvan de Oliveira
2016-03-23
1
-29
/
+53
*
drm/i915: Split i8xx_crtc_compute_clock()
Ander Conselvan de Oliveira
2016-03-23
1
-38
/
+53
*
drm/i915: Split CHV and VLV specific crtc_compute_clock() hooks
Ander Conselvan de Oliveira
2016-03-23
1
-24
/
+78
*
drm/i915: Merge ironlake_compute_clocks() and ironlake_crtc_compute_clock()
Ander Conselvan de Oliveira
2016-03-23
1
-53
/
+33
*
drm/i915: Move fp divisor calculation into ironlake_compute_dpll()
Ander Conselvan de Oliveira
2016-03-23
1
-23
/
+22
*
drm/i915: Pass crtc_state->dpll directly to ->find_dpll()
Ander Conselvan de Oliveira
2016-03-23
1
-24
/
+10
*
drm/i915: Simplify ironlake_crtc_compute_clock() CPU eDP case
Ander Conselvan de Oliveira
2016-03-23
1
-24
/
+23
*
drm/i915: Remove PCH type checks from ironlake_crtc_compute_clock()
Ander Conselvan de Oliveira
2016-03-23
1
-4
/
+0
*
drm/i915: Don't calculate a new clock in ILK+ code if it is already set
Ander Conselvan de Oliveira
2016-03-23
1
-8
/
+9
*
drm/i915: Simplify ironlake reduced clock logic a bit
Ander Conselvan de Oliveira
2016-03-23
1
-4
/
+3
*
drm/i915: Call g4x_find_best_dpll() directly from ILK+ code
Ander Conselvan de Oliveira
2016-03-23
1
-3
/
+2
*
drm/i915: Fold intel_ironlake_limit() into clock computation function
Ander Conselvan de Oliveira
2016-03-23
1
-33
/
+23
*
drm/i915: Merge ironlake_get_refclk() into its only caller
Ander Conselvan de Oliveira
2016-03-23
1
-16
/
+8
*
drm/i915: Remove checks for cloned config with LVDS in dpll code
Ander Conselvan de Oliveira
2016-03-23
1
-54
/
+16
*
drm/i915: Wait for vblank in i9xx_disable_crtc() for gen 2 only
Ander Conselvan de Oliveira
2016-03-23
1
-3
/
+2
*
drm/i915: Fix use after free when printing load failure
Mika Kuoppala
2016-03-23
1
-2
/
+2
*
drm/i915/bxt: Initialize MIPI DSI for BXT
Shashank Sharma
2016-03-22
3
-0
/
+5
*
drm/i915: Make __i915_printk debug output behave the same as DRM_DEBUG_DRIVER
Imre Deak
2016-03-22
1
-0
/
+4
*
drm/i915: Wait until after wm optimization to drop runtime PM reference
Matt Roper
2016-03-22
1
-10
/
+10
*
drm/i915/tdr: Prepare error handler to accept mask of hung engines
arun.siluvery@linux.intel.com
2016-03-22
3
-14
/
+14
*
drm/i915/tdr: Initialize hangcheck struct for each engine
Tomas Elf
2016-03-22
3
-2
/
+8
*
drm/i915: Implement color management on chv
Lionel Landwerlin
2016-03-21
3
-6
/
+161
*
drm/i915: Implement color management on bdw/skl/bxt/kbl
Lionel Landwerlin
2016-03-21
8
-65
/
+371
*
drm/i915: Do not read GAMMA_MODE register
Lionel Landwerlin
2016-03-21
3
-2
/
+11
*
drm/i915: Extract out gamma table and CSC to their own file
Lionel Landwerlin
2016-03-21
5
-159
/
+216
*
drm/i915/bxt: allow dsi on any pipe
Jani Nikula
2016-03-21
1
-2
/
+7
*
drm/i915/dsi: use the BIT macro for clarity
Jani Nikula
2016-03-21
1
-5
/
+5
*
drm/i915/bxt: add dsi transcoders
Jani Nikula
2016-03-21
6
-12
/
+116
*
drm/i915: abstract get config for cpu transcoder
Jani Nikula
2016-03-21
1
-36
/
+51
*
drm/i915: split set pipeconf to pipeconf, pipemisc, pipe_gamma
Jani Nikula
2016-03-21
1
-10
/
+22
*
drm/i915: split get/set pipe timings to timings and src size
Jani Nikula
2016-03-21
1
-0
/
+24
*
drm/i915: add another virtual PCH bridge for passthrough support
Jesse Barnes
2016-03-21
2
-0
/
+2
*
drm/i915: Bump command parser version for new whitelisted registers
Jordan Justen
2016-03-21
1
-1
/
+2
*
drm/i915: Add Haswell CS GPR registers to whitelist
Jordan Justen
2016-03-21
2
-0
/
+20
*
drm/i915: Move Haswell registers to separate whitelist table
Jordan Justen
2016-03-21
1
-0
/
+4
*
drm/i915: Use an array of register tables in command parser
Jordan Justen
2016-03-21
2
-39
/
+75
*
drm/i915: Add TIMESTAMP to register whitelist
Jordan Justen
2016-03-21
1
-0
/
+1
*
drm/i915: Tune down init error message due to failure injection
Imre Deak
2016-03-18
2
-5
/
+53
*
drm/i915: Codify our assumption that the Global GTT is <= 4GiB
Chris Wilson
2016-03-18
1
-0
/
+8
*
drm/i915/gtt: Clean up GGTT probing code
Joonas Lahtinen
2016-03-18
2
-59
/
+46
*
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
2016-03-18
17
-158
/
+156
*
drm/i915/gtt: Reference mappable_end variable from pointer
Joonas Lahtinen
2016-03-18
1
-2
/
+1
*
drm/i915/gen9: add WaClearFlowControlGpgpuContextSave
Tim Gore
2016-03-18
2
-0
/
+3
*
drm/i915: Move CSB MMIO reads out of the execlists lock
Tvrtko Ursulin
2016-03-18
1
-39
/
+40
*
drm/i915: Use shorter route to dev_private where possible
Tvrtko Ursulin
2016-03-18
5
-6
/
+6
*
drm/i915: Remove unused variable in i915_gem_request_add_to_client
Tvrtko Ursulin
2016-03-18
1
-2
/
+0
*
drm/i915: Add fault injection support
Imre Deak
2016-03-17
4
-0
/
+36
*
drm/i915: Fix power domain HW state cleanup on error path
Imre Deak
2016-03-17
1
-3
/
+3
*
drm/i915: Split out load time interface registration
Imre Deak
2016-03-17
1
-29
/
+54
*
drm/i915: Split out load time HW initialization
Imre Deak
2016-03-17
1
-47
/
+75
[prev]
[next]