Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b382fb1

Browse files
Additions: Linux: vboxvideo: Fixes for RHEL 9.6 kernel, bugref:10782, bugref:10441, github:gh-12.
svn:sync-xref-src-repo-rev: r170704
1 parent e3ab40b commit b382fb1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/VBox/Additions/linux/drm/vbox_drv.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: vbox_drv.c 111097 2025-09-23 10:57:19Z vadim.galitsyn@oracle.com $ */
1+
/* $Id: vbox_drv.c 111167 2025-09-29 14:04:45Z vadim.galitsyn@oracle.com $ */
22
/** @file
33
* VirtualBox Additions Linux kernel video driver
44
*/
@@ -382,7 +382,7 @@ static struct drm_driver driver = {
382382
.load = vbox_driver_load,
383383
.unload = vbox_driver_unload,
384384
#endif
385-
#if RTLNX_VER_MAX(6,12,0) && !RTLNX_RHEL_RANGE(9,7, 9,99)
385+
#if RTLNX_VER_MAX(6,12,0) && !RTLNX_RHEL_RANGE(9,6, 9,99)
386386
.lastclose = vbox_driver_lastclose,
387387
#endif
388388
.master_set = vbox_master_set,

‎src/VBox/Additions/linux/drm/vbox_ttm.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: vbox_ttm.c 110684 2025-08-11 17:18:47Z klaus.espenlaub@oracle.com $ */
1+
/* $Id: vbox_ttm.c 111167 2025-09-29 14:04:45Z vadim.galitsyn@oracle.com $ */
22
/** @file
33
* VirtualBox Additions Linux kernel video driver
44
*/
@@ -363,7 +363,7 @@ static int vbox_bo_move(struct ttm_buffer_object *bo, bool evict,
363363
struct ttm_operation_ctx *ctx, struct ttm_resource *new_mem,
364364
struct ttm_place *hop)
365365
{
366-
# if RTLNX_VER_MIN(6,4,0) || RTLNX_RHEL_RANGE(9,7, 9,99)
366+
# if RTLNX_VER_MIN(6,4,0) || RTLNX_RHEL_RANGE(9,6, 9,99)
367367
if (!bo->resource)
368368
{
369369
if (new_mem->mem_type != TTM_PL_SYSTEM)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /