Changeset 100653 in vbox for trunk/src/VBox/Additions/linux/drm/vbox_mode.c
- Timestamp:
- Jul 19, 2023 2:35:39 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_mode.c
r100025 r100653 40 40 #include <linux/export.h> 41 41 #include <drm/drm_crtc_helper.h> 42 #if RTLNX_VER_MIN(6,3,0) 42 #if RTLNX_VER_MIN(6,3,0) || RTLNX_RHEL_MAJ_PREREQ(9,3) 43 43 # include <drm/drm_modeset_helper_vtables.h> 44 44 # include <drm/drm_modeset_helper.h> … … 317 317 return rc; 318 318 319 mutex_lock(&vbox->hw_mutex); 319 320 vbox_do_modeset(crtc, &crtc->mode); 320 321 mutex_unlock(&vbox->hw_mutex);
Note:
See TracChangeset
for help on using the changeset viewer.