Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/kernel/
Dsetup.c189 #define video_ram mem_res[0] macro
897 video_ram.start = mdesc->video_start; in request_standard_resources()
898 video_ram.end = mdesc->video_end; in request_standard_resources()
899 request_resource(&iomem_resource, &video_ram); in request_standard_resources()
/Linux-v5.4/drivers/video/fbdev/aty/
Dradeon_base.c2001 info->fix.smem_len = rinfo->video_ram; in radeon_set_fbinfo()
2144 rinfo->video_ram = tmp & CNFG_MEMSIZE_MASK; in radeon_identify_vram()
2150 if (rinfo->video_ram == 0) { in radeon_identify_vram()
2154 rinfo->video_ram = 8192 * 1024; in radeon_identify_vram()
2200 rinfo->video_ram / 1024, in radeon_identify_vram()
2393 rinfo->mapped_vram = min_t(unsigned long, MAX_MAPPED_VRAM, rinfo->video_ram); in radeonfb_pci_register()
2497 rinfo->video_ram); in radeonfb_pci_register()
Dradeonfb.h320 unsigned long video_ram; member
Dradeon_pm.c708 OUTREG(CNFG_MEMSIZE, rinfo->video_ram); in radeon_pm_restore_regs()
1734 OUTREG(CNFG_MEMSIZE, rinfo->video_ram); in radeon_reinitialize_M10()
1973 OUTREG(CNFG_MEMSIZE, rinfo->video_ram); in radeon_pm_m9p_reconfigure_mc()
2375 OUTREG(CNFG_MEMSIZE, rinfo->video_ram);