Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe-x86
Commits
56d237d2
Commit
56d237d2
authored
May 19, 2014
by
Ben Skeggs
Browse files
drm/nv50-/kms: wait for enough ring space in crtc_prepare()
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
6e8e268b
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/gpu/drm/nouveau/nv50_display.c
View file @
56d237d2
/*
/*
* Copyright 2011 Red Hat Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
...
...
@@ -957,7 +957,7 @@ nv50_crtc_prepare(struct drm_crtc *crtc)
nv50_display_flip_stop
(
crtc
);
push
=
evo_wait
(
mast
,
2
);
push
=
evo_wait
(
mast
,
6
);
if
(
push
)
{
if
(
nv50_vers
(
mast
)
<
NV84_DISP_MAST_CLASS
)
{
evo_mthd
(
push
,
0x0874
+
(
nv_crtc
->
index
*
0x400
),
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment