Changeset 69525 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Oct 30, 2017 11:57:21 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_mode.c
r69083 r69525 152 152 } 153 153 154 static void vbox_crtc_load_lut(struct drm_crtc *crtc)155 {156 }157 158 154 static void vbox_crtc_dpms(struct drm_crtc *crtc, int mode) 159 155 { … … 349 345 /* .mode_set_base = vbox_crtc_mode_set_base, */ 350 346 .disable = vbox_crtc_disable, 351 .load_lut = vbox_crtc_load_lut,352 347 .prepare = vbox_crtc_prepare, 353 348 .commit = vbox_crtc_commit,
Note:
See TracChangeset
for help on using the changeset viewer.