Changeset 67269 in vbox for trunk/src/VBox
- Timestamp:
- Jun 6, 2017 11:55:09 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_main.c
r67175 r67269 274 274 static int vbox_hw_init(struct vbox_private *vbox) 275 275 { 276 int ret; 277 276 278 vbox->full_vram_size = VBoxVideoGetVRAMSize(); 277 279 vbox->any_pitch = VBoxVideoAnyWidthAllowed(); 278 int ret;279 280 280 281 DRM_INFO("VRAM %08x\n", vbox->full_vram_size);
Note:
See TracChangeset
for help on using the changeset viewer.