Searched refs:video_ram (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | ati_radeon_fb.c | 138 rinfo->video_ram = tmp & CONFIG_MEMSIZE_MASK; in radeon_identify_vram() 144 if (rinfo->video_ram == 0) { in radeon_identify_vram() 148 rinfo->video_ram = 8192 * 1024; in radeon_identify_vram() 192 rinfo->video_ram / 1024, in radeon_identify_vram() 592 rinfo->video_ram); in radeon_probe()
|
H A D | ati_radeon_fb.h | 58 u32 video_ram; member
|
/openbmc/linux/arch/arm/kernel/ |
H A D | setup.c | 184 #define video_ram mem_res[0] macro 914 video_ram.start = mdesc->video_start; in request_standard_resources() 915 video_ram.end = mdesc->video_end; in request_standard_resources() 916 request_resource(&iomem_resource, &video_ram); in request_standard_resources()
|
/openbmc/qemu/hw/arm/ |
H A D | musicpal.c | 125 uint8_t video_ram[128*64/8]; member 165 if (s->video_ram[x + (y / 8) * 128] & (1 << (y % 8))) { in lcd_refresh() 234 s->video_ram[s->page*128 + s->page_off] = value; in musicpal_lcd_write() 284 VMSTATE_BUFFER(video_ram, musicpal_lcd_state),
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 1985 info->fix.smem_len = rinfo->video_ram; in radeon_set_fbinfo() 2128 rinfo->video_ram = tmp & CNFG_MEMSIZE_MASK; in radeon_identify_vram() 2134 if (rinfo->video_ram == 0) { in radeon_identify_vram() 2138 rinfo->video_ram = 8192 * 1024; in radeon_identify_vram() 2184 rinfo->video_ram / 1024, in radeon_identify_vram() 2359 rinfo->mapped_vram = min_t(unsigned long, MAX_MAPPED_VRAM, rinfo->video_ram); in radeonfb_pci_register() 2463 rinfo->video_ram); in radeonfb_pci_register()
|
H A D | radeonfb.h | 320 unsigned long video_ram; member
|
H A D | radeon_pm.c | 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);
|