Home
last modified time | relevance | path

Searched refs:xe_vram_probe (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_vram.h11 int xe_vram_probe(struct xe_device *xe);
H A Dxe_vram.c295 int xe_vram_probe(struct xe_device *xe) in xe_vram_probe() function
H A Dxe_device.c707 err = xe_vram_probe(xe); in xe_device_probe()