Changeset 60138 in vbox for trunk/src/VBox/Additions/linux/drm
- Timestamp:
- Mar 22, 2016 6:50:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_mode.c
r60123 r60138 229 229 /* vbox_set_start_address_crt1(crtc, (u32)gpu_addr); */ 230 230 vbox_crtc->fb_offset = gpu_addr; 231 if (vbox_crtc->crtc_id == 0) 232 VBoxHGSMIUpdateInputMapping(&vbox->submit_info, 0, 0, 233 CRTC_FB(crtc)->width, 234 CRTC_FB(crtc)->height); 231 235 232 236 LogFunc(("vboxvideo: %d: vbox_fb=%p, obj=%p, bo=%p, gpu_addr=%u\n",
Note:
See TracChangeset
for help on using the changeset viewer.