index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_display.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Avoid circular locking from intel_fbdev_fini()
Chris Wilson
2010-10-04
1
-2
/
+0
*
drm/i915: avoid struct mutex output_poll mutex lock loop on unload
Keith Packard
2010-10-04
1
-1
/
+1
*
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
2010-10-03
1
-22
/
+35
|
\
|
*
drm/i915: Use pipe state to tell when pipe is off
Keith Packard
2010-10-03
1
-24
/
+38
*
|
drm/i915: Only hold a process-local lock whilst throttling.
Chris Wilson
2010-09-24
1
-1
/
+1
*
|
drm/i915: Parse the eDP link configuration from the vBIOS
Chris Wilson
2010-09-24
1
-1
/
+1
*
|
drm/i915: Use an uninterruptible wait for page-flips during modeset
Chris Wilson
2010-09-24
1
-9
/
+20
*
|
drm/i915: Remove idle timer debugging messages
Chris Wilson
2010-09-24
1
-4
/
+0
*
|
drm/i915: Remove the broken flush_ring from page-flip
Chris Wilson
2010-09-23
1
-6
/
+1
*
|
drm/i915: Disable "disabled FBC" message when a no-op
Chris Wilson
2010-09-22
1
-0
/
+3
*
|
drm/i915: Drop crtc->fb pin on disable.
Chris Wilson
2010-09-21
1
-0
/
+15
*
|
drm/i915: Drain any pending flips on the fb prior to unpinning
Chris Wilson
2010-09-21
1
-19
/
+22
*
|
drm/i915: Merge ring flushing and lazy requests
Chris Wilson
2010-09-21
1
-1
/
+1
*
|
drm/i915: Use ring->flush() instead of MI_FLUSH
Chris Wilson
2010-09-21
1
-16
/
+15
*
|
drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965g
Chris Wilson
2010-09-21
1
-37
/
+37
*
|
Merge branch 'drm-intel-fixes' into HEAD
Chris Wilson
2010-09-21
1
-0
/
+8
|
\
|
|
*
drm/i915: Ensure that the crtcinfo is populated during mode_fixup()
Chris Wilson
2010-09-12
1
-0
/
+8
*
|
drm/i915: use GMBUS to manage i2c links
Chris Wilson
2010-09-18
1
-6
/
+0
*
|
drm/i915: Allow get_fence_reg() to be uninterruptible
Chris Wilson
2010-09-14
1
-1
/
+1
*
|
drm/i915: Push pipelining of display plane flushes to the caller
Chris Wilson
2010-09-14
1
-23
/
+33
*
|
drm/i915: Consolidate flushing the display plane
Chris Wilson
2010-09-14
1
-10
/
+6
*
|
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
1
-1
/
+17
*
|
drm/i915: Share crtc setup and teardown between dpms and disable/enable
Chris Wilson
2010-09-13
1
-80
/
+45
*
|
drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitter
Chris Wilson
2010-09-13
1
-31
/
+0
*
|
drm/i915: Use msleep instead of mdelay during wait_vblank_off
Chris Wilson
2010-09-12
1
-6
/
+7
*
|
drm/i915: Use macros to switch between equivalent pipe registers
Chris Wilson
2010-09-11
1
-491
/
+421
*
|
drm/i915: Tidy Ironlake watermark computation
Chris Wilson
2010-09-11
1
-113
/
+97
*
|
drm/i915: Fix updating FBC
Chris Wilson
2010-09-11
1
-68
/
+84
*
|
drm/i915: enable thermal reporting for IPS
Jesse Barnes
2010-09-11
1
-0
/
+4
*
|
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
2010-09-11
1
-2
/
+4
|
\
|
|
*
drm/i915: don't enable self-refresh on Ironlake
Jesse Barnes
2010-09-10
1
-2
/
+4
*
|
drm/i915: Use the real FDI frequency for determining b/w
Chris Wilson
2010-09-11
1
-1
/
+16
*
|
drm/i915: Only call udelay() when waiting for clocks to stabilise
Chris Wilson
2010-09-11
1
-3
/
+1
*
|
drm/i915: Ensure all PLL registers are flushed before a udelay()
Chris Wilson
2010-09-11
1
-0
/
+5
*
|
drm/i915: set FDI RX TU size to match transmit size
Jesse Barnes
2010-09-11
1
-0
/
+6
*
|
drm/i915: don't write TU size to N1 reg
Jesse Barnes
2010-09-11
1
-1
/
+1
*
|
drm/i915: split Ironlake FDI enable function
Jesse Barnes
2010-09-11
1
-27
/
+45
*
|
drm/i915: enable PCH PLL, FDI training and transcoder even for eDP
Jesse Barnes
2010-09-11
1
-123
/
+119
*
|
drm/i915: use i915 and Ironlake CRTC enable/disable functions in prepare/commit
Jesse Barnes
2010-09-11
1
-9
/
+60
*
|
drm/i915: split i9xx CRTC enable/disable code
Jesse Barnes
2010-09-10
1
-82
/
+103
*
|
drm/i915: split Ironlake CRTC enable/disable code
Jesse Barnes
2010-09-10
1
-281
/
+310
*
|
drm/i915: Make the connector->encoder relationship explicit
Chris Wilson
2010-09-09
1
-18
/
+9
*
|
drm/i915: Use the direct mapping of pipe->crtc
Chris Wilson
2010-09-09
1
-12
/
+0
*
|
drm/i915: Rename intel_encoder->enc to base for consistency
Chris Wilson
2010-09-09
1
-29
/
+23
*
|
drm/i915: set dither bits on eDP panels too
Jesse Barnes
2010-09-08
1
-18
/
+17
*
|
drm/i915: fix pipeconf dither bit definitions
Jesse Barnes
2010-09-08
1
-4
/
+4
*
|
drm/i915: Clear scanline waits after disabling the pipe.
Chris Wilson
2010-09-08
1
-2
/
+29
*
|
drm/i915/overlay: Make the overlay control struct opaque.
Chris Wilson
2010-09-08
1
-4
/
+4
[next]