index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
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
*
|
|
drm: pass dev to drm_vm_{open,close}_locked()
Rob Clark
2012-05-11
2
-13
/
+11
*
|
|
gma500: Turn on the IRQ for everything
Alan Cox
2012-05-11
1
-2
/
+2
*
|
|
gma500: clean up some more checks
Alan Cox
2012-05-11
5
-7
/
+9
*
|
|
cdv: Add all cedarview pci ids
Alan Cox
2012-05-11
1
-0
/
+8
*
|
|
gma500: Clean up some of the noise
Alan Cox
2012-05-11
4
-29
/
+5
*
|
|
gma500: use the register map to clean up
Alan Cox
2012-05-11
8
-783
/
+473
*
|
|
gma500: introduce some register maps
Alan Cox
2012-05-11
5
-1
/
+268
[prev]
[next]