Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/kernel/
Dsetup.c186 #define video_ram mem_res[0] macro
797 video_ram.start = mdesc->video_start; in request_standard_resources()
798 video_ram.end = mdesc->video_end; in request_standard_resources()
799 request_resource(&iomem_resource, &video_ram); in request_standard_resources()
/linux-4.4.14/drivers/video/fbdev/aty/
Dradeon_base.c2006 info->fix.smem_len = rinfo->video_ram; in radeon_set_fbinfo()
2149 rinfo->video_ram = tmp & CNFG_MEMSIZE_MASK; in radeon_identify_vram()
2155 if (rinfo->video_ram == 0) { in radeon_identify_vram()
2159 rinfo->video_ram = 8192 * 1024; in radeon_identify_vram()
2205 rinfo->video_ram / 1024, in radeon_identify_vram()
2383 rinfo->mapped_vram = min_t(unsigned long, MAX_MAPPED_VRAM, rinfo->video_ram); in radeonfb_pci_register()
2487 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);