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
/
intel_display.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: kill intel_clear_scanline_wait
Daniel Vetter
2012-05-03
1
-22
/
+0
*
drm/i915: remove LP_RING&friends from modeset code
Daniel Vetter
2012-05-03
1
-37
/
+41
*
drm/i915: properly check for MODESET for kms driver ioctls
Daniel Vetter
2012-05-03
1
-5
/
+2
*
drm/i915: Remove too early plane enable on pre-PCH hardware
Chris Wilson
2012-05-03
1
-1
/
+0
*
drm/i915: manage PCH PLLs separately from pipes
Jesse Barnes
2012-05-03
1
-75
/
+196
*
drm/i915: Silence the change of LVDS sync polarity
Chris Wilson
2012-04-18
1
-30
/
+7
*
drm/i915: add generic power management initialization
Eugeni Dodonov
2012-04-18
1
-123
/
+2
*
drm/i915: move clock gating functionality into intel_pm module
Eugeni Dodonov
2012-04-18
1
-354
/
+1
*
drm/i915: move emon functionality into intel_pm module
Eugeni Dodonov
2012-04-18
1
-86
/
+0
*
drm/i915: move drps, rps and rc6-related functions to intel_pm
Eugeni Dodonov
2012-04-18
1
-513
/
+0
*
drm/i915: move watermarks settings into intel_pm module
Eugeni Dodonov
2012-04-18
1
-1476
/
+0
*
drm/i915: move fbc-related functionality into intel_pm module
Eugeni Dodonov
2012-04-18
1
-484
/
+0
*
drm/i915: Remove the pipelined parameter from get_fence()
Chris Wilson
2012-04-18
1
-1
/
+1
*
drm/i915: Wait for all pending operations to the fb before disabling the pipe
Chris Wilson
2012-04-18
1
-23
/
+4
*
drm/i915: intel_update_fbc() requires struct_mutex, so no longer atomic
Chris Wilson
2012-04-18
1
-9
/
+6
*
drm/i915: Unpin the flip target if we fail to queue the flip
Chris Wilson
2012-04-18
1
-15
/
+35
*
drm/i915: [GEN7] Use HW scheduler for fixed function shaders
Ben Widawsky
2012-04-18
1
-0
/
+14
*
drm/i915: [sparse] trivial sparse fixes
Ben Widawsky
2012-04-18
1
-1
/
+1
*
drm/i915: Mask reserved bits in display/sprite address registers
Armin Reese
2012-04-17
1
-2
/
+2
*
drm/i915: disable rc6 on haswell for now
Eugeni Dodonov
2012-04-17
1
-0
/
+4
*
drm/i915: share IVB cursor routine with Haswell
Eugeni Dodonov
2012-04-17
1
-1
/
+1
*
drm/i915: share forcewaking code between IVB and HSW
Eugeni Dodonov
2012-04-17
1
-1
/
+1
*
drm/i915: set stc evict disable lra evict w/a
Daniel Vetter
2012-04-17
1
-0
/
+4
*
drm/i915: implement w/a for incorrect guarband clipping
Daniel Vetter
2012-04-17
1
-0
/
+4
*
drm/i915: implement a media hang w/a
Daniel Vetter
2012-04-17
1
-1
/
+2
*
Merge tag 'v3.4-rc3' into drm-intel-next-queued
Daniel Vetter
2012-04-17
1
-19
/
+50
|
\
|
*
drm/i915: implement ColorBlt w/a
Daniel Vetter
2012-04-11
1
-0
/
+4
|
*
drm/i915: Finish any pending operations on the framebuffer before disabling
Chris Wilson
2012-04-09
1
-19
/
+46
*
|
drm/i915: Export the generic, not arch specific, intel_update_watermarks()
Chris Wilson
2012-04-16
1
-3
/
+2
*
|
drm/i915: allow PCH PWM override on IVB
Jesse Barnes
2012-04-12
1
-0
/
+16
*
|
drm/i915: disable turbo on ValleyView for now
Jesse Barnes
2012-04-12
1
-2
/
+2
*
|
drm/i915: re-init modeset hw state after gpu reset
Daniel Vetter
2012-04-12
1
-11
/
+18
*
|
drm/i915: make DP configuration vars less confusing in ironlake_crtc_mode_se
Jesse Barnes
2012-04-12
1
-18
/
+16
*
|
drm/i915: rc6 in sysfs
Ben Widawsky
2012-04-12
1
-1
/
+1
*
|
drm/i915: use register name when disabling VGA
Jesse Barnes
2012-04-12
1
-1
/
+1
*
|
drm/i915: Reorganise rules for get_fence/put_fence
Chris Wilson
2012-04-12
1
-6
/
+4
*
|
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...
Dave Airlie
2012-04-12
1
-191
/
+593
|
\
\
|
|
/
|
/
|
|
*
drm/i915: Add a dual link lvds quirk for MacBook Pro 8,2
Daniel Vetter
2012-04-09
1
-0
/
+22
|
*
drm/i915: make quirks more verbose
Daniel Vetter
2012-04-09
1
-1
/
+3
|
*
drm/i915: add ValleyView specific force wake get/put functions
Jesse Barnes
2012-03-29
1
-0
/
+2
|
*
drm/i915: program drain latency regs on ValleyView
Gajanan Bhat
2012-03-28
1
-0
/
+77
|
*
drm/i915: add ValleyView clock gating init
Jesse Barnes
2012-03-28
1
-0
/
+50
|
*
drm/i915: add DPIO support
Jesse Barnes
2012-03-28
1
-0
/
+61
|
*
drm/i915: PLL defines for VLV
Jesse Barnes
2012-03-28
1
-1
/
+9
|
*
drm/i915: ValleyView watermark support
Jesse Barnes
2012-03-28
1
-0
/
+65
|
*
drm/i915: split PLL update code out of i9xx_crtc_mode_set
Daniel Vetter
2012-03-28
1
-117
/
+179
|
*
drm/i915: split LVDS update code out of i9xx_crtc_mode_set
Daniel Vetter
2012-03-28
1
-48
/
+58
|
*
drm/i915/sdov: switch IS_SDVOB to a flag
Daniel Vetter
2012-03-24
1
-3
/
+3
|
*
drm/i915: Add lvds_channel module option
Takashi Iwai
2012-03-22
1
-0
/
+4
|
*
drm/i915: Check VBIOS value for determining LVDS dual channel mode, too
Takashi Iwai
2012-03-22
1
-6
/
+24
[next]