Home
last modified time | relevance | path

Searched refs:nv50_core (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Dcore.h6 struct nv50_core { struct
11 int nv50_core_new(struct nouveau_drm *, struct nv50_core **); argument
12 void nv50_core_del(struct nv50_core **);
15 void (*init)(struct nv50_core *);
19 void (*update)(struct nv50_core *, u32 *interlock, bool ntfy);
23 void (*ctrl)(struct nv50_core *, int or, u32 ctrl,
28 int core507d_new(struct nouveau_drm *, s32, struct nv50_core **);
30 struct nv50_core **);
31 void core507d_init(struct nv50_core *);
34 void core507d_update(struct nv50_core *, u32 *, bool);
[all …]
Dcore.c27 nv50_core_del(struct nv50_core **pcore) in nv50_core_del()
29 struct nv50_core *core = *pcore; in nv50_core_del()
38 nv50_core_new(struct nouveau_drm *drm, struct nv50_core **pcore) in nv50_core_new()
43 int (*new)(struct nouveau_drm *, s32, struct nv50_core **); in nv50_core_new()
Dcore507d.c30 core507d_update(struct nv50_core *core, u32 *interlock, bool ntfy) in core507d_update()
65 core507d_init(struct nv50_core *core) in core507d_init()
89 s32 oclass, struct nv50_core **pcore) in core507d_new_()
93 struct nv50_core *core; in core507d_new_()
112 core507d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core507d_new()
Dcorec37d.c28 corec37d_update(struct nv50_core *core, u32 *interlock, bool ntfy) in corec37d_update()
75 corec37d_init(struct nv50_core *core) in corec37d_init()
107 corec37d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in corec37d_new()
Dcore907d.c37 core907d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core907d_new()
Dcore917d.c37 core917d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core917d_new()
Dsor907d.c27 sor907d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sor907d_ctrl()
Dsorc37d.c25 sorc37d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sorc37d_ctrl()
Ddac907d.c25 dac907d_ctrl(struct nv50_core *core, int or, u32 ctrl, in dac907d_ctrl()
Dcore827d.c38 core827d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core827d_new()
Ddac507d.c25 dac507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in dac507d_ctrl()
Dpior507d.c25 pior507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in pior507d_ctrl()
Dsor507d.c25 sor507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sor507d_ctrl()
Ddisp.h9 struct nv50_core *core;
Ddisp.c356 struct nv50_core *core = nv50_disp(encoder->dev)->core; in nv50_dac_disable()
369 struct nv50_core *core = nv50_disp(encoder->dev)->core; in nv50_dac_enable()
1288 struct nv50_core *core = disp->core; in nv50_sor_update()
1546 struct nv50_core *core = nv50_disp(encoder->dev)->core; in nv50_pior_disable()
1560 struct nv50_core *core = nv50_disp(encoder->dev)->core; in nv50_pior_enable()
1661 struct nv50_core *core = disp->core; in nv50_disp_atomic_commit_core()
2158 struct nv50_core *core = nv50_disp(dev)->core; in nv50_display_init()