Searched refs:nv50_core (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/ |
D | core.h | 6 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 …]
|
D | core.c | 27 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()
|
D | core507d.c | 30 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()
|
D | corec37d.c | 28 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()
|
D | core907d.c | 37 core907d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core907d_new()
|
D | core917d.c | 37 core917d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core917d_new()
|
D | sor907d.c | 27 sor907d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sor907d_ctrl()
|
D | sorc37d.c | 25 sorc37d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sorc37d_ctrl()
|
D | dac907d.c | 25 dac907d_ctrl(struct nv50_core *core, int or, u32 ctrl, in dac907d_ctrl()
|
D | core827d.c | 38 core827d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core827d_new()
|
D | dac507d.c | 25 dac507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in dac507d_ctrl()
|
D | pior507d.c | 25 pior507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in pior507d_ctrl()
|
D | sor507d.c | 25 sor507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sor507d_ctrl()
|
D | disp.h | 9 struct nv50_core *core;
|
D | disp.c | 356 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()
|