mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 18:30:09 +01:00
nvc0: fix indentation in nvc0_screen_init()
Trivial. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
0fc3b7c88e
commit
6820f75c91
1 changed files with 1 additions and 1 deletions
|
|
@ -911,7 +911,7 @@ nvc0_screen_create(struct nouveau_device *dev)
|
|||
screen->base.drm->version >= 0x01000101);
|
||||
BEGIN_NVC0(push, NVC0_3D(RT_COMP_ENABLE(0)), 8);
|
||||
for (i = 0; i < 8; ++i)
|
||||
PUSH_DATA(push, screen->base.drm->version >= 0x01000101);
|
||||
PUSH_DATA(push, screen->base.drm->version >= 0x01000101);
|
||||
|
||||
BEGIN_NVC0(push, NVC0_3D(RT_CONTROL), 1);
|
||||
PUSH_DATA (push, 1);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue