Searched refs:bit_17 (Results 1 – 4 of 4) sorted by relevance
777 if (obj->bit_17 == NULL) in i915_gem_object_do_bit_17_swizzle()783 if ((new_bit_17 & 0x1) != (test_bit(i, obj->bit_17) != 0)) { in i915_gem_object_do_bit_17_swizzle()809 if (obj->bit_17 == NULL) { in i915_gem_object_save_bit_17_swizzle()810 obj->bit_17 = bitmap_zalloc(page_count, GFP_KERNEL); in i915_gem_object_save_bit_17_swizzle()811 if (obj->bit_17 == NULL) { in i915_gem_object_save_bit_17_swizzle()822 __set_bit(i, obj->bit_17); in i915_gem_object_save_bit_17_swizzle()824 __clear_bit(i, obj->bit_17); in i915_gem_object_save_bit_17_swizzle()
302 if (!obj->bit_17) { in i915_gem_object_set_tiling()303 obj->bit_17 = bitmap_zalloc(obj->base.size >> PAGE_SHIFT, in i915_gem_object_set_tiling()307 bitmap_free(obj->bit_17); in i915_gem_object_set_tiling()308 obj->bit_17 = NULL; in i915_gem_object_set_tiling()
285 unsigned long *bit_17; member
235 bitmap_free(obj->bit_17); in __i915_gem_free_objects()