Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
6b95a207c1fd552e7d017837c5eaf1b0173a48c9
/
drivers
/
gpu
/
drm
6b95a20
drm/i915: Add intel implementation of the pageflip ioctl
by Kristian Høgsberg
· 15 years ago
f40d681
Merge remote branch 'airlied/drm-next' into drm-intel-next
by Eric Anholt
· 15 years ago
103a196
drm/i915: PineView only has LVDS and CRT ports
by Zhenyu Wang
· 15 years ago
c356143
drm/i915: Don't set up the TV port if it isn't in the BIOS table.
by Zhao Yakui
· 15 years ago
7cf4f69
drm/i915: Don't set up the LVDS if it isn't in the BIOS device table.
by Zhao Yakui
· 15 years ago
ae266c9
drm/i915: Don't set up DP ports that aren't in the BIOS device table.
by Zhao Yakui
· 15 years ago
fc81665
drm/i915: Don't set up HDMI ports that aren't in the BIOS device table.
by Zhao Yakui
· 15 years ago
6363ee6
drm/i915: parse child device from VBT
by Zhao Yakui
· 15 years ago
c1b5dea
drm/i915: Disable pwrctx before unpin and free
by Kristian Høgsberg
· 15 years ago
69341a5
drm/i915: Hold struct_mutex while unreffing pwrctx object
by Kristian Høgsberg
· 15 years ago
33db679
drm/i915: Unregister i915_wedged debugfs entry using the right key
by Kristian Høgsberg
· 15 years ago
29874f4
drm/i915: fix gpio register detection logic for BIOS without VBT
by Shaohua Li
· 15 years ago
d271817
drm/i915: Avoid NULL dereference with component_only tv_modes
by Chris Wilson
· 15 years ago
9bedb97
drm/i915: fixup interrupted overlay switch off calls
by Daniel Vetter
· 15 years ago
12ca45f
drm/i915: overlay: extract some duplicated code
by Daniel Vetter
· in the future
2644487
drm/i915: remove Pineview EOS protection support
by Shaohua Li
· 15 years ago
311089d
drm/i915: use msleep for intel_wait_for_vblank
by Shaohua Li
· 15 years ago
1991bdf
drm/i915: handle failure path correctly for lvds
by Shaohua Li
· 15 years ago
1b3c7a4
drm/i915: Fix LVDS stability issue on Ironlake
by Zhenyu Wang
· 15 years ago
4215866
drm/i915: Restore the DPLL calculation logic for 9xx platform
by Zhao Yakui
· 15 years ago
d1fcea6
drm/i915: Check whether the LVDS downclock is found in VBT
by Zhao Yakui
· 15 years ago
18f9ed1
drm/i915: Enable LVDS downclock feature through EDID.
by Zhao Yakui
· 15 years ago
c8e0f93
drm/i915: Replace a calloc followed by copying data over it with malloc.
by Eric Anholt
· 15 years ago
46557be
Merge branch 'drm-core-next' of ../linux-2.6 into drm-next
by Dave Airlie
· 15 years ago
d91d8a3
drm/kms: add page flipping ioctl
by Kristian Høgsberg
· 15 years ago
dad07ca
drm: check return values in drm_version
by Andres Salomon
· 15 years ago
140a45f
drm: replace DRM_COPY macro w/ a function
by Andres Salomon
· 15 years ago
156822f
drm: kill more unused DRM macros
by Andres Salomon
· 15 years ago
4a92164
drm: when queuing an event with NEXTONMISS, return queued sequence to userspace
by Jesse Barnes
· 15 years ago
c9a9c5e
drm: Add async event synchronization for drmWaitVblank
by Kristian Høgsberg
· 15 years ago
4efc50d
drm: when queuing an event with NEXTONMISS, return queued sequence to userspace
by Jesse Barnes
· 15 years ago
fe625f1
Merge branch 'drm-next' of ../drm-2.6 into drm-next
by Dave Airlie
· 15 years ago
7433874
drm/radeon/kms: add debugfs for power management for AtomBIOS devices
by Rafał Miłecki
· 15 years ago
6782cc7
Merge branch 'drm-next' of ../drm-2.6 into drm-next
by Dave Airlie
· 15 years ago
a3fa632
drm/radeon/kms: initial mode validation support
by Alex Deucher
· 15 years ago
f95a9f0
drm/radeon/kms/atom/dce3: call transmitter init on mode set
by Alex Deucher
· 15 years ago
b75fad0
drm/radeon/kms: store detailed connector info
by Alex Deucher
· 15 years ago
4170a6c
drm/radeon/kms/atom/dce3: fix up usPixelClock calculation for Transmitter tables
by Alex Deucher
· 15 years ago
ee59f2b
drm/radeon/kms/r600: fix rs880 support v2
by Alex Deucher
· 15 years ago
5b8f0be
Merge remote branch 'airlied/drm-next' into drm-intel-next
by Eric Anholt
· 15 years ago
43bcd61
drm/i915: fix get_core_clock_speed for G33 class desktop chips
by Daniel Vetter
· 15 years ago
c650156
drm/i915: Add display hotplug event on Ironlake
by Zhenyu Wang
· 15 years ago
01c6688
drm/i915: Add ACPI OpRegion support for Ironlake
by Zhao Yakui
· 15 years ago
1dc7546
drm/i915: enable self-refresh on 965
by Jesse Barnes
· 15 years ago
a4f45cf
drm/i915: Support 30 bit depth modes
by Kristian Høgsberg
· 15 years ago
f3cd474
drm/i915: debugfs interface to manually reset the GPU
by Chris Wilson
· 15 years ago
aed5f1d
drm/i915: Use a single thread workqueue
by Chris Wilson
· 15 years ago
d0c3b04
drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS in DVO output code.
by Zhao Yakui
· 15 years ago
3e0f27e
drm/i915: Enable the SDVO debug code, which is now under DEBUG_KMS.
by Eric Anholt
· 15 years ago
28c9773
drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS
by Zhao Yakui
· 15 years ago
44d98a6
drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVER
by Zhao Yakui
· 15 years ago
5c5a435
drm/i915: overlay: kill one more unnecessary uninterruptible sleep
by Daniel Vetter
· 15 years ago
1df4b35
drm/i915: kill i915_lp_ring_sync
by Daniel Vetter
· 15 years ago
03f77ea
drm/i915: implement interruptible sleeps in the overlay code
by Daniel Vetter
· 15 years ago
5a5a0c6
drm/i915: implement fastpath for overlay flip waiting
by Daniel Vetter
· 15 years ago
240a2d1
drm/i915: fully switch off overlay when not in use
by Daniel Vetter
· 15 years ago
02e792f
drm/i915: implement drmmode overlay support v4
by Daniel Vetter
· 15 years ago
f0f8a9c
drm/i915: kill superflous IS_I855 macro
by Daniel Vetter
· 15 years ago
48764bf
drm/i915: add i915_lp_ring_sync helper
by Daniel Vetter
· 15 years ago
7a9c906
drm: make drm_mode_object_find typesafe
by Daniel Vetter
· 15 years ago
97f5ab6
drm/i915: add render standby support
by Jesse Barnes
· 15 years ago
d8a2d0e
drm/i915: HDMI hardware workaround for Ironlake
by Zhenyu Wang
· 15 years ago
4bfe6b6
drm/i915: Fix and cleanup DPLL calculation for Ironlake
by Zhenyu Wang
· 15 years ago
ba86bf8
drm/i915: Avoid potential sleep whilst holding spinlock
by Chris Wilson
· 15 years ago
4fe9676
Merge branch 'drm-next' of ../drm-2.6 into drm-next
by Dave Airlie
· 15 years ago
91d3f9b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 15 years ago
e29649d
drm/radeon/kms/r700: fix some typos in chip init
by Alex Deucher
· 15 years ago
6fa8d66
drm/radeon/kms: remove some misleading debugging output
by Alex Deucher
· 15 years ago
4d357ab
drm/radeon/kms: stop putting VRAM at 0 in MC space on r600s.
by Dave Airlie
· 15 years ago
8a9832e
drm/radeon/kms: disable D1VGA and D2VGA if enabled
by Dave Airlie
· 15 years ago
d6f2893
drm/radeon/kms: Don't RMW CP_RB_CNTL
by Alex Deucher
· 15 years ago
df67bed
drm/radeon/kms: fix coherency issues on AGP cards.
by Dave Airlie
· 15 years ago
c9354c8
i915: fix intel graphics suspend breakage due to resume/lid event confusion
by Linus Torvalds
· 15 years ago
273fad2
Merge branch 'drm-next' of ../drm-2.6 into drm-next
by Dave Airlie
· 15 years ago
ea1495a
drm/radeon/kms: fix rc410 suspend/resume.
by Dave Airlie
· 15 years ago
fc7f711
drm/radeon/kms: add quirk for hp dc5750
by Alex Deucher
· 15 years ago
d11aa88
drm/radeon/kms/atom: fix potential oops in spread spectrum code
by Alex Deucher
· 15 years ago
a2d49ae
drm/kms: typo fix
by James Simmons
· 15 years ago
61c4b24
drm/radeon/kms/atom: Make card_info per device
by Mathias Fröhlich
· 15 years ago
d56ef9c
drm/radeon/kms/atom: Fix DVO support
by Alex Deucher
· 15 years ago
8f552a6
drm/radeon/kms/atom: loosen pll min output limits
by Alex Deucher
· 15 years ago
77de084
drm/kms: fix kms/fbdev colormap support properly.
by Dave Airlie
· 15 years ago
fcb4561
drm: Add the basic check for the detailed timing in EDID
by Zhao Yakui
· 15 years ago
93239ea
drm/radeon/kms: ignore vga arbiter return.
by Dave Airlie
· 15 years ago
c182be3
drm: Add async event synchronization for drmWaitVblank
by Kristian Høgsberg
· 15 years ago
0a5c1e6
drm/radeon: A bit of cleanup work on radeon_freelist_get()
by Robert Noland
· 15 years ago
3e5cb98
drm/radeon/kms: add support for msi
by Alex Deucher
· 15 years ago
ebbe1cb
drm/radeon/kms/atom: add support for spread spectrum (v2)
by Alex Deucher
· 15 years ago
c290dad
drm/radeon/kms/r7xx: add regs for 40 bit CUR/GRPH addresses
by Alex Deucher
· 15 years ago
33fdb15
drm/radeon/r600: only assign vb after we know space is available.
by Robert Noland
· 15 years ago
c54b182
drm/radeon/r600: Replace repeated calculations with variable.
by Robert Noland
· 15 years ago
bc293e5
drm/radeon/kms/atom: get better min pixel clock info
by Mathias Fröhlich
· 15 years ago
790cfb3
drm/radeon/kms: add quirk for acer 5102
by Alex Deucher
· 15 years ago
5885b7a
drm/radeon/kms: fix vram_width calculation on r6xx/r7xx
by Alex Deucher
· 15 years ago
ceb776b
drm/radeon/kms: fix cs parser tex bit 11 check
by Mathias Fröhlich
· 15 years ago
c850cb7
drm/kms: fix kms/fbdev colormap support properly.
by Dave Airlie
· 15 years ago
4204878
drm/i915: Ironlake suspend/resume support
by Zhenyu Wang
· 15 years ago
fe798b9
drm/i915: kill warning in intel_find_pll_g4x_dp
by Jesse Barnes
· 15 years ago
629598d
drm/i915: update watermarks before enabling PLLs
by Jesse Barnes
· 15 years ago
0e442c6
drm/i915: add FIFO watermark support for G4x
by Jesse Barnes
· 15 years ago
Next »