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
path:
root
/
drivers
/
gpu
/
drm
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-13
drm/i915: manual FDI training for Ivy Bridge
Jesse Barnes
2
-4
/
+136
2011-05-13
drm/i915: add swizzle/tiling support for Ivy Bridge
Jesse Barnes
1
-1
/
+1
2011-05-13
drm/i915: Ivy Bridge has split display and pipe control
Jesse Barnes
1
-2
/
+2
2011-05-13
drm/i915: add IS_IVYBRIDGE macro for checks
Jesse Barnes
1
-0
/
+2
2011-05-13
drm/i915: add IS_GEN7 macro to cover Ivy Bridge and later
Jesse Barnes
1
-0
/
+7
2011-05-13
drm/i915: split enable/disable vblank code into chipset specific functions
Jesse Barnes
3
-11
/
+37
2011-05-13
drm/i915: split irq handling into per-chipset functions
Jesse Barnes
3
-20
/
+43
2011-05-13
drm/i915: make FDI training a display function
Jesse Barnes
2
-5
/
+4
2011-05-13
drm/i915: forcewake debugfs fix
Ben Widawsky
1
-2
/
+2
2011-05-13
drm/i915: Revert i915.semaphore=1 default from i915 merge
Andy Lutomirski
1
-1
/
+1
2011-05-12
Revert "drm/i915: Only enable the plane after setting the fb base (pre-ILK)"
Linus Torvalds
1
-0
/
+2
2011-05-10
drm/i915: debugfs interface for forcewake reference count
Ben Widawsky
1
-0
/
+80
2011-05-10
drm/i915: move gen6 rps handling to workqueue
Ben Widawsky
5
-9
/
+58
2011-05-10
drm/i915: forcewake struct mutex locking fixes
Ben Widawsky
2
-2
/
+17
2011-05-10
drm/i915: reference counted forcewake
Ben Widawsky
5
-13
/
+41
2011-05-10
drm/i915: proper use of forcewake
Ben Widawsky
2
-46
/
+37
2011-05-10
drm/i915: Disable all outputs early, before KMS takeover
Chris Wilson
3
-15
/
+34
2011-05-10
drm/i915: Do not clflush snooped objects
Chris Wilson
1
-0
/
+11
2011-05-10
drm/i915: Rename agp_type to cache_level
Chris Wilson
6
-18
/
+48
2011-05-10
drm/i915: debugfs for context information
Ben Widawsky
1
-0
/
+25
2011-05-10
drm/i915: use i915_enable_rc6 on SNB too
Jesse Barnes
1
-3
/
+6
2011-05-10
drm/i915: fix rc6 initialization on Ironlake
Ben Widawsky
1
-0
/
+13
2011-05-10
drm/1915: ringbuffer wait for idle function
Ben Widawsky
3
-2
/
+8
2011-05-10
drm/i915: fix ilk rc6 teardown locking
Ben Widawsky
1
-3
/
+8
2011-05-10
drm/i915: Fold the DPLL limit defines into the structs that use them.
Eric Anholt
1
-469
/
+181
2011-05-10
drm/i915: Clean up leftover DPLL and LVDS register choice from pch split.
Eric Anholt
1
-35
/
+22
2011-05-10
drm/i915: Drop remaining pre-Ironlake code from ironlake_crtc_mode_set().
Eric Anholt
1
-83
/
+36
2011-05-10
drm/i915: Drop non-HAS_PCH_SPLIT() code from ironlake_crtc_mode_set().
Eric Anholt
1
-209
/
+150
2011-05-10
drm/i915: Drop the remaining bit of Ironlake code from i9xx_crtc_mode_set().
Eric Anholt
1
-6
/
+0
2011-05-10
drm/i915: Drop the eDP paths from the pre-Ironlake crtc_mode_set.
Eric Anholt
1
-33
/
+24
2011-05-10
drm/i915: Remove the PCH paths from the pre-Ironlake crtc_mode_set().
Eric Anholt
1
-258
/
+23
2011-05-10
drm/i915: Move the vblank pre/post modeset to the common crtc_mode_set.
Eric Anholt
1
-10
/
+6
2011-05-10
drm/i915: Split the crtc_mode_set function along HAS_PCH_SPLIT() lines.
Eric Anholt
2
-7
/
+680
2011-05-10
drm/i915: Attach a fb to the load-detect pipe
Chris Wilson
2
-17
/
+128
2011-05-10
drm/i915: Remove dead code from intel_release_load_detect_pipe()
Chris Wilson
1
-5
/
+3
2011-05-10
drm/i915: Remove dead code from intel_get_load_detect_pipe()
Chris Wilson
1
-18
/
+10
2011-05-10
drm/i915: Pass the saved adjusted_mode when adding to the load-detect crtc
Chris Wilson
1
-1
/
+1
2011-05-10
drm/i915: Remove unused supported_crtc from intel_load_detect_pipe
Chris Wilson
1
-5
/
+2
2011-05-10
drm/i915: Don't store temporary load-detect variables in the generic encoder
Chris Wilson
4
-23
/
+33
2011-05-10
drm/i915: Propagate failure to set mode for load-detect pipe
Chris Wilson
1
-1
/
+5
2011-05-10
drm/i915: Simplify return value from intel_get_load_detect_pipe
Chris Wilson
4
-25
/
+22
2011-05-10
drm/i915: Move the irq wait queue initialisation into the ring init
Chris Wilson
2
-6
/
+1
2011-05-09
drm/i915/lvds: Only act on lid notify when the device is on
Alex Williamson
1
-0
/
+3
2011-05-09
drm/i915: fix intel_crtc_clock_get pipe reads after "cleanup cleanup"
Chris Wilson
1
-2
/
+2
2011-05-09
drm/i915: Only enable the plane after setting the fb base (pre-ILK)
Chris Wilson
1
-2
/
+0
2011-05-04
drm/i915/dp: Be paranoid in case we disable a DP before it is attached
Chris Wilson
1
-2
/
+15
2011-05-04
drm/i915: Release object along create user fb error path
Chris Wilson
1
-1
/
+3
2011-04-28
drm: Verify debug message arguments
Joe Perches
2
-7
/
+7
2011-04-27
drm/i915: restore only the mode of this driver on lastclose (v2)
Dave Airlie
3
-1
/
+12
2011-04-21
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-37
/
+45
[prev]
[next]