index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-05
drm/exynos: Use DRM_FORMAT_{NV12, YUV420} instead of DRM_FORMAT_{NV12M, YUV420M}
Ville Syrjälä
2
-3
/
+3
2012-06-04
drm/i915: hold forcewake around ring hw init
Daniel Vetter
3
-7
/
+25
2012-06-04
drm/i915: Mark the ringbuffers as being in the GTT domain
Chris Wilson
1
-0
/
+4
2012-06-01
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
17
-1017
/
+321
2012-06-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+1
2012-06-01
drm/edid: Make the header fixup threshold tunable
Adam Jackson
1
-2
/
+9
2012-06-01
drm/radeon: fix regression in UMS CS ioctl
Alex Deucher
1
-14
/
+17
2012-06-01
drm/vmwgfx: Fix nasty write past alloced memory area
Thomas Hellstrom
1
-1
/
+1
2012-06-01
drm/ttm: Fix spinlock imbalance
Thomas Hellstrom
1
-0
/
+1
2012-06-01
drm/radeon: fixup tiling group size and backendmap on r6xx-r9xx (v4)
Alex Deucher
9
-991
/
+222
2012-06-01
drm/radeon: fix HD6790, HD6570 backend programming
Jerome Glisse
1
-2
/
+2
2012-06-01
drm/radeon: properly program gart on rv740, juniper, cypress, barts, hemlock
Alex Deucher
4
-0
/
+9
2012-06-01
drm/radeon: fix bank information in tiling config
Alex Deucher
3
-8
/
+18
2012-06-01
drm/mgag200: kick off conflicting framebuffers earlier.
Dave Airlie
1
-0
/
+19
2012-06-01
drm/cirrus: kick out conflicting framebuffers earlier
Dave Airlie
1
-0
/
+19
2012-05-31
radeon: add radeon prime vmap support.
Dave Airlie
2
-0
/
+41
2012-05-31
nouveau: add vmap support to nouveau prime support
Dave Airlie
2
-0
/
+42
2012-05-31
udl: support vmapping imported dma-bufs
Dave Airlie
2
-5
/
+33
2012-05-31
i915: add dma-buf vmap support for exporting vmapped buffer
Dave Airlie
2
-0
/
+58
2012-05-31
cirrus: avoid crash if driver fails to load
Dave Airlie
2
-1
/
+6
2012-05-31
drm/i915/crt: Do not rely upon the HPD presence pin
Chris Wilson
1
-3
/
+5
2012-05-31
radeon: add stub dma-buf mmap functionality
Dave Airlie
1
-0
/
+6
2012-05-31
nouveau: add stub dma-buf mmap functionality.
Dave Airlie
1
-0
/
+6
2012-05-31
i915: add stub dma-buf mmap callback.
Dave Airlie
1
-0
/
+6
2012-05-30
i810: switch to vm_mmap()
Al Viro
1
-3
/
+1
2012-05-29
drm/i915: Reset last_retired_head when resetting ring
Chris Wilson
1
-0
/
+1
2012-05-29
drm/edid/quirks: ViewSonic VA2026w
Adam Jackson
1
-4
/
+18
2012-05-29
drm/udl: remove unused variables.
Dave Airlie
1
-2
/
+0
2012-05-29
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
11
-101
/
+197
2012-05-29
drm/radeon: fix XFX quirk
Alex Deucher
1
-1
/
+3
2012-05-29
drm: Use stdint types for consistency
Ville Syrjälä
1
-2
/
+2
2012-05-29
drm: Constify params to format_check() and framebuffer_checks()
Ville Syrjälä
1
-2
/
+2
2012-05-29
drm/radeon: fix typo in trinity tiling setup
Alex Deucher
1
-1
/
+1
2012-05-29
drm/udl: unlock before returning in udl_gem_mmap()
Dan Carpenter
1
-1
/
+1
2012-05-29
radeon: make radeon_cs_update_pages static.
Dave Airlie
3
-27
/
+26
2012-05-25
drm/i915: tune down the noise of the RP irq limit fail
Daniel Vetter
1
-2
/
+3
2012-05-25
drm/i915: Remove the error message for unbinding pinned buffers
Chris Wilson
1
-4
/
+2
2012-05-25
drm/i915: Limit page allocations to lowmem (dma32) for i965
Chris Wilson
1
-1
/
+9
2012-05-24
Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
293
-14676
/
+41293
2012-05-24
drm/i915: always use RPNSWREQ for turbo change requests
Jesse Barnes
1
-1
/
+1
2012-05-24
drm/i915: reject doubleclocked cea modes on dp
Daniel Vetter
1
-0
/
+6
2012-05-24
drm/i915: Adding TV Out Missing modes.
Rodrigo Vivi
1
-0
/
+48
2012-05-24
drm/i915: wait for a vblank to pass after tv detect
Daniel Vetter
1
-0
/
+5
2012-05-24
drm/i915: no lvds quirk for HP t5740e Thin Client
Jan-Benedict Glaw
1
-0
/
+8
2012-05-24
drm/i915: enable vdd when switching off the eDP panel
Daniel Vetter
1
-10
/
+8
2012-05-24
drm/i915: Fix PCH PLL assertions to not assume CRTC:PLL relationship
Chris Wilson
1
-23
/
+33
2012-05-24
drm/i915: Always update RPS interrupts thresholds along with frequency
Chris Wilson
2
-47
/
+47
2012-05-24
drm/i915: properly handle interlaced bit for sdvo dtd conversion
Daniel Vetter
2
-4
/
+13
2012-05-24
drm/nouveau/nvd9: Fix GPIO initialisation sequence.
Marcin Kościelnicki
1
-1
/
+1
2012-05-24
drm/nouveau: Unregister switcheroo client on exit
Andreas Heider
1
-0
/
+2
[prev]
[next]