Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dcore.h8 struct nv50_core { struct
14 int nv50_core_new(struct nouveau_drm *, struct nv50_core **); argument
15 void nv50_core_del(struct nv50_core **);
18 int (*init)(struct nv50_core *);
23 int (*update)(struct nv50_core *, u32 *interlock, bool ntfy);
26 int (*owner)(struct nv50_core *);
34 int (*ctrl)(struct nv50_core *, int or, u32 ctrl,
42 int core507d_new(struct nouveau_drm *, s32, struct nv50_core **);
44 struct nv50_core **);
45 int core507d_init(struct nv50_core *);
[all …]
H A 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()
H A Dcore507d.c34 core507d_update(struct nv50_core *core, u32 *interlock, bool ntfy) in core507d_update()
106 struct nv50_core *core = disp->core; in core507d_caps_init()
131 core507d_init(struct nv50_core *core) in core507d_init()
158 s32 oclass, struct nv50_core **pcore) in core507d_new_()
162 struct nv50_core *core; in core507d_new_()
181 core507d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core507d_new()
H A Dcorec37d.c34 corec37d_wndw_owner(struct nv50_core *core) in corec37d_wndw_owner()
52 corec37d_update(struct nv50_core *core, u32 *interlock, bool ntfy) in corec37d_update()
128 corec37d_init(struct nv50_core *core) in corec37d_init()
176 corec37d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in corec37d_new()
H A Dcore907d.c35 struct nv50_core *core = disp->core; in core907d_caps_init()
75 core907d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core907d_new()
H A Dcorec57d.c30 corec57d_init(struct nv50_core *core) in corec57d_init()
77 corec57d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in corec57d_new()
H A Ddac907d.c29 dac907d_ctrl(struct nv50_core *core, int or, u32 ctrl, in dac907d_ctrl()
H A Dcore827d.c39 core827d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core827d_new()
H A Dcore917d.c41 core917d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core917d_new()
H A Dsorc37d.c29 sorc37d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sorc37d_ctrl()
H A Dsor907d.c32 sor907d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sor907d_ctrl()
H A Ddac507d.c29 dac507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in dac507d_ctrl()
H A Dsor507d.c30 sor507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sor507d_ctrl()
H A Dpior507d.c30 pior507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in pior507d_ctrl()
H A Ddisp.h14 struct nv50_core *core;
H A Ddisp.c475 struct nv50_core *core = nv50_disp(encoder->dev)->core; in nv50_dac_atomic_disable()
489 struct nv50_core *core = nv50_disp(encoder->dev)->core; in nv50_dac_atomic_enable()
1537 struct nv50_core *core = disp->core; in nv50_sor_update()
1966 struct nv50_core *core = nv50_disp(encoder->dev)->core; in nv50_pior_atomic_disable()
1980 struct nv50_core *core = nv50_disp(encoder->dev)->core; in nv50_pior_atomic_enable()
2102 struct nv50_core *core = disp->core; in nv50_disp_atomic_commit_core()
2172 struct nv50_core *core = disp->core; in nv50_disp_atomic_commit_tail()
2559 struct nv50_core *core = nv50_disp(dev)->core; in nv50_disp_atomic_check()
2783 struct nv50_core *core = nv50_disp(dev)->core; in nv50_display_init()
H A Dcrc.c76 struct nv50_core *core = disp->core; in nv50_crc_program_ctx()
505 struct nv50_core *core = nv50_disp(head->base.base.dev)->core; in nv50_crc_ctx_init()