Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 615388 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- a/kernel/nv-drm.c   2016-12-15 12:41:26.000000000 +0100
0
++ b/kernel/nv-drm.c   2016-12-15 12:58:48.000000000 +0100
Lines 115-121 Link Here
115
};
115
};
116
116
117
static struct drm_driver nv_drm_driver = {
117
static struct drm_driver nv_drm_driver = {
118
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0)
119
    .driver_features = DRIVER_GEM | DRIVER_PRIME | DRIVER_LEGACY,
120
#else
118
    .driver_features = DRIVER_GEM | DRIVER_PRIME,
121
    .driver_features = DRIVER_GEM | DRIVER_PRIME,
122
#endif
119
    .load = nv_drm_load,
123
    .load = nv_drm_load,
120
    .unload = nv_drm_unload,
124
    .unload = nv_drm_unload,
121
    .fops = &nv_drm_fops,
125
    .fops = &nv_drm_fops,

Return to bug 615388