Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/
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 …]
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.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()
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()
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()
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()
Ddac907d.c29 dac907d_ctrl(struct nv50_core *core, int or, u32 ctrl, in dac907d_ctrl()
Dcore827d.c39 core827d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core827d_new()
Dcore917d.c41 core917d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core917d_new()
Dsorc37d.c29 sorc37d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sorc37d_ctrl()
Ddac507d.c29 dac507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in dac507d_ctrl()
Dsor907d.c32 sor907d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sor907d_ctrl()
Dpior507d.c30 pior507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in pior507d_ctrl()
Dsor507d.c30 sor507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sor507d_ctrl()
Ddisp.h14 struct nv50_core *core;
Ddisp.c489 struct nv50_core *core = nv50_disp(encoder->dev)->core; in nv50_dac_atomic_disable()
504 struct nv50_core *core = nv50_disp(encoder->dev)->core; in nv50_dac_atomic_enable()
1614 struct nv50_core *core = disp->core; in nv50_sor_update()
1921 struct nv50_core *core = nv50_disp(encoder->dev)->core; in nv50_pior_atomic_disable()
1936 struct nv50_core *core = nv50_disp(encoder->dev)->core; in nv50_pior_atomic_enable()
2055 struct nv50_core *core = disp->core; in nv50_disp_atomic_commit_core()
2107 struct nv50_core *core = disp->core; in nv50_disp_atomic_commit_tail()
2498 struct nv50_core *core = nv50_disp(dev)->core; in nv50_disp_atomic_check()
2625 struct nv50_core *core = nv50_disp(dev)->core; in nv50_display_init()
Dcrc.c74 struct nv50_core *core = disp->core; in nv50_crc_program_ctx()
503 struct nv50_core *core = nv50_disp(head->base.base.dev)->core; in nv50_crc_ctx_init()