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: Track pinned objects
Chris Wilson
2010-09-21
3
-14
/
+26
|
*
|
drm/i915: Drain any pending flips on the fb prior to unpinning
Chris Wilson
2010-09-21
3
-20
/
+26
|
*
|
drm/i915: Merge ring flushing and lazy requests
Chris Wilson
2010-09-21
3
-32
/
+24
|
*
|
drm/i915: Track gpu fence usage
Chris Wilson
2010-09-21
2
-2
/
+10
|
*
|
drm/i915/ringbuffer: whitespace cleanup
Chris Wilson
2010-09-21
2
-65
/
+68
|
*
|
drm/i915: drop alignment ringbuffer parameter
Daniel Vetter
2010-09-21
2
-5
/
+1
|
*
|
drm/i915: don't explicitly initialize ringbuffer members to zero
Daniel Vetter
2010-09-21
1
-33
/
+0
|
*
|
drm/i915: use new macros to access the ring ctl register
Daniel Vetter
2010-09-21
2
-17
/
+7
|
*
|
drm/i915: use new macros to access the ring head register
Daniel Vetter
2010-09-21
2
-40
/
+13
|
*
|
drm/i915: use new macros to access the ring start register
Daniel Vetter
2010-09-21
2
-8
/
+6
|
*
|
drm/i915: use new macros to access the ring tail register
Daniel Vetter
2010-09-21
2
-50
/
+22
|
*
|
drm/i915: add relative ring register macros
Daniel Vetter
2010-09-21
3
-0
/
+12
|
*
|
drm/i915: kill duplicated/unneeded register defines
Daniel Vetter
2010-09-21
1
-18
/
+0
|
*
|
drm/i915: Use ring->flush() instead of MI_FLUSH
Chris Wilson
2010-09-21
3
-17
/
+20
|
*
|
drm/i915/ringbuffer: Mark the initialisation structs as constant.
Chris Wilson
2010-09-21
1
-3
/
+3
|
*
|
drm/i915: add a new BSD ring buffer for Sandybridge
Xiang, Haihao
2010-09-21
4
-8
/
+159
|
*
|
drm/i915/ringbuffer: Implement advance using set_tail
Chris Wilson
2010-09-21
2
-17
/
+1
|
*
|
drm/i915: add set_tail hook in struct intel_ring_buffer
Xiang, Haihao
2010-09-21
2
-5
/
+19
|
*
|
drm/i915: do not export the instances of struct intel_ring_buffer
Xiang, Haihao
2010-09-21
3
-16
/
+31
|
*
|
drm/i915: fix HAS_BSD with a device info flag
Xiang, Haihao
2010-09-21
2
-1
/
+6
|
*
|
drm/i915: Clean up bo lists on all hung gpus
Chris Wilson
2010-09-21
3
-19
/
+16
|
*
|
drm/i915: Clear GPU read domains on reset
Chris Wilson
2010-09-21
3
-0
/
+19
|
*
|
drm/i915: Clear flushing lists on GPU reset
Chris Wilson
2010-09-21
3
-0
/
+23
|
*
|
drm/i915: Only emit a flush request on the active ring.
Chris Wilson
2010-09-21
4
-22
/
+51
|
*
|
drm/i915: Inline i915_gem_ring_retire_request()
Chris Wilson
2010-09-21
1
-53
/
+38
|
*
|
drm/i915/debug: Dump BSD ring buffers to debugfs
Chris Wilson
2010-09-21
1
-6
/
+12
|
*
|
drm/i915: After a reset perform a forced modeset
Chris Wilson
2010-09-21
1
-7
/
+10
|
*
|
drm/i915: Add support for GPU soft reset on Ironlake.
Kenneth Graunke
2010-09-21
3
-7
/
+27
|
*
|
drm/i915: Rename graphics reset registers.
Kenneth Graunke
2010-09-21
3
-8
/
+10
|
*
|
drm/i915: Actually set the reset bit in i965_reset.
Kenneth Graunke
2010-09-21
1
-16
/
+15
|
*
|
drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965g
Chris Wilson
2010-09-21
17
-201
/
+197
|
*
|
drm/i915: Cache LVDS EDID
Chris Wilson
2010-09-21
1
-11
/
+8
|
*
|
Merge branch 'drm-intel-fixes' into HEAD
Chris Wilson
2010-09-21
39
-268
/
+507
|
|
\
\
|
|
|
/
|
*
|
drm/i915: use GMBUS to manage i2c links
Chris Wilson
2010-09-18
21
-419
/
+441
|
*
|
drm/i915: call drm_encoder_init first
Chris Wilson
2010-09-15
4
-12
/
+18
|
*
|
drm/i915/sdvo: Mark the status as unknown if attached with EDID
Chris Wilson
2010-09-15
1
-1
/
+1
|
*
|
drm/i915/sdvo: Only create the analog encoder as required
Chris Wilson
2010-09-15
1
-28
/
+41
|
*
|
drm/i915/sdvo: Propagate i2c error from switching DDC control bus.
Chris Wilson
2010-09-14
1
-9
/
+18
|
*
|
drm/i915/sdvo: Tidy intel_sdvo_hdmi_sink_detect
Chris Wilson
2010-09-14
1
-31
/
+24
|
*
|
drm/i915: Remove unused intel_ringbuffer->ring_flag
Chris Wilson
2010-09-14
3
-6
/
+2
|
*
|
drm/i915/i2c: Track the parent encoder rather than just the dev
Chris Wilson
2010-09-14
7
-65
/
+67
|
*
|
drm/i915: Allow get_fence_reg() to be uninterruptible
Chris Wilson
2010-09-14
4
-22
/
+31
|
*
|
drm/i915: Push pipelining of display plane flushes to the caller
Chris Wilson
2010-09-14
5
-29
/
+43
|
*
|
drm/i915: Fix regression in ba3d8d749b
Chris Wilson
2010-09-14
1
-2
/
+6
|
*
|
drm/i915: Consolidate flushing the display plane
Chris Wilson
2010-09-14
4
-50
/
+17
|
*
|
drm/i915: Reduce hangcheck frequency
Chris Wilson
2010-09-14
3
-6
/
+11
|
*
|
drm/i915: Remove redundant initialisation of crtc->pipe
Chris Wilson
2010-09-13
1
-4
/
+2
|
*
|
drm/i915: Initialize intel_crtc->active
Chris Wilson
2010-09-13
1
-0
/
+1
|
*
|
drm/i915: Fix an overlay regression from 7e7d76c
Chris Wilson
2010-09-13
3
-6
/
+21
|
*
|
drm/i915: Share crtc setup and teardown between dpms and disable/enable
Chris Wilson
2010-09-13
2
-81
/
+46
[prev]
[next]