index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-07-30
17
-508
/
+493
|
\
|
*
drm/exynos: fixed exception to page allocation failure
Inki Dae
2012-07-27
1
-1
/
+1
|
*
drm/exynos: use __free_page() to deallocate memory
Inki Dae
2012-07-27
1
-15
/
+6
|
*
drm/exynos: fixed a comment to gem size.
Inki Dae
2012-07-27
1
-1
/
+2
|
*
drm/exynos: removed unnecessary variable
Inki Dae
2012-07-27
1
-5
/
+0
|
*
drm/exynos: do not release memory region from exporter.
Inki Dae
2012-07-27
1
-0
/
+10
|
*
drm/exynos: set buffer type from exporter.
Inki Dae
2012-07-27
1
-7
/
+20
|
*
drm/exynos: use alloc_page() to allocate pages.
Inki Dae
2012-07-27
1
-11
/
+3
|
*
drm/exynos: fixed build warning.
Inki Dae
2012-07-27
1
-1
/
+1
|
*
drm/exynos: fixed edid data setting at vidi connection request
Inki Dae
2012-07-27
1
-7
/
+31
|
*
drm/exynos: check if raw edid data is fake or not for test
Inki Dae
2012-07-27
1
-0
/
+6
|
*
drm/exynos: set edid fake data only for test.
Inki Dae
2012-07-27
1
-3
/
+4
|
*
drm/exynos: removed unnecessary declaration.
Inki Dae
2012-07-27
1
-2
/
+0
|
*
drm/exynos: fix buffer pitch calculation
Cooper Yuan
2012-07-27
1
-1
/
+1
|
*
drm/exynos: check for null in return value of dma_buf_map_attachment()
Subash Patel
2012-07-27
1
-1
/
+1
|
*
drm/exynos: return NULL if exynos_pages_to_sg fails
Subash Patel
2012-07-27
1
-0
/
+4
|
*
drm/exynos: Use devm_* functions in exynos_mixer.c
Sachin Kamat
2012-07-27
1
-34
/
+14
|
*
drm/exynos: Use devm_* functions in exynos_hdmi.c
Sachin Kamat
2012-07-27
1
-29
/
+7
|
*
drm/exynos: Use devm_* functions in exynos_drm_fimd.c
Sachin Kamat
2012-07-27
1
-32
/
+8
|
*
drm/exynos: Add missing static storage class specifier
Sachin Kamat
2012-07-27
1
-1
/
+2
|
*
drm/exynos: add property for crtc mode
Joonyoung Shim
2012-07-27
2
-0
/
+73
|
*
drm/exynos: add crtc disable function
Joonyoung Shim
2012-07-27
1
-0
/
+11
|
*
drm/exynos: add plane enable/disable
Joonyoung Shim
2012-07-27
6
-28
/
+50
|
*
drm/exynos: remove unnecessary connector dpms control
Joonyoung Shim
2012-07-27
1
-11
/
+0
|
*
drm/exynos: fix dpms operation for mode set
Joonyoung Shim
2012-07-27
3
-37
/
+5
|
*
drm/exynos: add property for plane zpos
Joonyoung Shim
2012-07-27
4
-49
/
+48
|
*
drm/exynos: update overlay via plane from crtc
Joonyoung Shim
2012-07-27
6
-222
/
+151
|
*
drm/exynos: use private plane for crtc
Joonyoung Shim
2012-07-27
5
-31
/
+47
|
*
drm/exynos: define to_exynos_plane macro
Joonyoung Shim
2012-07-27
1
-7
/
+6
|
*
drm/exynos: fix to set pipe of crtc
Joonyoung Shim
2012-07-27
3
-18
/
+24
|
*
drm/exynos: fix point to call overlay_ops->mode_set
Joonyoung Shim
2012-07-27
2
-9
/
+12
*
|
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-07-26
172
-3244
/
+7450
|
\
\
|
|
/
|
*
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
2012-07-26
18
-119
/
+140
|
|
\
|
|
*
drm/i915: unbreak lastclose for failed driver init
Daniel Vetter
2012-07-25
1
-1
/
+7
|
|
*
drm/i915: Set the context before setting up regs for the context.
Eric Anholt
2012-07-25
1
-4
/
+4
|
|
*
drm/i915: constify mode in crtc_mode_fixup
Daniel Vetter
2012-07-25
1
-1
/
+1
|
|
*
drm/i915/lvds: ditch ->prepare special case
Daniel Vetter
2012-07-25
1
-7
/
+1
|
|
*
drm/i915: dereferencing an error pointer
Dan Carpenter
2012-07-25
1
-1
/
+3
|
|
*
drm/i915: fix invalid reference handling of the default ctx obj
Chris Wilson
2012-07-25
1
-14
/
+4
|
|
*
drm/i915: Add -EIO to the list of known errors for __wait_seqno
Chris Wilson
2012-07-25
1
-0
/
+1
|
|
*
drm/i915: Flush the context object from the CPU caches upon switching
Chris Wilson
2012-07-25
1
-0
/
+11
|
|
*
drm/i915: Make the lock for pageflips interruptible
Chris Wilson
2012-07-20
1
-1
/
+4
|
|
*
drm/i915: don't forget the PCH backlight registers
Paulo Zanoni
2012-07-20
1
-1
/
+14
|
|
*
drm/i915: Insert a flush between batches if the breadcrumb was dropped
Chris Wilson
2012-07-20
1
-2
/
+7
|
|
*
drm/i915: missing error case in init status page
Ben Widawsky
2012-07-20
1
-0
/
+1
|
|
*
drm/i915: mask tiled bit when updating ILK sprites
Ander Conselvan de Oliveira
2012-07-20
1
-0
/
+1
|
|
*
drm/i915: try to train DP even harder
Paulo Zanoni
2012-07-20
1
-1
/
+1
|
|
*
drm/i915: kill intel_ddc_probe
Daniel Vetter
2012-07-20
2
-29
/
+0
|
|
*
drm/i915: check whether we actually received an edid in detect_ddc
Daniel Vetter
2012-07-20
1
-19
/
+14
|
|
*
drm/i915: fix up PCH backlight #define mixup
Daniel Vetter
2012-07-20
1
-1
/
+1
[next]