Symbol: nv50_core
drivers/gpu/drm/nouveau/dispnv50/core.c
27
nv50_core_del(struct nv50_core **pcore)
drivers/gpu/drm/nouveau/dispnv50/core.c
29
struct nv50_core *core = *pcore;
drivers/gpu/drm/nouveau/dispnv50/core.c
38
nv50_core_new(struct nouveau_drm *drm, struct nv50_core **pcore)
drivers/gpu/drm/nouveau/dispnv50/core.c
43
int (*new)(struct nouveau_drm *, s32, struct nv50_core **);
drivers/gpu/drm/nouveau/dispnv50/core.h
17
int nv50_core_new(struct nouveau_drm *, struct nv50_core **);
drivers/gpu/drm/nouveau/dispnv50/core.h
18
void nv50_core_del(struct nv50_core **);
drivers/gpu/drm/nouveau/dispnv50/core.h
21
int (*init)(struct nv50_core *);
drivers/gpu/drm/nouveau/dispnv50/core.h
27
int (*update)(struct nv50_core *, u32 *interlock, bool ntfy);
drivers/gpu/drm/nouveau/dispnv50/core.h
30
int (*owner)(struct nv50_core *);
drivers/gpu/drm/nouveau/dispnv50/core.h
38
int (*ctrl)(struct nv50_core *, int or, u32 ctrl,
drivers/gpu/drm/nouveau/dispnv50/core.h
46
int core507d_new(struct nouveau_drm *, s32, struct nv50_core **);
drivers/gpu/drm/nouveau/dispnv50/core.h
48
struct nv50_core **);
drivers/gpu/drm/nouveau/dispnv50/core.h
49
int core507d_init(struct nv50_core *);
drivers/gpu/drm/nouveau/dispnv50/core.h
54
int core507d_update(struct nv50_core *, u32 *, bool);
drivers/gpu/drm/nouveau/dispnv50/core.h
60
int core827d_new(struct nouveau_drm *, s32, struct nv50_core **);
drivers/gpu/drm/nouveau/dispnv50/core.h
62
int core907d_new(struct nouveau_drm *, s32, struct nv50_core **);
drivers/gpu/drm/nouveau/dispnv50/core.h
67
int core917d_new(struct nouveau_drm *, s32, struct nv50_core **);
drivers/gpu/drm/nouveau/dispnv50/core.h
69
int corec37d_new(struct nouveau_drm *, s32, struct nv50_core **);
drivers/gpu/drm/nouveau/dispnv50/core.h
72
int corec37d_update(struct nv50_core *, u32 *, bool);
drivers/gpu/drm/nouveau/dispnv50/core.h
73
int corec37d_wndw_owner(struct nv50_core *);
drivers/gpu/drm/nouveau/dispnv50/core.h
76
int corec57d_new(struct nouveau_drm *, s32, struct nv50_core **);
drivers/gpu/drm/nouveau/dispnv50/core.h
78
int coreca7d_new(struct nouveau_drm *, s32, struct nv50_core **);
drivers/gpu/drm/nouveau/dispnv50/core507d.c
106
struct nv50_core *core = disp->core;
drivers/gpu/drm/nouveau/dispnv50/core507d.c
131
core507d_init(struct nv50_core *core)
drivers/gpu/drm/nouveau/dispnv50/core507d.c
158
s32 oclass, struct nv50_core **pcore)
drivers/gpu/drm/nouveau/dispnv50/core507d.c
162
struct nv50_core *core;
drivers/gpu/drm/nouveau/dispnv50/core507d.c
182
core507d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore)
drivers/gpu/drm/nouveau/dispnv50/core507d.c
34
core507d_update(struct nv50_core *core, u32 *interlock, bool ntfy)
drivers/gpu/drm/nouveau/dispnv50/core827d.c
39
core827d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore)
drivers/gpu/drm/nouveau/dispnv50/core907d.c
35
struct nv50_core *core = disp->core;
drivers/gpu/drm/nouveau/dispnv50/core907d.c
75
core907d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore)
drivers/gpu/drm/nouveau/dispnv50/core917d.c
41
core917d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore)
drivers/gpu/drm/nouveau/dispnv50/corec37d.c
128
corec37d_init(struct nv50_core *core)
drivers/gpu/drm/nouveau/dispnv50/corec37d.c
177
corec37d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore)
drivers/gpu/drm/nouveau/dispnv50/corec37d.c
34
corec37d_wndw_owner(struct nv50_core *core)
drivers/gpu/drm/nouveau/dispnv50/corec37d.c
52
corec37d_update(struct nv50_core *core, u32 *interlock, bool ntfy)
drivers/gpu/drm/nouveau/dispnv50/corec57d.c
31
corec57d_init(struct nv50_core *core)
drivers/gpu/drm/nouveau/dispnv50/corec57d.c
79
corec57d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore)
drivers/gpu/drm/nouveau/dispnv50/coreca7d.c
119
coreca7d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore)
drivers/gpu/drm/nouveau/dispnv50/coreca7d.c
16
coreca7d_update(struct nv50_core *core, u32 *interlock, bool ntfy)
drivers/gpu/drm/nouveau/dispnv50/coreca7d.c
58
coreca7d_init(struct nv50_core *core)
drivers/gpu/drm/nouveau/dispnv50/crc.c
505
struct nv50_core *core = nv50_disp(head->base.base.dev)->core;
drivers/gpu/drm/nouveau/dispnv50/crc.c
76
struct nv50_core *core = disp->core;
drivers/gpu/drm/nouveau/dispnv50/dac507d.c
29
dac507d_ctrl(struct nv50_core *core, int or, u32 ctrl,
drivers/gpu/drm/nouveau/dispnv50/dac907d.c
29
dac907d_ctrl(struct nv50_core *core, int or, u32 ctrl,
drivers/gpu/drm/nouveau/dispnv50/disp.c
1544
struct nv50_core *core = disp->core;
drivers/gpu/drm/nouveau/dispnv50/disp.c
1973
struct nv50_core *core = nv50_disp(encoder->dev)->core;
drivers/gpu/drm/nouveau/dispnv50/disp.c
1987
struct nv50_core *core = nv50_disp(encoder->dev)->core;
drivers/gpu/drm/nouveau/dispnv50/disp.c
2109
struct nv50_core *core = disp->core;
drivers/gpu/drm/nouveau/dispnv50/disp.c
2179
struct nv50_core *core = disp->core;
drivers/gpu/drm/nouveau/dispnv50/disp.c
2566
struct nv50_core *core = nv50_disp(dev)->core;
drivers/gpu/drm/nouveau/dispnv50/disp.c
2790
struct nv50_core *core = nv50_disp(dev)->core;
drivers/gpu/drm/nouveau/dispnv50/disp.c
485
struct nv50_core *core = nv50_disp(encoder->dev)->core;
drivers/gpu/drm/nouveau/dispnv50/disp.c
499
struct nv50_core *core = nv50_disp(encoder->dev)->core;
drivers/gpu/drm/nouveau/dispnv50/disp.h
14
struct nv50_core *core;
drivers/gpu/drm/nouveau/dispnv50/pior507d.c
30
pior507d_ctrl(struct nv50_core *core, int or, u32 ctrl,
drivers/gpu/drm/nouveau/dispnv50/sor507d.c
30
sor507d_ctrl(struct nv50_core *core, int or, u32 ctrl,
drivers/gpu/drm/nouveau/dispnv50/sor907d.c
32
sor907d_ctrl(struct nv50_core *core, int or, u32 ctrl,
drivers/gpu/drm/nouveau/dispnv50/sorc37d.c
29
sorc37d_ctrl(struct nv50_core *core, int or, u32 ctrl,