Searched refs:fb_end (Results 1 – 3 of 3) sorted by relevance
1146 u32 fb_end = screen_info.lfb_base + (screen_info.lfb_size << 1); in vmbus_allocate_mmio() local1161 if (fb_overlap_ok || (range_min >= fb_end) || in vmbus_allocate_mmio()1173 range_min = fb_end; in vmbus_allocate_mmio()1175 range_min = fb_end; in vmbus_allocate_mmio()
354 u32 fb_end = fb_start + dev_priv->fb_size - 1; in radeon_check_offset() local358 return ((off >= fb_start && off <= fb_end) || in radeon_check_offset()
47 u32 fb_end = dev_priv->fb_location + dev_priv->fb_size - 1; in radeon_check_and_fixup_offset() local80 if (off > fb_end) in radeon_check_and_fixup_offset()81 off = off - fb_end - 1 + dev_priv->gart_vm_start; in radeon_check_and_fixup_offset()