Lines Matching defs:pl
281 struct ttm_place pl;
292 pl.fpfn = 0;
293 pl.lpfn = 0;
294 pl.mem_type = bo->resource->mem_type;
295 pl.flags = bo->resource->placement;
299 placement.placement = &pl;
746 set_placement_list(struct ttm_place *pl, u32 domain)
754 pl[n].mem_type = VMW_PL_MOB;
755 pl[n].flags = 0;
756 pl[n].fpfn = 0;
757 pl[n].lpfn = 0;
761 pl[n].mem_type = VMW_PL_GMR;
762 pl[n].flags = 0;
763 pl[n].fpfn = 0;
764 pl[n].lpfn = 0;
768 pl[n].mem_type = TTM_PL_VRAM;
769 pl[n].flags = 0;
770 pl[n].fpfn = 0;
771 pl[n].lpfn = 0;
775 pl[n].mem_type = VMW_PL_SYSTEM;
776 pl[n].flags = 0;
777 pl[n].fpfn = 0;
778 pl[n].lpfn = 0;
782 pl[n].mem_type = TTM_PL_SYSTEM;
783 pl[n].flags = 0;
784 pl[n].fpfn = 0;
785 pl[n].lpfn = 0;
791 pl[n].mem_type = TTM_PL_SYSTEM;
792 pl[n].flags = 0;
793 pl[n].fpfn = 0;
794 pl[n].lpfn = 0;
804 struct ttm_placement *pl = &bo->placement;
808 pl->placement = bo->places;
809 pl->num_placement = set_placement_list(bo->places, domain);
812 for (i = 0; i < pl->num_placement; ++i) {
814 bo->tbo.resource->mem_type == pl->placement[i].mem_type)
824 pl->busy_placement = bo->busy_places;
825 pl->num_busy_placement = set_placement_list(bo->busy_places, busy_domain);