Lines Matching refs:gem_objects
124 struct gem_objects gem_objects; member
140 struct overlay_gem_objects gem_objects; member
722 go->error = gem_objects_init(&go->gem_objects); in init_gem_objects()
731 chart_set_range(&go->aperture, 0, go->gem_objects.max_gtt); in init_gem_objects()
738 chart_set_range(&go->gtt, 0, go->gem_objects.max_gtt); in init_gem_objects()
749 go->error = gem_objects_update(&go->gem_objects); in show_gem_objects()
758 chart_add_sample(&go->gtt, go->gem_objects.total_gtt); in show_gem_objects()
759 chart_add_sample(&go->aperture, go->gem_objects.total_aperture); in show_gem_objects()
770 for (comm = go->gem_objects.comm; comm; comm = comm->next) { in show_gem_objects()
787 go->gem_objects.total_bytes >> 20, go->gem_objects.total_count); in show_gem_objects()
795 for (comm = go->gem_objects.comm; comm; comm = comm->next) { in show_gem_objects()
927 init_gem_objects(&ctx, &ctx.gem_objects); in main()
943 show_gem_objects(&ctx, &ctx.gem_objects); in main()