Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_device.c819 if (rdev->dummy_page.rdp_map != NULL) in radeon_dummy_page_init()
828 BUS_DMA_WAITOK, &rdev->dummy_page.rdp_map); in radeon_dummy_page_init()
836 error = bus_dmamap_load(rdev->ddev->dmat, rdev->dummy_page.rdp_map, in radeon_dummy_page_init()
842 bus_dmamap_sync(rdev->ddev->dmat, rdev->dummy_page.rdp_map, 0, in radeon_dummy_page_init()
846 rdev->dummy_page.addr = rdev->dummy_page.rdp_map->dm_segs[0].ds_addr; in radeon_dummy_page_init()
852 bus_dmamap_unload(rdev->ddev->dmat, rdev->dummy_page.rdp_map); in radeon_dummy_page_init()
855 fail2: bus_dmamap_destroy(rdev->ddev->dmat, rdev->dummy_page.rdp_map); in radeon_dummy_page_init()
858 rdev->dummy_page.rdp_map = NULL; in radeon_dummy_page_init()
892 if (rdev->dummy_page.rdp_map == NULL) in radeon_dummy_page_fini()
894 bus_dmamap_unload(rdev->ddev->dmat, rdev->dummy_page.rdp_map); in radeon_dummy_page_fini()
[all …]
H A Dradeon.h265 bus_dmamap_t rdp_map; member