index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-08
drm/exynos: added drm prime feature.
Inki Dae
8
-9
/
+353
2012-05-08
drm/exynos: added cache attribute support for gem.
Inki Dae
1
-10
/
+39
2012-05-07
Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...
Dave Airlie
35
-124
/
+160
2012-05-07
Merge tag 'v3.4-rc6' into drm-intel-next
Daniel Vetter
35
-124
/
+160
2012-05-07
gma500: mid-bios: rewrite VBT/GCT handling in a cleaner way
Kirill A. Shutemov
5
-131
/
+203
2012-05-07
gma500: fix -Wmissing-include-dirs warnings
Kirill A. Shutemov
1
-1
/
+1
2012-05-07
gma500: cdv_intel_lvds: mark cdv_intel_lvds_enc_funcs as static
Kirill A. Shutemov
1
-1
/
+1
2012-05-07
gma500: oaktrail_hdmi_i2c_handler(): base should be __iomem
Kirill A. Shutemov
1
-1
/
+1
2012-05-07
gma500: lid_state should be __iomem
Kirill A. Shutemov
1
-1
/
+1
2012-05-07
gma500: psb_irq_turn_off_dpst() fix bit operation
Kirill A. Shutemov
1
-1
/
+1
2012-05-07
gma500: framebuffer: mark psb_fb_helper_funcs as static
Kirill A. Shutemov
1
-1
/
+1
2012-05-07
gma500: vram_addr should be __iomem
Kirill A. Shutemov
2
-3
/
+2
2012-05-07
gma500: sgx_reg and vdc_reg should be __iomem
Kirill A. Shutemov
1
-2
/
+2
2012-05-07
gma500: gtt: fix __iomem sparse warnings
Kirill A. Shutemov
2
-5
/
+8
2012-05-07
gma500: psb_gtt_init(): drop unused variable
Kirill A. Shutemov
1
-2
/
+1
2012-05-07
gma500: address the lid code
Alan Cox
3
-3
/
+2
2012-05-07
gma500: opregion and ACPI
Alan Cox
11
-188
/
+396
2012-05-04
drm/radeon: clarify and extend wb setup on APUs and NI+ asics
Alex Deucher
1
-2
/
+2
2012-05-03
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
5
-12
/
+21
2012-05-03
gma500: implement backlight functionality for Cedartrail devices
Alan Cox
1
-63
/
+52
2012-05-03
gma500: wide framebuffer memory
Alan Cox
1
-0
/
+2
2012-05-03
gma500: Sync up Oaktrail HDMI
Alan Cox
1
-0
/
+1
2012-05-03
gma500: don't register the ACPI video bus
Alan Cox
1
-1
/
+1
2012-05-03
gma500: mdfld_dsi_dpi_mode_set() do not corrupt DSPSTRIDE
Kirill A. Shutemov
1
-1
/
+0
2012-05-03
drm/i915: enable dip before writing data on gen4
Paulo Zanoni
1
-1
/
+1
2012-05-03
nouveau: initialise has_optimus variable.
Dave Airlie
1
-1
/
+1
2012-05-03
drm/radeon: add connector table for SAM440ep embedded board
Alex Deucher
2
-0
/
+67
2012-05-03
drm/radeon: avoid leaking const ib (not used yet on si and newer GPU)
Jerome Glisse
1
-0
/
+5
2012-05-03
drm/radeon: Original Radeons had PCI GART, not PCIe GART.
Michel Dänzer
1
-1
/
+1
2012-05-03
drm/radeon: remove cayman_gpu_is_lockup
Christian König
3
-26
/
+6
2012-05-03
drm/radeon: remove r300_gpu_is_lockup
Christian König
3
-23
/
+8
2012-05-03
drm/radeon: make forcing ring activity a common function
Christian König
8
-56
/
+23
2012-05-03
drm/radeon: unlock the ring mutex while waiting for the next fence
Christian König
1
-0
/
+2
2012-05-03
drm/radeon: make lockup timeout a module param
Christian König
3
-1
/
+6
2012-05-03
drm/radeon: move lockup detection code into radeon_ring.c
Christian König
9
-91
/
+69
2012-05-03
drm/radeon: rework recursive gpu reset handling
Christian König
4
-12
/
+32
2012-05-03
drm/radeon: fix a bug with the ring syncing code
Christian König
4
-50
/
+93
2012-05-03
drm/radeon: don't keep list of created fences.
Christian König
2
-8
/
+0
2012-05-03
drm/radeon: rename fence_wait_last to fence_wait_empty
Christian König
3
-4
/
+4
2012-05-03
drm/radeon: return -ENOENT in fence_wait_next v2
Christian König
1
-1
/
+1
2012-05-03
drm/radeon: fix a bug in the SA code
Christian König
1
-1
/
+1
2012-05-03
drm/radeon: rework gpu lockup detection and processing
Christian König
2
-76
/
+77
2012-05-03
drm/radeon: use central function for IB testing
Christian König
14
-60
/
+57
2012-05-03
drm/radeon: register ring debugfs handlers on init
Christian König
1
-12
/
+19
2012-05-03
drm/radeon: replace gpu_lockup with ring->ready flag
Christian König
6
-28
/
+13
2012-05-03
drm/radeon: make radeon_gpu_is_lockup a per ring function
Christian König
3
-22
/
+28
2012-05-03
cdv: Fix typos in initialization of mdfld_chip_ops
Patrik Jakobsson
1
-2
/
+2
2012-05-02
fixing dmi match for hp t5745 and hp st5747 thin client
Marc Gariepy
1
-2
/
+2
2012-05-02
drm/i915: Only enable IPS polling for gen5
Chris Wilson
2
-5
/
+13
2012-05-02
drm/i915: Do not read non-existent DPLL registers on PCH hardware
Chris Wilson
1
-4
/
+5
[next]