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

(-)kernel/nv-drm.c (+4 lines)
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