aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2022-07-28 08:48:15 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2022-07-28 08:48:15 +1000
commit3a7135672e6931d80f24abc175b2db32f0eede4b (patch)
tree9e842d57f35b54489f19fff13c826ca9accc850c /drivers/gpu
parent86174b74b25e7a0ad8ca65765af78f90c47c520c (diff)
parent0c09bc33aa8e9dc867300acaadc318c2f0d85a1e (diff)
Merge branch 'for-linux-next-fixes' of git://anongit.freedesktop.org/drm/drm-misc
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/tiny/simpledrm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tiny/simpledrm.c b/drivers/gpu/drm/tiny/simpledrm.c
index 768242a78e2b..5422363690e7 100644
--- a/drivers/gpu/drm/tiny/simpledrm.c
+++ b/drivers/gpu/drm/tiny/simpledrm.c
@@ -627,7 +627,7 @@ static const struct drm_connector_funcs simpledrm_connector_funcs = {
.atomic_destroy_state = drm_atomic_helper_connector_destroy_state,
};
-static int
+static enum drm_mode_status
simpledrm_simple_display_pipe_mode_valid(struct drm_simple_display_pipe *pipe,
const struct drm_display_mode *mode)
{