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
*
drm/nve0/fifo: engine intr
Ben Skeggs
2014-03-26
1
-1
/
+7
*
drm/nve0/fifo: mask unhandled intr bits when seen, rather than all intrs
Ben Skeggs
2014-03-26
1
-2
/
+2
*
drm/nvc0/fifo: attempt to recover from engine ctxsw timeouts
Ben Skeggs
2014-03-26
1
-0
/
+34
*
drm/nvc0/fifo: attempt to recover engines from mmu faults
Ben Skeggs
2014-03-26
1
-2
/
+103
*
drm/nvc0/fifo: use subdev identifiers for bar/ifb fault recovery cases
Ben Skeggs
2014-03-26
2
-18
/
+16
*
drm/nvc0/fifo: use runlist event instead of polling
Ben Skeggs
2014-03-26
1
-2
/
+4
*
drm/nvc0/fifo: allow channels to be marked as unrunnable
Ben Skeggs
2014-03-26
1
-10
/
+22
*
drm/nvc0/fifo: sched intr
Ben Skeggs
2014-03-26
1
-2
/
+22
*
drm/nvc0/fifo: single printk for mmu fault data
Ben Skeggs
2014-03-26
1
-33
/
+52
*
drm/nvc0/fifo: ack pb intr individually after handling each unit
Ben Skeggs
2014-03-26
1
-42
/
+40
*
drm/nvc0/fifo: runlist intr
Ben Skeggs
2014-03-26
1
-14
/
+32
*
drm/nvc0/fifo: engine intr
Ben Skeggs
2014-03-26
1
-12
/
+40
*
drm/nvc0/fifo: mask unhandled intr bits when seen, rather than all intrs
Ben Skeggs
2014-03-26
1
-2
/
+2
*
drm/nvc0/fifo: rename a couple of units
Ben Skeggs
2014-03-26
1
-22
/
+22
*
drm/nvd0/disp: add debugging to show which supervisor actions are taken
Ben Skeggs
2014-03-26
1
-1
/
+6
*
drm/nv50-/disp: dump channel state when update method fails
Ben Skeggs
2014-03-26
2
-12
/
+81
*
drm/nv50-/disp: allow dumping core channel state at first supervisor intr
Ben Skeggs
2014-03-26
2
-0
/
+4
*
drm/nv50-/disp: add method descriptions for debugging
Ben Skeggs
2014-03-26
9
-0
/
+1023
*
drm/nv50/disp: decode the known error codes to human readable form
Ben Skeggs
2014-03-26
1
-20
/
+43
*
drm/nv50/disp: preparation for storing static class data
Ben Skeggs
2014-03-26
20
-121
/
+181
*
drm/nouveau/core: extend width of engine mask for namedb
Ben Skeggs
2014-03-26
2
-2
/
+2
*
drm/nouveau/bios: fix INDEX_ADDRESS_LATCHED trace printout
Ilia Mirkin
2014-03-26
1
-3
/
+2
*
drm/nv50/gr: decode texture trap status code
Ilia Mirkin
2014-03-26
1
-0
/
+16
*
drm/nouveau: use nv_debug for NV_DEBUG, make DRM a separate subflag
Ilia Mirkin
2014-03-26
2
-4
/
+3
*
drm/nouveau: make hdmi device finding failure prints debug level
Ilia Mirkin
2014-03-26
1
-6
/
+5
*
drm/nve0/fifo: allocate usermem as needed
Alexandre Courbot
2014-03-26
1
-2
/
+2
*
drm/nouveau: handle -EACCES runtime PM return code
Alexandre Courbot
2014-03-26
3
-4
/
+4
*
drm/nouveau/abi16: fix handles past the 32nd one
Ilia Mirkin
2014-03-26
1
-2
/
+2
*
drm/nouveau: replace ffsll with __ffs64
Ilia Mirkin
2014-03-26
2
-3
/
+3
*
drm/nouveau/hwmon: replace strict_strtol() with kstrtol()
Jingoo Han
2014-03-26
1
-2
/
+3
*
drm/nouveau/hwmon: remove some redundant checks
Dan Carpenter
2014-03-26
1
-8
/
+4
*
drm/nv50/graph: update status enum names
Ilia Mirkin
2014-03-26
1
-14
/
+15
*
Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...
Dave Airlie
2014-03-24
31
-2266
/
+5665
|
\
|
*
drm/exynos: fimd: remove unused variable
Andrzej Hajda
2014-03-24
1
-14
/
+6
|
*
drm/exynos: restore parallel output interface support
Andrzej Hajda
2014-03-24
5
-0
/
+360
|
*
drm/exynos: correct timing porch conversion
Andrzej Hajda
2014-03-24
1
-7
/
+5
|
*
drm/exynos: init kms poll after creation of connectors
Andrzej Hajda
2014-03-24
1
-3
/
+3
|
*
drm/exynos: delay fbdev initialization until an output is connected
Andrzej Hajda
2014-03-24
2
-12
/
+7
|
*
drm/exynos: fix unnecessary resource cleanup
Inki Dae
2014-03-24
1
-3
/
+2
|
*
drm/exynos: hdmi: use i2c_adapter instead of i2c_client
Inki Dae
2014-03-24
1
-8
/
+8
|
*
drm/exynos: hdmi: consider APB PHY
Inki Dae
2014-03-24
1
-3
/
+23
|
*
drm/exynos: Remove the exynos_drm_connector shim
Sean Paul
2014-03-24
4
-29
/
+6
|
*
drm/exynos: Implement lvds bridge discovery to DP driver
Sean Paul
2014-03-24
1
-0
/
+41
|
*
drm/bridge: Add PTN3460 bridge driver
Sean Paul
2014-03-24
5
-0
/
+359
|
*
drm/exynos: Implement drm_connector directly in vidi driver
Sean Paul
2014-03-24
1
-54
/
+108
|
*
drm/exynos: Implement drm_connector directly in dp driver
Sean Paul
2014-03-24
2
-9
/
+94
|
*
drm/exynos: Implement drm_connector in hdmi directly
Sean Paul
2014-03-24
1
-41
/
+85
|
*
drm/exynos: Add create_connector callback
Sean Paul
2014-03-24
2
-0
/
+5
|
*
drm/exynos: Consolidate suspend/resume in drm_drv
Sean Paul
2014-03-24
5
-288
/
+170
|
*
drm/exynos: Clean up FIMD power on/off routines
Sean Paul
2014-03-24
1
-111
/
+134
[next]