drm/nv50-nvc0: restrict memtype to those specified at creation time
[deliverable/linux.git] / drivers / gpu / drm / nouveau / nouveau_drv.h
index fce748f0f92556cf82ec5384c17eb899bb62f3f7..d409c0dc425bcf8ae7d07b377489f34fe3cad631 100644 (file)
@@ -90,6 +90,7 @@ struct nouveau_tile_reg {
 struct nouveau_bo {
        struct ttm_buffer_object bo;
        struct ttm_placement placement;
+       u32 valid_domains;
        u32 placements[3];
        u32 busy_placements[3];
        struct ttm_bo_kmap_obj kmap;
This page took 0.044448 seconds and 5 git commands to generate.