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
/
drm
/
i915
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
drm/i915: Adjust hangcheck EIO semantics
Chris Wilson
2010-09-25
4
-8
/
+68
*
|
drm/i915: Only hold a process-local lock whilst throttling.
Chris Wilson
2010-09-24
8
-92
/
+123
*
|
drm/i915/dp: Wait for PP_CONTROL to take effect.
Hette Visser
2010-09-24
1
-0
/
+10
*
|
drm/i915: Parse the eDP link configuration from the vBIOS
Chris Wilson
2010-09-24
5
-20
/
+42
*
|
drm/i915/lvds: Use the GMBUS pin if specified in VBT
Chris Wilson
2010-09-24
1
-8
/
+13
*
|
drm/i915: Use an uninterruptible wait for page-flips during modeset
Chris Wilson
2010-09-24
3
-13
/
+21
*
|
drm/i915: Remove unused dev_priv->panel_wants_dither
Chris Wilson
2010-09-24
2
-2
/
+1
*
|
drm/i915/ringbuffer: Fix sign of ring space.
Chris Wilson
2010-09-24
1
-1
/
+1
*
|
drm/i915: Remove idle timer debugging messages
Chris Wilson
2010-09-24
1
-4
/
+0
*
|
drm/i915/lvds: Probe DDC on creation
Chris Wilson
2010-09-24
1
-0
/
+21
*
|
drm/i915/tv: Sleep before checking for state changes.
Chris Wilson
2010-09-23
1
-2
/
+5
*
|
drm/i915: Remove the broken flush_ring from page-flip
Chris Wilson
2010-09-23
3
-12
/
+2
*
|
drm/i915/crt: Use a DDC probe on 0xA0 before load-detect
Chris Wilson
2010-09-22
1
-4
/
+35
*
|
drm/i915: Disable "disabled FBC" message when a no-op
Chris Wilson
2010-09-22
1
-0
/
+3
*
|
drm/i915: Drop ring->lazy_request
Chris Wilson
2010-09-22
2
-36
/
+6
*
|
drm/i915: Don't offset the pin used for crt_ddc
Chris Wilson
2010-09-22
1
-1
/
+1
*
|
drm/i915: Clear the gpu_write_list on resetting write_domain upon hang
Chris Wilson
2010-09-22
3
-28
/
+42
*
|
drm/i915: Don't overwrite the returned error-code
Chris Wilson
2010-09-21
1
-3
/
+3
*
|
drm/i915/lvds: Unlock the PP register when panel-fitting
Chris Wilson
2010-09-21
1
-2
/
+6
*
|
drm/i915: Use the correct DPB GMBUS port for GPIOE
Chris Wilson
2010-09-21
1
-2
/
+2
*
|
drm/i915: Drop crtc->fb pin on disable.
Chris Wilson
2010-09-21
1
-0
/
+15
*
|
drm/i915: Disable output polling across suspend & resume
Chris Wilson
2010-09-21
2
-3
/
+10
*
|
intel-gtt: clean up gtt size reporting
Daniel Vetter
2010-09-21
1
-1
/
+0
*
|
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
[prev]
[next]