#include <core/os.h>
#include <core/class.h>
#include <core/handle.h>
#include <subdev/fb.h>
#include <engine/fifo.h>
#include <engine/graph.h>
#include "regs.h"
Go to the source code of this file.
#define NV17_WRITE_CTX |
( |
|
reg, |
|
|
|
val |
|
) |
| |
#define NV_WRITE_CTX |
( |
|
reg, |
|
|
|
val |
|
) |
| |
#define NV_WRITE_PIPE_INIT |
( |
|
value | ) |
*(pipe_state_addr++) = value |
#define PIPE_INIT |
( |
|
addr | ) |
|
#define PIPE_INIT_END |
( |
|
addr | ) |
|
Value:
if (pipe_state_addr != __end_addr) \
nv_error(
priv,
"incomplete pipe init for 0x%x : %p/%p\n", \
addr, pipe_state_addr, __end_addr); \
} while (0)
Value:do { \
int __i; \
} while (0)
Definition at line 426 of file nv10.c.
Value:do { \
int __i; \
} while (0)
Definition at line 418 of file nv10.c.
Initial value:
Definition at line 1138 of file nv10.c.
Initial value:
Definition at line 1144 of file nv10.c.
Initial value:= {
.ctor = nv10_graph_ctor,
.dtor = nv10_graph_dtor,
.init = nv10_graph_init,
.fini = nv10_graph_fini,
},
}
Definition at line 1306 of file nv10.c.