Searched refs:video_ram (Results 1 – 4 of 4) sorted by relevance
191 #define video_ram mem_res[0] macro921 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()
1986 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()
320 unsigned long video_ram; member
707 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 16 milliseconds