Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/kernel/
A Dsetup.c191 #define video_ram mem_res[0] macro
921 video_ram.start = mdesc->video_start; in request_standard_resources()
922 video_ram.end = mdesc->video_end; in request_standard_resources()
923 request_resource(&iomem_resource, &video_ram); in request_standard_resources()
/linux-6.3-rc2/drivers/video/fbdev/aty/
A Dradeon_base.c1986 info->fix.smem_len = rinfo->video_ram; in radeon_set_fbinfo()
2129 rinfo->video_ram = tmp & CNFG_MEMSIZE_MASK; in radeon_identify_vram()
2135 if (rinfo->video_ram == 0) { in radeon_identify_vram()
2139 rinfo->video_ram = 8192 * 1024; in radeon_identify_vram()
2185 rinfo->video_ram / 1024, in radeon_identify_vram()
2368 rinfo->mapped_vram = min_t(unsigned long, MAX_MAPPED_VRAM, rinfo->video_ram); in radeonfb_pci_register()
2472 rinfo->video_ram); in radeonfb_pci_register()
A Dradeonfb.h320 unsigned long video_ram; member
A Dradeon_pm.c707 OUTREG(CNFG_MEMSIZE, rinfo->video_ram); in radeon_pm_restore_regs()
1732 OUTREG(CNFG_MEMSIZE, rinfo->video_ram); in radeon_reinitialize_M10()
1971 OUTREG(CNFG_MEMSIZE, rinfo->video_ram); in radeon_pm_m9p_reconfigure_mc()
2372 OUTREG(CNFG_MEMSIZE, rinfo->video_ram);

Completed in 15 milliseconds