From 438ceb3970802f2a86181e4beb796d4a9d14f1d0 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 25 Jan 2013 15:25:46 +0100 Subject: LocomotorPrimitives: Add copyright notice --- LocomotorPrimitives.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LocomotorPrimitives.cpp b/LocomotorPrimitives.cpp index cfb484e..3bb8d97 100644 --- a/LocomotorPrimitives.cpp +++ b/LocomotorPrimitives.cpp @@ -3,6 +3,8 @@ * Leg model with 14 Muscles. * * Author: Tobias Klauser + * + * Copyright (C) 2013 Tobias Klauser */ #include -- cgit v1.2.3-54-g00ecf '/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-07-26 13:47:12 -0700
committerEric Anholt <eric@anholt.net>2016-08-19 19:17:30 -0700
commit163195fc12cae0c8b5c0d74d3ba8d2c5f81773bc (patch)
treefb1fae850e1adb11ae9ffe85faded1e53135d60c
parentece7267dccf0e9e08cb6e8dc6b7ad2be9c4eb444 (diff)
drm/vc4: Fix handling of a pm_runtime_get_sync() success case.
If the device was already up, a 1 is returned instead of 0. We were erroring out, leading the 3D driver to sometimes fail at screen initialization (generally with ENOENT returned to it). Signed-off-by: Eric Anholt <eric@anholt.net> Fixes: af713795c59f ("drm/vc4: Add a getparam ioctl for getting the V3D identity regs.")