Searched refs:nv50_core (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
A D | core.h | 8 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 *); 26 int (*owner)(struct nv50_core *); 34 int (*ctrl)(struct nv50_core *, int or, u32 ctrl, 44 struct nv50_core **); 45 int core507d_init(struct nv50_core *); 50 int core507d_update(struct nv50_core *, u32 *, bool); 68 int corec37d_update(struct nv50_core *, u32 *, bool); [all …]
|
A 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()
|
A D | core507d.c | 34 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()
|
A D | corec37d.c | 34 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()
|
A D | core907d.c | 35 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()
|
A D | corec57d.c | 30 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()
|
A D | dac907d.c | 29 dac907d_ctrl(struct nv50_core *core, int or, u32 ctrl, in dac907d_ctrl()
|
A D | core827d.c | 39 core827d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core827d_new()
|
A D | core917d.c | 41 core917d_new(struct nouveau_drm *drm, s32 oclass, struct nv50_core **pcore) in core917d_new()
|
A D | sorc37d.c | 29 sorc37d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sorc37d_ctrl()
|
A D | sor907d.c | 32 sor907d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sor907d_ctrl()
|
A D | dac507d.c | 29 dac507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in dac507d_ctrl()
|
A D | pior507d.c | 30 pior507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in pior507d_ctrl()
|
A D | sor507d.c | 30 sor507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sor507d_ctrl()
|
A D | disp.h | 14 struct nv50_core *core;
|
A D | disp.c | 490 struct nv50_core *core = nv50_disp(encoder->dev)->core; in nv50_dac_atomic_disable() 505 struct nv50_core *core = nv50_disp(encoder->dev)->core; in nv50_dac_atomic_enable() 1638 struct nv50_core *core = disp->core; in nv50_sor_update() 1942 struct nv50_core *core = nv50_disp(encoder->dev)->core; in nv50_pior_atomic_disable() 1957 struct nv50_core *core = nv50_disp(encoder->dev)->core; in nv50_pior_atomic_enable() 2070 struct nv50_core *core = disp->core; in nv50_disp_atomic_commit_core() 2126 struct nv50_core *core = disp->core; in nv50_disp_atomic_commit_tail() 2516 struct nv50_core *core = nv50_disp(dev)->core; in nv50_disp_atomic_check() 2646 struct nv50_core *core = nv50_disp(dev)->core; in nv50_display_init()
|
A D | crc.c | 74 struct nv50_core *core = disp->core; in nv50_crc_program_ctx() 508 struct nv50_core *core = nv50_disp(head->base.base.dev)->core; in nv50_crc_ctx_init()
|
Completed in 26 milliseconds