Searched refs:vram_contig_size (Results 1 – 2 of 2) sorted by relevance
224 vinfo->vram_contig_size = va->size; in vmlfb_alloc_vram()245 vinfo->vram_contig_size += va->size; in vmlfb_alloc_vram()258 if (vinfo->vram_contig_size > min_total && in vmlfb_alloc_vram()259 vinfo->vram_contig_size > min_contig) { in vmlfb_alloc_vram()263 (unsigned long)vinfo->vram_contig_size, in vmlfb_alloc_vram()505 info->fix.smem_len = vinfo->vram_contig_size; in vml_pci_probe()658 if (mem > vinfo->vram_contig_size) { in vmlfb_check_var_locked()1013 if (offset + size > vinfo->vram_contig_size) in vmlfb_mmap()
218 u64 vram_contig_size; member