Home
last modified time | relevance | path

Searched defs:radeon_bo (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon.h495 struct radeon_bo { struct
497 struct list_head list;
499 u32 initial_domain;
523 #define gem_to_radeon_bo(gobj) container_of((gobj), struct radeon_bo, tbo.base) argument