Searched refs:NV_CIO_CRE_4B (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | nvreg.h | 289 # define NV_CIO_CRE_4B 0x4b /* given patterns in 0x[2-3][a-c] regs, probably scratch 6 */ macro
|
H A D | hw.c | 642 rd_cio_state(dev, head, regp, NV_CIO_CRE_4B); in nv_save_state_ext() 740 wr_cio_state(dev, head, regp, NV_CIO_CRE_4B); in nv_load_state_ext()
|
H A D | crtc.c | 542 regp->CRTC[NV_CIO_CRE_4B] = savep->CRTC[NV_CIO_CRE_4B] | 0x80; in nv_crtc_mode_set_regs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | nvreg.h | 289 # define NV_CIO_CRE_4B 0x4b /* given patterns in 0x[2-3][a-c] regs, probably scratch 6 */ macro
|
H A D | hw.c | 644 rd_cio_state(dev, head, regp, NV_CIO_CRE_4B); in nv_save_state_ext() 742 wr_cio_state(dev, head, regp, NV_CIO_CRE_4B); in nv_load_state_ext()
|
H A D | crtc.c | 542 regp->CRTC[NV_CIO_CRE_4B] = savep->CRTC[NV_CIO_CRE_4B] | 0x80; in nv_crtc_mode_set_regs()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.c | 2115 bios->is_mobile = NVReadVgaCrtc(dev, 0, NV_CIO_CRE_4B) & 0x40; in nouveau_bios_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.c | 2119 bios->is_mobile = NVReadVgaCrtc(dev, 0, NV_CIO_CRE_4B) & 0x40; in nouveau_bios_init()
|
Completed in 15 milliseconds