index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
bluetooth
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-12-08
drm/i915: Set the error code after failing to insert new offset into mm ht.
Chris Wilson
1
-0
/
+1
2009-12-08
drm/i915: Report purgeable status in buffer lists.
Chris Wilson
1
-2
/
+3
2009-12-08
agp/intel-agp: Clear entire GTT on startup
David Woodhouse
1
-1
/
+6
2009-12-07
drm/i915: Fix product names and #defines
Adam Jackson
17
-349
/
+347
2009-12-07
agp/intel: Fix product names and #defines
Adam Jackson
1
-42
/
+42
2009-12-07
drm/i915: Drop a some common DRM_ERROR()
Chris Wilson
1
-2
/
+0
2009-12-07
drm/i915: warn if Pineview CxSR can't be enabled
Jesse Barnes
1
-0
/
+7
2009-12-07
drm/i915: pageflip fixes
Jesse Barnes
1
-3
/
+13
2009-12-02
drm/i915: Declare the new VBT parsing functions as static
Zhao Yakui
4
-4
/
+4
2009-12-02
drm/i915: Add the missing clonemask for display port on Ironlake
Zhao Yakui
1
-3
/
+3
2009-12-02
drm/i915: fix the incorrect condition judgement in dp_is_present_in_vbt
Zhao Yakui
1
-3
/
+3
2009-12-01
drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.
Eric Anholt
4
-1
/
+39
2009-12-01
drm/i915: Add 30ms delay to make SDVO TV detection reliable.
Zhao Yakui
1
-0
/
+4
2009-12-01
drm/i915: Fix typo in ioctl struct name.
Kristian Høgsberg
1
-1
/
+1
2009-12-01
drm/i915: Fix sync to vblank when VGA output is turned off
Li Peng
3
-8
/
+28
2009-12-01
drm/i915: disable the interrupt hotplug for integrated TV output
Adam Jackson
1
-1
/
+0
2009-12-01
drm/i915: Don't update the render-clock for every bo.
Chris Wilson
1
-2
/
+7
2009-12-01
drm/i915: Fix LVDS presence check
Adam Jackson
1
-11
/
+6
2009-12-01
drm/i915: Fix warning introduced with the page flipping ioctl.
Eric Anholt
1
-1
/
+0
2009-12-01
drm/i915: add GETPARAM request for page flipping
Jesse Barnes
2
-0
/
+4
2009-12-01
drm: use page flip event to signal flip completion
Jesse Barnes
2
-1
/
+2
2009-12-01
drm/i915: Add intel implementation of the pageflip ioctl
Kristian Høgsberg
6
-38
/
+291
2009-12-01
drm/i915: PineView only has LVDS and CRT ports
Zhenyu Wang
2
-3
/
+7
2009-12-01
drm/i915: Don't set up the TV port if it isn't in the BIOS table.
Zhao Yakui
1
-0
/
+39
2009-12-01
drm/i915: Don't set up the LVDS if it isn't in the BIOS device table.
Zhao Yakui
1
-0
/
+44
2009-12-01
drm/i915: Don't set up DP ports that aren't in the BIOS device table.
Zhao Yakui
1
-1
/
+52
2009-12-01
drm/i915: Don't set up HDMI ports that aren't in the BIOS device table.
Zhao Yakui
1
-1
/
+50
2009-12-01
drm/i915: parse child device from VBT
Zhao Yakui
4
-0
/
+93
2009-12-01
drm/i915: Disable pwrctx before unpin and free
Kristian Høgsberg
1
-0
/
+5
2009-12-01
drm/i915: Hold struct_mutex while unreffing pwrctx object
Kristian Høgsberg
1
-2
/
+2
2009-12-01
drm/i915: Unregister i915_wedged debugfs entry using the right key
Kristian Høgsberg
1
-5
/
+2
2009-12-01
drm/i915: fix gpio register detection logic for BIOS without VBT
Shaohua Li
3
-6
/
+2
2009-12-01
drm/i915: Avoid NULL dereference with component_only tv_modes
Chris Wilson
1
-7
/
+4
2009-11-30
drm/i915: fixup interrupted overlay switch off calls
Daniel Vetter
1
-3
/
+6
2009-11-30
drm/i915: overlay: extract some duplicated code
Daniel Vetter
1
-23
/
+19
2009-11-30
drm/i915: remove Pineview EOS protection support
Shaohua Li
3
-51
/
+0
2009-11-30
drm/i915: use msleep for intel_wait_for_vblank
Shaohua Li
1
-1
/
+1
2009-11-25
drm/i915: handle failure path correctly for lvds
Shaohua Li
1
-0
/
+1
2009-11-25
drm/i915: Fix LVDS stability issue on Ironlake
Zhenyu Wang
1
-19
/
+41
2009-11-25
drm/i915: Restore the DPLL calculation logic for 9xx platform
Zhao Yakui
1
-10
/
+11
2009-11-25
drm/i915: Check whether the LVDS downclock is found in VBT
Zhao Yakui
1
-0
/
+42
2009-11-25
drm/i915: Enable LVDS downclock feature through EDID.
Zhao Yakui
3
-3
/
+72
2009-11-25
drm/i915: Replace a calloc followed by copying data over it with malloc.
Eric Anholt
2
-3
/
+16
2009-11-18
drm/kms: add page flipping ioctl
Kristian Høgsberg
5
-0
/
+120
2009-11-18
drm: check return values in drm_version
Andres Salomon
1
-5
/
+11
2009-11-18
drm: replace DRM_COPY macro w/ a function
Andres Salomon
1
-12
/
+22
2009-11-18
drm: kill more unused DRM macros
Andres Salomon
2
-23
/
+12
2009-11-18
drm: kill some unused DRM_PROC macros from drmP.h
Andres Salomon
1
-10
/
+0
2009-11-18
drm: when queuing an event with NEXTONMISS, return queued sequence to userspace
Jesse Barnes
1
-0
/
+1
2009-11-18
drm: Add async event synchronization for drmWaitVblank
Kristian Høgsberg
6
-4
/
+251
[next]