Home
last modified time | relevance | path

Searched refs:video_ram (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/arm/kernel/
Dsetup.c181 #define video_ram mem_res[0] macro
792 video_ram.start = mdesc->video_start; in request_standard_resources()
793 video_ram.end = mdesc->video_end; in request_standard_resources()
794 request_resource(&iomem_resource, &video_ram); in request_standard_resources()
/linux-4.1.27/drivers/video/fbdev/aty/
Dradeon_base.c1883 info->fix.smem_len = rinfo->video_ram; in radeon_set_fbinfo()
2026 rinfo->video_ram = tmp & CNFG_MEMSIZE_MASK; in radeon_identify_vram()
2032 if (rinfo->video_ram == 0) { in radeon_identify_vram()
2036 rinfo->video_ram = 8192 * 1024; in radeon_identify_vram()
2082 rinfo->video_ram / 1024, in radeon_identify_vram()
2260 rinfo->mapped_vram = min_t(unsigned long, MAX_MAPPED_VRAM, rinfo->video_ram); in radeonfb_pci_register()
2364 rinfo->video_ram, in radeonfb_pci_register()
Dradeonfb.h319 unsigned long video_ram; member
Dradeon_pm.c707 OUTREG(CNFG_MEMSIZE, rinfo->video_ram); in radeon_pm_restore_regs()
1730 OUTREG(CNFG_MEMSIZE, rinfo->video_ram); in radeon_reinitialize_M10()
1969 OUTREG(CNFG_MEMSIZE, rinfo->video_ram); in radeon_pm_m9p_reconfigure_mc()
2371 OUTREG(CNFG_MEMSIZE, rinfo->video_ram);