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
*
Revert "drm/i915/dp: use VBT provided eDP params if available"
Chris Wilson
2010-11-30
1
-89
/
+57
*
drm/i915: Clear pfit registers when not used by any outputs
Chris Wilson
2010-11-29
3
-11
/
+17
*
drm/i915: fix regression due to ba3d8d749b01548b9
Daniel Vetter
2010-11-28
1
-25
/
+18
*
drm/i915/sdvo: Always add a 30ms delay to make SDVO TV detection reliable
Chris Wilson
2010-11-24
1
-3
/
+5
*
drm/i915/sdvo: Always fallback to querying the shared DDC line
Chris Wilson
2010-11-23
1
-45
/
+6
*
drm/i915: Handle pagefaults in execbuffer user relocations
Chris Wilson
2010-11-23
1
-168
/
+293
*
drm/i915/sdvo: Only enable HDMI encodings only if the commandset is supported
Chris Wilson
2010-11-22
1
-11
/
+14
*
drm/i915: Only save/restore cursor regs if !KMS
Chris Wilson
2010-11-21
1
-20
/
+20
*
drm/i915: Prevent integer overflow when validating the execbuffer
Chris Wilson
2010-11-21
1
-1
/
+8
*
drm/i915: Disable FBC on Ironlake to save 1W
Alex Shi
2010-11-19
1
-1
/
+2
*
drm/i915: Take advantage of auto-polling CRT hotplug detection on PCH hardware
Keith Packard
2010-11-19
1
-38
/
+57
*
drm/i915/crt: Introduce struct intel_crt
Chris Wilson
2010-11-19
1
-27
/
+37
*
drm/i915: Do not hold mutex when faulting in user addresses
Chris Wilson
2010-11-19
1
-36
/
+27
*
Merge remote branch 'airlied/drm-fixes' into drm-intel-fixes
Chris Wilson
2010-11-15
1
-2
/
+1
|
\
|
*
drivers/gpu/drm: Update WARN uses
Joe Perches
2010-11-09
1
-2
/
+1
*
|
drm/i915: Retire any pending operations on the old scanout when switching
Chris Wilson
2010-11-13
3
-0
/
+28
*
|
drm/i915: Fix I2C adapter registration
Jean Delvare
2010-11-09
1
-5
/
+6
|
/
*
drm/i915: Fix LVDS fixed-mode regression from 219adae1
Chris Wilson
2010-11-09
1
-5
/
+11
*
drm/i915/ringbuffer: Use the HEAD auto-reporting mechanism
Chris Wilson
2010-11-08
1
-1
/
+12
*
drm/i915: Avoid might_fault during pwrite whilst holding our mutex
Chris Wilson
2010-11-08
1
-9
/
+16
*
drm/i915; Don't apply Ironlake FDI clock workaround to Sandybridge
Zhenyu Wang
2010-11-04
2
-3
/
+5
*
drm/i915: Fix KMS regression on Sandybridge/CPT
Zhenyu Wang
2010-11-04
1
-21
/
+33
*
i915: reprogram power monitoring registers on resume
Kyle McMartin
2010-11-03
2
-1
/
+4
*
drm/i915: SNB BLT workaround
Chris Wilson
2010-11-02
2
-3
/
+116
*
drm/i915: Fix the graphics frequency clamping at init and when IPS is active.
Jesse Barnes
2010-11-02
1
-5
/
+4
*
drm/i915: Allow powersave modparam to be adjusted at runtime.
Chris Wilson
2010-11-02
1
-1
/
+1
*
drm/i915: Apply big hammer to serialise buffer access between rings
Chris Wilson
2010-11-01
1
-28
/
+52
*
drm/i915: opregion_setup: iounmap correct address
Christoph Fritz
2010-11-01
1
-1
/
+1
*
drm/i915: Flush read-only buffers from the active list upon idle as well
Chris Wilson
2010-10-28
2
-13
/
+5
*
i915: signedness bug in check_overlay_src()
Dan Carpenter
2010-10-27
1
-1
/
+3
*
drm/i915: Fix typo from "Enable DisplayPort Audio"
Takashi Iwai
2010-10-27
1
-1
/
+1
*
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2010-10-26
37
-5497
/
+7022
|
\
|
*
drm/i915: Move gpu_write_list to per-ring
Chris Wilson
2010-10-24
4
-26
/
+29
|
*
drm/i915: Invalidate the to-ring, flush the old-ring when updating domains
Chris Wilson
2010-10-23
1
-3
/
+6
|
*
drm/i915/ringbuffer: Write the value passed in to the tail register
Chris Wilson
2010-10-22
2
-16
/
+16
|
*
drm/i915: Fix flushing regression from 9af90d19f
Chris Wilson
2010-10-22
1
-1
/
+1
|
*
drm/i915/sdvo: Remove unused encoding member
Chris Wilson
2010-10-22
1
-23
/
+22
|
*
i915: enable AVI infoframe for intel_hdmi.c [v4]
David Härdeman
2010-10-22
4
-105
/
+130
|
*
drm/i915: Fix current fb blocking for page flip
Chia-I Wu
2010-10-21
1
-5
/
+8
|
*
drm/i915: IS_IRONLAKE is synonymous with gen == 5
Chris Wilson
2010-10-21
8
-22
/
+18
|
*
drm/i915: Enable SandyBridge blitter ring
Chris Wilson
2010-10-21
10
-62
/
+170
|
*
drm/i915/ringbuffer: Remove broken intel_fill_struct()
Chris Wilson
2010-10-21
2
-19
/
+0
|
*
drm/i915/ringbuffer: Fix emit batch buffer regression from 8187a2b
Chris Wilson
2010-10-21
1
-1
/
+1
|
*
drm/i915: Copy the updated reloc->presumed_offset back to the user
Chris Wilson
2010-10-20
1
-0
/
+13
|
*
drm/i915: Track objects in global active list (as well as per-ring)
Chris Wilson
2010-10-20
5
-96
/
+58
|
*
drm/i915: Simplify most HAS_BSD() checks
Chris Wilson
2010-10-20
3
-37
/
+22
|
*
drm/i915: cache the last object lookup during pin_and_relocate()
Chris Wilson
2010-10-20
1
-171
/
+144
|
*
drm/i915: Do interrupible mutex lock first to avoid locking for unreference
Chris Wilson
2010-10-19
1
-113
/
+93
|
*
drivers: gpu: drm: i915: Fix a typo.
Andrea Gelmini
2010-10-19
1
-1
/
+1
|
*
drm/i915: rearrange mutex acquisition for pread
Chris Wilson
2010-10-19
1
-56
/
+43
[next]