index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Fix gen6 (SNB) missed BLT ring interrupts.
Daniel J Blueman
2011-06-18
1
-0
/
+10
*
Revert "drm/i915: Enable GMBUS for post-gen2 chipsets"
Jean Delvare
2011-06-17
1
-2
/
+1
*
drm/i915: Don't leak in i915_gem_shmem_pread_slow()
Jesper Juhl
2011-06-14
1
-2
/
+4
*
drm/i915: Add a no lvds quirk for the Asus EeeBox PC EB1007
Hans de Goede
2011-06-04
1
-0
/
+8
*
drm/i915: Share the common force-audio property between connectors
Chris Wilson
2011-06-04
6
-37
/
+38
*
drm/i915: Remove unused enum "chip_family"
Chris Wilson
2011-06-04
1
-7
/
+0
*
drm/915: fix relaxed tiling on gen2: tile height
Daniel Vetter
2011-06-04
1
-2
/
+3
*
drm/i915/crt: Explicitly return false if connected to a digital monitor
Chris Wilson
2011-06-04
1
-0
/
+4
*
drm/i915: Replace ironlake_compute_wm0 with g4x_compute_wm0
Chris Wilson
2011-06-04
1
-68
/
+20
*
drm/i915: Only print out the actual number of fences for i915_error_state
Daniel Vetter
2011-06-04
1
-1
/
+1
*
drm/i915: s/addr & ~PAGE_MASK/offset_in_page(addr)/
Chris Wilson
2011-06-04
1
-11
/
+10
*
drm: i915: correct return status in intel_hdmi_mode_valid()
Nicolas Kaiser
2011-06-04
1
-1
/
+1
*
drm/i915: fix regression after clock gating init split
Jason Stubbs
2011-06-04
1
-0
/
+1
*
drm/i915: fix if statement in ivybridge irq handler
Dan Carpenter
2011-06-04
1
-1
/
+1
*
vmscan: change shrinker API by passing shrink_control struct
Ying Han
2011-05-25
1
-6
/
+3
*
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2011-05-24
18
-1181
/
+2111
|
\
|
*
Merge remote branch 'keithp/drm-intel-next' of ../drm-next into drm-core-next
Dave Airlie
2011-05-20
7
-40
/
+48
|
|
\
|
|
*
drm/i915: initialize gen6 rps work queue on Sandy Bridge and Ivy Bridge
Jesse Barnes
2011-05-18
1
-1
/
+2
|
|
*
drm/i915/sdvo: Reorder i2c initialisation before ddc proxy
Chris Wilson
2011-05-18
1
-6
/
+4
|
|
*
drm/i915: FDI link training broken on Ironlake by Ivybridge integration
Keith Packard
2011-05-17
1
-4
/
+4
|
|
*
drm/i915: enable rc6 by default
Jesse Barnes
2011-05-17
1
-1
/
+1
|
|
*
drm/i915: add fbc enable flag, but disable by default
Jesse Barnes
2011-05-17
4
-1
/
+14
|
|
*
drm/i915: clean up unused ring_get_irq/ring_put_irq functions
Feng, Boqun
2011-05-16
1
-29
/
+0
|
|
*
drm/i915: fix user irq miss in BSD ring on g4x
Feng, Boqun
2011-05-16
1
-2
/
+27
|
*
|
Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-cor...
Dave Airlie
2011-05-16
18
-1143
/
+2081
|
|
\
\
|
|
|
/
|
|
*
drm/i915: split PCH clock gating init
Jesse Barnes
2011-05-13
5
-24
/
+48
|
|
*
drm/i915: add Ivybridge clock gating init function
Jesse Barnes
2011-05-13
2
-1
/
+29
|
|
*
drm/i915: Update the location of the ringbuffers' HWS_PGA registers for IVB.
Eric Anholt
2011-05-13
2
-3
/
+27
|
|
*
drm/i915: Add support for fence registers on Ivybridge.
Eric Anholt
2011-05-13
1
-0
/
+2
|
|
*
drm/i915: Use existing function instead of open-coding fence reg clear.
Eric Anholt
2011-05-13
1
-18
/
+3
|
|
*
drm/i915: split clock gating init into per-chipset functions
Jesse Barnes
2011-05-13
3
-146
/
+195
|
|
*
drm/i915: set IBX pch type explicitly
Jesse Barnes
2011-05-13
1
-1
/
+5
|
|
*
drm/i915: add Ivy Bridge PCI IDs and driver feature structs
Jesse Barnes
2011-05-13
1
-0
/
+20
|
|
*
drm/i915: add PantherPoint PCH ID
Jesse Barnes
2011-05-13
1
-0
/
+5
|
|
*
drm/i915: ring support for Ivy Bridge
Jesse Barnes
2011-05-13
1
-3
/
+3
|
|
*
drm/i915: page flip support for Ivy Bridge
Jesse Barnes
2011-05-13
1
-0
/
+1
|
|
*
drm/i915: interrupt & vblank support for Ivy Bridge
Jesse Barnes
2011-05-13
4
-2
/
+195
|
|
*
drm/i915: treat Ivy Bridge watermarks like Sandy Bridge
Jesse Barnes
2011-05-13
1
-1
/
+8
|
|
*
drm/i915: manual FDI training for Ivy Bridge
Jesse Barnes
2011-05-13
2
-4
/
+136
|
|
*
drm/i915: add swizzle/tiling support for Ivy Bridge
Jesse Barnes
2011-05-13
1
-1
/
+1
|
|
*
drm/i915: Ivy Bridge has split display and pipe control
Jesse Barnes
2011-05-13
1
-2
/
+2
|
|
*
drm/i915: add IS_IVYBRIDGE macro for checks
Jesse Barnes
2011-05-13
1
-0
/
+2
|
|
*
drm/i915: add IS_GEN7 macro to cover Ivy Bridge and later
Jesse Barnes
2011-05-13
1
-0
/
+7
|
|
*
drm/i915: split enable/disable vblank code into chipset specific functions
Jesse Barnes
2011-05-13
3
-11
/
+37
|
|
*
drm/i915: split irq handling into per-chipset functions
Jesse Barnes
2011-05-13
3
-20
/
+43
|
|
*
drm/i915: make FDI training a display function
Jesse Barnes
2011-05-13
2
-5
/
+4
|
|
*
drm/i915: forcewake debugfs fix
Ben Widawsky
2011-05-13
1
-2
/
+2
|
|
*
drm/i915: debugfs interface for forcewake reference count
Ben Widawsky
2011-05-10
1
-0
/
+80
|
|
*
drm/i915: move gen6 rps handling to workqueue
Ben Widawsky
2011-05-10
5
-9
/
+58
|
|
*
drm/i915: forcewake struct mutex locking fixes
Ben Widawsky
2011-05-10
2
-2
/
+17
[next]