Searched refs:bit_17 (Results 1 – 4 of 4) sorted by relevance
782 if (obj->bit_17 == NULL) in i915_gem_object_do_bit_17_swizzle()789 if ((new_bit_17 & 0x1) != (test_bit(i, obj->bit_17) != 0)) { in i915_gem_object_do_bit_17_swizzle()816 if (obj->bit_17 == NULL) { in i915_gem_object_save_bit_17_swizzle()817 obj->bit_17 = bitmap_zalloc(page_count, GFP_KERNEL); in i915_gem_object_save_bit_17_swizzle()818 if (obj->bit_17 == NULL) { in i915_gem_object_save_bit_17_swizzle()829 __set_bit(i, obj->bit_17); in i915_gem_object_save_bit_17_swizzle()831 __clear_bit(i, obj->bit_17); in i915_gem_object_save_bit_17_swizzle()
315 if (!obj->bit_17) { in i915_gem_object_set_tiling()316 obj->bit_17 = bitmap_zalloc(obj->base.size >> PAGE_SHIFT, in i915_gem_object_set_tiling()320 bitmap_free(obj->bit_17); in i915_gem_object_set_tiling()321 obj->bit_17 = NULL; in i915_gem_object_set_tiling()
619 unsigned long *bit_17; member
303 bitmap_free(obj->bit_17); in __i915_gem_free_object()