index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Remove unused ring->irq_seqno
Chris Wilson
2012-05-03
3
-7
/
+1
*
drm/i915: use __wait_seqno for ring throttle
Ben Widawsky
2012-05-03
1
-19
/
+1
*
drm/i915: remove polled wait from throttle
Ben Widawsky
2012-05-03
1
-4
/
+1
*
drm/i915: extract __wait_seqno from i915_wait_request
Ben Widawsky
2012-05-03
1
-18
/
+31
*
drm/i915: drop polled waits from i915_wait_request
Ben Widawsky
2012-05-03
1
-14
/
+11
*
drm/i915: kill waiting_seqno
Ben Widawsky
2012-05-03
5
-10
/
+11
*
drm/i915: move vbetool invoked ier stuff
Ben Widawsky
2012-05-03
4
-14
/
+12
*
drm/i915: remove do_retire from i915_wait_request
Ben Widawsky
2012-05-03
8
-36
/
+37
*
drm/i915: use the new masked bit macro some more
Daniel Vetter
2012-05-03
3
-10
/
+3
*
drm/i915: Remove unused and unloved vblank macros
Chris Wilson
2012-05-03
1
-11
/
+0
*
drm/i915: Inline I915_INTERRUPT_ENABLE_FIX
Chris Wilson
2012-05-03
1
-20
/
+13
*
drm/i915: Handle PendingFlip on gen3 robustly
Chris Wilson
2012-05-03
1
-31
/
+43
*
drm/i915: Cleanup gen3 irq uninstall
Chris Wilson
2012-05-03
1
-7
/
+4
*
drm/i915: HWSTAM is only 16-bit on gen3
Chris Wilson
2012-05-03
1
-2
/
+2
*
drm/i915: Remove gen4 irq code from gen3 irq routine
Chris Wilson
2012-05-03
1
-43
/
+12
*
drm/i915: Remove gen3 irq code from gen4 irq routine
Chris Wilson
2012-05-03
1
-17
/
+10
*
drm/i915: Clear FlipDone semantics change for pageflipping on gen3
Chris Wilson
2012-05-03
2
-29
/
+11
*
drm/i915: Duplicate and split the gen3/4 irq handler
Chris Wilson
2012-05-03
1
-238
/
+500
*
drm/i915: pending_flip_is_done is gen3, name it so
Chris Wilson
2012-05-03
3
-14
/
+10
*
drm/i915: Remove redundant initialisation of per-ring IRQ waitqueues
Chris Wilson
2012-05-03
1
-17
/
+0
*
drm/i915: Unconditionally initialise the interrupt workers
Chris Wilson
2012-05-03
1
-10
/
+6
*
drm/i915: check for kms in dri1 ioctls
Daniel Vetter
2012-05-03
2
-0
/
+30
*
drm/i915: rip out dev_priv->has_gem
Daniel Vetter
2012-05-03
2
-6
/
+2
*
drm/i915: rip out GEM drm feature checks
Daniel Vetter
2012-05-03
2
-27
/
+7
*
drm/i915: disallow gem ums init ioctl for kms
Daniel Vetter
2012-05-03
1
-0
/
+3
*
drm/i915: properly check for MODESET for kms driver ioctls
Daniel Vetter
2012-05-03
3
-21
/
+8
*
drm/i915: CR clock gating is recommend to be set on PineView
Chris Wilson
2012-05-03
1
-0
/
+3
*
drm/i915: Move GEM initialisation from i915_dma.c to i915_gem.c
Chris Wilson
2012-05-03
3
-65
/
+66
*
drm/i915: Split the stolen handling for GEM out of i915_dma.c
Chris Wilson
2012-05-03
4
-149
/
+219
*
drm/i915: Remove the deferred-free list
Chris Wilson
2012-05-03
3
-58
/
+19
*
drm/i915: Remove the list of pinned inactive objects
Chris Wilson
2012-05-03
6
-99
/
+69
*
drm/i915: Remove i915_gem_evict_inactive()
Chris Wilson
2012-05-03
3
-26
/
+9
*
drm/i915: Bump the inactive LRU on set-to-GTT-domain
Chris Wilson
2012-05-03
1
-1
/
+6
*
drm/i915: Remove too early plane enable on pre-PCH hardware
Chris Wilson
2012-05-03
1
-1
/
+0
*
drm/i915: Use a global lock for modifying global irq flags
Chris Wilson
2012-05-03
2
-19
/
+25
*
drm/i915: implement Disable4x2SubspanOptimization w/a for ivb, too
Daniel Vetter
2012-05-03
1
-0
/
+4
*
drm/i915: create macros to handle masked bits
Daniel Vetter
2012-05-03
6
-25
/
+18
*
drm/i915: manage PCH PLLs separately from pipes
Jesse Barnes
2012-05-03
7
-81
/
+222
*
drm/i915: i8xx interrupt handler
Chris Wilson
2012-05-03
2
-8
/
+206
*
drm/i915: Only the zap the VMA after updating the tiling parameters
Chris Wilson
2012-05-03
1
-2
/
+6
*
drm/i915: Clarify the semantics of tiling_changed
Chris Wilson
2012-05-03
3
-6
/
+21
*
drm/i915: fixup tv load-detect on enabled but not active crtc
Daniel Vetter
2012-05-03
1
-3
/
+1
*
drm/i915: re-add static qualifier to get_cxsr_latency
Daniel Vetter
2012-05-03
1
-1
/
+1
*
drm/i915: [sparse] __iomem fixes for gem
Ben Widawsky
2012-05-03
1
-4
/
+7
*
drm/i915: [sparse] __iomem fixes for debugfs
Daniel Vetter
2012-05-03
1
-3
/
+11
*
drm/i915: [sparse] __iomem fixes for overlay
Ben Widawsky
2012-05-03
1
-58
/
+75
*
drm/i915: [sparse] __iomem fixes for opregion
Ben Widawsky
2012-05-03
2
-34
/
+43
*
drm/i915: Remove i915_gem_ringbuffer_(data|info) from debugfs
Chris Wilson
2012-05-03
1
-69
/
+0
*
drm/i915/sprite: Avoid incurring extra vblank stall when updating plane on IVB
Chris Wilson
2012-05-03
1
-6
/
+13
*
drm/i915: print computed bpp in dp link configuration
Daniel Vetter
2012-05-03
1
-6
/
+12
[next]