Home
last modified time | relevance | path

Searched refs:cr_lcd (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv04/
Ddfp.c252 uint8_t *cr_lcd = &crtcstate[head].CRTC[NV_CIO_CRE_LCD__INDEX]; in nv04_dfp_prepare() local
259 *cr_lcd = (*cr_lcd & ~NV_CIO_CRE_LCD_ROUTE_MASK) | 0x3; in nv04_dfp_prepare()
263 *cr_lcd |= head ? 0x0 : 0x8; in nv04_dfp_prepare()
265 *cr_lcd |= (nv_encoder->dcb->or << 4) & 0x30; in nv04_dfp_prepare()
267 *cr_lcd |= 0x30; in nv04_dfp_prepare()
268 if ((*cr_lcd & 0x30) == (*cr_lcd_oth & 0x30)) { in nv04_dfp_prepare()
Dtvnv17.c403 uint8_t *cr_lcd = &nv04_display(dev)->mode_reg.crtc_reg[head].CRTC[ in nv17_tv_prepare() local
433 *cr_lcd |= 0x1 | (head ? 0x0 : 0x8); in nv17_tv_prepare()