/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | overlay.c | 154 nvif_wr32(dev, NV_PVIDEO_BASE(flip), 0); in nv10_update_plane() 180 nvif_wr32(dev, NV_PVIDEO_STOP, 0); in nv10_update_plane() 199 nvif_wr32(dev, NV_PVIDEO_STOP, 1); in nv10_disable_plane() 397 nvif_wr32(dev, NV_PVIDEO_OE_STATE, 0); in nv04_update_plane() 398 nvif_wr32(dev, NV_PVIDEO_SU_STATE, 0); in nv04_update_plane() 399 nvif_wr32(dev, NV_PVIDEO_RM_STATE, 0); in nv04_update_plane() 410 nvif_wr32(dev, NV_PVIDEO_STEP_SIZE, in nv04_update_plane() 417 nvif_wr32(dev, NV_PVIDEO_CSC_ADJUST, 0); in nv04_update_plane() 451 nvif_wr32(dev, NV_PVIDEO_OE_STATE, 0); in nv04_disable_plane() 452 nvif_wr32(dev, NV_PVIDEO_SU_STATE, 0); in nv04_disable_plane() [all …]
|
H A D | hw.c | 683 nvif_wr32(device, NV_PVIDEO_STOP, 1); in nv_load_state_ext() 684 nvif_wr32(device, NV_PVIDEO_INTR_EN, 0); in nv_load_state_ext() 685 nvif_wr32(device, NV_PVIDEO_OFFSET_BUFF(0), 0); in nv_load_state_ext() 686 nvif_wr32(device, NV_PVIDEO_OFFSET_BUFF(1), 0); in nv_load_state_ext() 687 nvif_wr32(device, NV_PVIDEO_LIMIT(0), drm->client.device.info.ram_size - 1); in nv_load_state_ext() 688 nvif_wr32(device, NV_PVIDEO_LIMIT(1), drm->client.device.info.ram_size - 1); in nv_load_state_ext() 689 nvif_wr32(device, NV_PVIDEO_UVPLANE_LIMIT(0), drm->client.device.info.ram_size - 1); in nv_load_state_ext() 690 nvif_wr32(device, NV_PVIDEO_UVPLANE_LIMIT(1), drm->client.device.info.ram_size - 1); in nv_load_state_ext() 691 nvif_wr32(device, NV_PBUS_POWERCTRL_2, 0); in nv_load_state_ext()
|
H A D | dac.c | 266 nvif_wr32(device, NV_PBUS_POWERCTRL_2, saved_powerctrl_2 & 0xd7ffffff); in nv17_dac_sample_load() 269 nvif_wr32(device, NV_PBUS_POWERCTRL_4, saved_powerctrl_4 & 0xffffffcf); in nv17_dac_sample_load() 324 nvif_wr32(device, NV_PBUS_POWERCTRL_4, saved_powerctrl_4); in nv17_dac_sample_load() 325 nvif_wr32(device, NV_PBUS_POWERCTRL_2, saved_powerctrl_2); in nv17_dac_sample_load()
|
H A D | tvnv17.h | 134 nvif_wr32(&device->object, reg, val); in nv_write_ptv()
|
H A D | hw.h | 76 nvif_wr32(device, reg, val); in NVWriteCRTC() 96 nvif_wr32(device, reg, val); in NVWriteRAMDAC()
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_vga.c | 19 nvif_wr32(device, 0x088060, state); in nouveau_vga_set_decode() 22 nvif_wr32(device, 0x088054, state); in nouveau_vga_set_decode() 24 nvif_wr32(device, 0x001854, state); in nouveau_vga_set_decode()
|
H A D | nouveau_led.c | 72 nvif_wr32(device, 0x61c880, div); in nouveau_led_set_brightness() 73 nvif_wr32(device, 0x61c884, 0xc0000000 | duty); in nouveau_led_set_brightness()
|
H A D | nouveau_dma.h | 87 nvif_wr32(&chan->user, chan->user_put, ((val) << 2) + chan->push.addr);\
|
H A D | nouveau_backlight.c | 84 nvif_wr32(device, NV40_PMC_BACKLIGHT, in nv40_set_intensity() 137 nvif_wr32(device, NV50_PDISP_SOR_PWM_CTL(or), in nv50_set_intensity() 274 nvif_wr32(device, NV50_PDISP_SOR_PWM_CTL(or), in nva3_set_intensity()
|
H A D | nouveau_dma.c | 92 nvif_wr32(chan->userd, 0x8c, chan->dma.ib_put); in nv50_dma_push()
|
H A D | nouveau_bios.c | 255 nvif_wr32(device, NV_PBUS_POWERCTRL_2, 0); in call_lvds_script() 1950 nvif_wr32(device, 0x00001304, ROM32(bios->data[hwsq_entry_offset])); in load_nv17_hwsq_ucode_entry() 1955 nvif_wr32(device, 0x00001400 + i, ROM32(bios->data[hwsq_entry_offset + i + 4])); in load_nv17_hwsq_ucode_entry() 1958 nvif_wr32(device, NV_PBUS_DEBUG_4, nvif_rd32(device, NV_PBUS_DEBUG_4) | 0x18); in load_nv17_hwsq_ucode_entry()
|
H A D | nouveau_svm.c | 749 nvif_wr32(device, buffer->getaddr, buffer->get); in nouveau_svm_fault()
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | object.h | 70 #define nvif_wr32(a,b,c) nvif_wr((a), iowrite32_native, 4, (b), (u32)(c)) macro 74 nvif_wr32(__object, _addr, (_data & ~(c)) | (d)); \ 126 #define NVIF_WR32_(p,o,dr,f) nvif_wr32((p), (o) + (dr), (f))
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | userc361.c | 40 nvif_wr32(&user->object, 0x90, token); in nvif_userc361_doorbell()
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 141 nvif_wr32(&device->object, 0x070000, 0x00000001); in nv50_dmac_kick()
|