Searched refs:saved_reg (Results 1 - 3 of 3) sorted by last modified time

/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c467 struct nv04_crtc_reg *savep = &nv04_display(dev)->saved_reg.crtc_reg[nv_crtc->index];
545 regp->CRTC[NV_CIO_CRE_TVOUT_LATENCY] = nv04_display(dev)->saved_reg.crtc_reg[0].CRTC[NV_CIO_CRE_TVOUT_LATENCY];
669 struct nv04_mode_state *saved = &nv04_display(dev)->saved_reg;
689 uint8_t saved_cr21 = nv04_display(dev)->saved_reg.crtc_reg[head].CRTC[NV_CIO_CRE_21];
694 nouveau_hw_load_state(crtc->dev, head, &nv04_display(dev)->saved_reg);
H A Ddfp.c236 if (nv_encoder->dcb->type == DCB_OUTPUT_LVDS && nv04_display(dev)->saved_reg.sel_clk & 0xf0) {
237 int shift = (nv04_display(dev)->saved_reg.sel_clk & 0x50) ? 0 : 1;
288 struct nv04_crtc_reg *savep = &nv04_display(dev)->saved_reg.crtc_reg[nv_crtc->index];
602 (&nv04_display(dev)->saved_reg.crtc_reg[head].pllvals);
H A Ddisp.h80 struct nv04_mode_state saved_reg; member in struct:nv04_display

Completed in 49 milliseconds