index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-18
drm/i915: Fix inconsistent backlight level during disabled
Takashi Iwai
1
-1
/
+2
2011-11-18
drm, i915: Fix memory leak in i915_gem_busy_ioctl().
Rakib Mullick
1
-2
/
+4
2011-11-17
drm/i915: Use DPCD value for max DP lanes.
Keith Packard
1
-14
/
+9
2011-11-17
drm/i915: Initiate DP link training only on the lanes we'll be using
Keith Packard
1
-2
/
+3
2011-11-17
drm/i915: Remove trailing white space
Keith Packard
1
-2
/
+2
2011-11-17
drm/i915: Try harder during dp pattern 1 link training
Keith Packard
1
-7
/
+18
2011-11-17
drm/i915: Make DP prepare/commit consistent with DP dpms
Keith Packard
1
-9
/
+13
2011-11-17
drm/i915: Let panel power sequencing hardware do its job
Keith Packard
2
-69
/
+85
2011-11-17
drm/i915: Treat PCH eDP like DP in most places
Keith Packard
2
-34
/
+72
2011-11-17
drm/i915: Remove link_status field from intel_dp structure
Keith Packard
1
-29
/
+36
2011-11-17
drm/i915: Move common PCH_PP_CONTROL setup to ironlake_get_pp_control
Keith Packard
1
-18
/
+19
2011-11-10
drm/i915: Module parameters using '-1' as default must be signed type
Keith Packard
2
-4
/
+4
2011-11-08
drm/i915: Turn on another required clock gating bit on gen6.
Eric Anholt
2
-1
/
+7
2011-11-08
drm/i915: Turn on a required 3D clock gating bit on Sandybridge.
Eric Anholt
2
-0
/
+12
2011-11-04
drm/i915: enable cacheable objects on Ivybridge
Jesse Barnes
1
-1
/
+1
2011-11-03
drm/i915: add constants to size fence arrays and fields
Daniel Vetter
2
-9
/
+10
2011-11-03
drm/i915: Ivybridge still has fences!
Daniel Vetter
2
-0
/
+3
2011-11-03
drm/i915: forcewake warning fixes in debugfs
Ben Widawsky
1
-6
/
+51
2011-11-01
drm/i915: Fix object refcount leak on mmappable size limit error path.
Eric Anholt
1
-1
/
+1
2011-11-01
drm/i915: Use mode_config.mutex in ironlake_panel_vdd_work
Keith Packard
1
-2
/
+2
2011-10-28
drm/i915: intel_choose_pipe_bpp_dither messages should be DRM_DEBUG_KMS
Adam Jackson
1
-7
/
+7
2011-10-28
drm/i915: only match on PCI_BASE_CLASS_DISPLAY
Daniel Vetter
1
-1
/
+1
2011-10-28
drm/i915: disable temporal dithering on the internal panel
Daniel Vetter
1
-1
/
+1
2011-10-21
drm/i915/dp: Fix eDP on PCH DP on CPT/PPT
Adam Jackson
1
-6
/
+6
2011-10-21
drm/i915/dp: Introduce is_cpu_edp()
Adam Jackson
1
-2
/
+13
2011-10-21
drm/i915: use correct SPD type value
Jesse Barnes
1
-1
/
+1
2011-10-21
drm/i915: fix ILK+ infoframe support
Jesse Barnes
1
-7
/
+11
2011-10-21
drm/i915: add DP test request handling
Jesse Barnes
1
-0
/
+37
2011-10-21
drm/i915: read full receiver capability field during DP hot plug
Jesse Barnes
1
-2
/
+2
2011-10-21
drm/i915/dp: Remove eDP special cases from bandwidth checks
Adam Jackson
1
-18
/
+2
2011-10-21
drm/i915/dp: Fix the math in intel_dp_link_required
Adam Jackson
1
-5
/
+21
2011-10-21
drm/i915/panel: Always record the backlight level again (but cleverly)
Takashi Iwai
1
-8
/
+13
2011-10-21
i915: Move i915_read/write out of line
Andi Kleen
2
-19
/
+43
2011-10-21
drm/i915: remove transcoder PLL mashing from mode_set per specs
Jesse Barnes
1
-25
/
+0
2011-10-21
drm/i915: if transcoder disable fails, say which
Jesse Barnes
1
-1
/
+1
2011-10-21
drm/i915: set watermarks for third pipe on IVB
Jesse Barnes
2
-0
/
+15
2011-10-21
drm/i915: export a CPT mode set verification function
Jesse Barnes
3
-0
/
+32
2011-10-21
drm/i915: fix transcoder PLL select masking
Jesse Barnes
1
-5
/
+10
2011-10-21
drm/i915: fix IVB cursor support
Jesse Barnes
2
-5
/
+43
2011-10-21
drm/i915: fix debug output for 3 pipe configs
Jesse Barnes
1
-1
/
+1
2011-10-21
drm/i915: add PLL sharing support to handle 3 pipes
Jesse Barnes
2
-38
/
+63
2011-10-21
drm/i915: fix PCH PLL assertion check for 3 pipes
Jesse Barnes
1
-0
/
+13
2011-10-21
drm/i915: use transcoder select bits on VGA and HDMI on CPT
Jesse Barnes
2
-17
/
+11
2011-10-21
drm/i915: split refclk code out of ironlake_crtc_mode_set
Jesse Barnes
1
-4
/
+35
2011-10-21
drm/i915: support 3 pipes on IVB+
Jesse Barnes
7
-9
/
+20
2011-10-21
drm/i915: PLL macro cleanup and pipe assertion check
Jesse Barnes
2
-3
/
+9
2011-10-21
drm/i915: always set FDI composite sync bit
Jesse Barnes
2
-0
/
+3
2011-10-21
drm/i915: Use PIPE_CONTROL for flushing on gen6+.
Jesse Barnes
2
-12
/
+130
2011-10-21
drm/i915: Rename PIPE_CONTROL bit defines to be less terse.
Kenneth Graunke
2
-10
/
+12
2011-10-21
drm/i915: Remove implied length of 2 from GFX_OP_PIPE_CONTROL #define.
Kenneth Graunke
2
-5
/
+5
[next]