Symbol: nv50_atom
drivers/gpu/drm/nouveau/dispnv50/atom.h
3
#define nv50_atom(p) container_of((p), struct nv50_atom, state)
drivers/gpu/drm/nouveau/dispnv50/crc.c
355
struct nv50_atom *atom = nv50_atom(asyh->state.state);
drivers/gpu/drm/nouveau/dispnv50/crc.c
381
void nv50_crc_atomic_check_outp(struct nv50_atom *atom)
drivers/gpu/drm/nouveau/dispnv50/crc.h
117
static inline void nv50_crc_atomic_check_outp(struct nv50_atom *atom) {}
drivers/gpu/drm/nouveau/dispnv50/crc.h
13
struct nv50_atom;
drivers/gpu/drm/nouveau/dispnv50/crc.h
86
void nv50_crc_atomic_check_outp(struct nv50_atom *atom);
drivers/gpu/drm/nouveau/dispnv50/curs507a.c
87
nv50_atom(asyh->state.state)->lock_core = true;
drivers/gpu/drm/nouveau/dispnv50/disp.c
2108
struct nv50_atom *atom = nv50_atom(state);
drivers/gpu/drm/nouveau/dispnv50/disp.c
2178
struct nv50_atom *atom = nv50_atom(state);
drivers/gpu/drm/nouveau/dispnv50/disp.c
2490
nv50_disp_outp_atomic_add(struct nv50_atom *atom, struct drm_encoder *encoder)
drivers/gpu/drm/nouveau/dispnv50/disp.c
2509
nv50_disp_outp_atomic_check_clr(struct nv50_atom *atom,
drivers/gpu/drm/nouveau/dispnv50/disp.c
2538
nv50_disp_outp_atomic_check_set(struct nv50_atom *atom,
drivers/gpu/drm/nouveau/dispnv50/disp.c
2565
struct nv50_atom *atom = nv50_atom(state);
drivers/gpu/drm/nouveau/dispnv50/disp.c
2623
struct nv50_atom *atom = nv50_atom(state);
drivers/gpu/drm/nouveau/dispnv50/disp.c
2637
struct nv50_atom *atom = nv50_atom(state);
drivers/gpu/drm/nouveau/dispnv50/disp.c
2645
struct nv50_atom *atom;
drivers/gpu/drm/nouveau/dispnv50/head.c
449
nv50_atom(asyh->state.state)->lock_core = true;