Home
last modified time | relevance | path

Searched refs:nv04_display (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c60 struct nv04_display *disp = nv04_display(dev); in nv04_display_fini()
101 struct nv04_display *disp = nv04_display(dev); in nv04_display_init()
191 struct nv04_display *disp = nv04_display(dev); in nv04_display_destroy()
220 struct nv04_display *disp; in nv04_display_create()
H A Ddisp.h83 struct nv04_display { struct
93 static inline struct nv04_display * argument
94 nv04_display(struct drm_device *dev) in nv04_display() function
H A Dcursor.c42 struct nv04_crtc_reg *regp = &nv04_display(dev)->mode_reg.crtc_reg[nv_crtc->index]; in nv04_cursor_set_offset()
H A Ddac.c432 uint32_t *dac_users = &nv04_display(dev)->dac_users[ffs(dcb->or) - 1]; in nv04_dac_update_dacclk()
457 (nv04_display(dev)->dac_users[ffs(dcb->or) - 1] & ~(1 << dcb->index)); in nv04_dac_in_use()
H A Dhw.h376 &nv04_display(dev)->mode_reg.crtc_reg[head].CRTC[NV_CIO_CRE_HCUR_ADDR1_INDEX]; in nv_show_cursor()
H A Dhw.c299 nv04_display(dev)->saved_vga_font[plane][i] = in nouveau_vga_font_io()
302 iowrite32_native(nv04_display(dev)->saved_vga_font[plane][i], in nouveau_vga_font_io()
H A Dtvmodesnv17.c546 struct nv04_crtc_reg *regs = &nv04_display(dev)->mode_reg.crtc_reg[head]; in nv17_ctv_update_rescaler()