index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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: use the gmbus irq for waits
Daniel Vetter
2012-12-06
3
-11
/
+41
*
drm/i915: wire up gmbus irq handler
Daniel Vetter
2012-12-06
1
-4
/
+20
*
drm/i915: extract gmbus_wait_hw_status
Daniel Vetter
2012-12-06
1
-21
/
+25
*
drm/i915: reorder setup sequence to have irqs for output setup
Daniel Vetter
2012-12-06
3
-9
/
+19
*
drm/i915: setup the hangcheck timer early
Daniel Vetter
2012-12-06
2
-3
/
+3
*
drm/i915: don't handle PIPE_LEGACY_BLC_EVENT_STATUS on vlv
Daniel Vetter
2012-12-06
1
-4
/
+0
*
drm/i915: haswell has the same irq handlers as ivb
Daniel Vetter
2012-12-06
1
-9
/
+1
*
drm/i915: Add intel_ring_handle_seqno wrap
Mika Kuoppala
2012-12-06
3
-1
/
+27
*
drm/i915: Split intel_ring_begin
Mika Kuoppala
2012-12-06
1
-15
/
+22
*
drm/i915: Fix debugfs seqno info print to use uint
Mika Kuoppala
2012-12-05
1
-1
/
+1
*
drm/i915: Add debugfs entry to read/write next_seqno
Mika Kuoppala
2012-12-05
1
-0
/
+88
*
drm/i915: fixup sparse warnings
Daniel Vetter
2012-12-03
6
-12
/
+13
*
drm/i915: Remove check for conflicting relocation write-domains
Chris Wilson
2012-12-03
1
-11
/
+0
*
drm/i915: Tighten the checks for invalid relocation domains
Chris Wilson
2012-12-03
1
-1
/
+6
*
drm/i915: Fix dieing -> dying typo
Damien Lespiau
2012-12-03
1
-1
/
+1
*
drm/i915: Use a slab for object allocation
Chris Wilson
2012-11-30
5
-10
/
+34
*
drm/i915: Allocate overlay registers from stolen memory
Chris Wilson
2012-11-30
1
-2
/
+4
*
drm/i915: Allocate ringbuffers from stolen memory
Chris Wilson
2012-11-30
1
-1
/
+5
*
drm/i915: Allocate fbcon from stolen memory
Chris Wilson
2012-11-30
1
-1
/
+3
*
drm/i915: Introduce i915_gem_object_create_stolen()
Chris Wilson
2012-11-30
3
-0
/
+129
*
drm/i915: Support readback of stolen objects upon error
Chris Wilson
2012-11-30
1
-0
/
+8
*
drm/i915: Allow objects to be created with no backing pages, but stolen space
Chris Wilson
2012-11-30
2
-0
/
+4
*
drm/i915: Delay allocation of stolen space for FBC
Chris Wilson
2012-11-30
4
-64
/
+64
*
drm/i915: Avoid clearing preallocated regions from the GTT
Chris Wilson
2012-11-30
2
-3
/
+31
*
drm/i915: Fix detection of base of stolen memory
Chris Wilson
2012-11-30
2
-40
/
+42
*
drm: Introduce an iterator over holes in the drm_mm range manager
Chris Wilson
2012-11-30
1
-41
/
+21
*
drm: Introduce drm_mm_create_block()
Chris Wilson
2012-11-30
1
-0
/
+50
*
drm/i915: optimize ilk/snb irq handler
Daniel Vetter
2012-11-30
1
-6
/
+7
*
i915: convert struct spinlock to spinlock_t
Luis R. Rodriguez
2012-11-29
1
-2
/
+2
*
drm/i915: kill intel_dp_link_clock()
Paulo Zanoni
2012-11-29
1
-12
/
+7
*
drm/i915: invert the log inside intel_prepare_ddi
Paulo Zanoni
2012-11-29
1
-9
/
+10
*
drm/i915: add HAS_DDI check
Paulo Zanoni
2012-11-29
6
-18
/
+19
*
drm/i915: remove Haswell code from ironlake_fdi_pll_enable
Paulo Zanoni
2012-11-29
1
-11
/
+7
*
drm/i915: intel_prepare_ddi_buffers should be static
Paulo Zanoni
2012-11-29
1
-1
/
+2
*
drm/i915: optimize the shmem_pwrite slowpath handling
Daniel Vetter
2012-11-29
1
-3
/
+7
*
drm/i915: simplify shmem pwrite/pread slowpath handling
Daniel Vetter
2012-11-29
1
-13
/
+2
*
drm/i915: enable intel_lvds->pre_pll_enable for ilk+, too
Daniel Vetter
2012-11-29
2
-49
/
+15
*
drm/i915: move intel_update_lvds to intel_lvds->pre_pll_enable
Daniel Vetter
2012-11-29
2
-59
/
+57
*
drm/i915: add intel_lvds->reg
Daniel Vetter
2012-11-29
1
-28
/
+20
*
drm/i915: track is_dual_link in intel_lvds
Daniel Vetter
2012-11-29
2
-14
/
+31
*
drm/i915: move is_dual_link_lvds to intel_lvds.c
Daniel Vetter
2012-11-29
3
-55
/
+59
*
drm/i915: replace ad-hoc dual-link lvds checks
Daniel Vetter
2012-11-29
1
-9
/
+6
*
drm/i915: add encoder->pre_pll_enable callback
Daniel Vetter
2012-11-29
2
-0
/
+15
*
drm/i915/debugfs: Prune a couple of superfluous leading zeros from bo domains
Chris Wilson
2012-11-29
1
-2
/
+2
*
drm/i915: Kill i915_gem_execbuffer_wait_for_flips()
Ville Syrjälä
2012-11-29
2
-49
/
+0
*
drm/i915: remove duplicate register #defines
Daniel Vetter
2012-11-29
1
-17
/
+1
*
drm/i915: Set sync_seqno properly after seqno wrap
Mika Kuoppala
2012-11-29
1
-1
/
+5
*
drm/i915: Include the last semaphore sync point in the error-state
Chris Wilson
2012-11-29
3
-4
/
+9
*
drm/i915: Rearrange code to only have a single method for waiting upon the ring
Chris Wilson
2012-11-29
5
-61
/
+58
*
drm/i915: Simplify flushing activity on the ring
Chris Wilson
2012-11-29
1
-7
/
+3
[next]