diff -burN linux-3.13.5-200.lalee.fc20.x86_64/drivers/gpu/drm/nouveau/core/engine/device/nvc0.c linux-3.13.5-200.lalee.fc20.x86_64.lalee/drivers/gpu/drm/nouveau/core/engine/device/nvc0.c --- linux-3.13.5-200.lalee.fc20.x86_64/drivers/gpu/drm/nouveau/core/engine/device/nvc0.c 2014-01-19 16:40:07.000000000 -1000 +++ linux-3.13.5-200.lalee.fc20.x86_64.lalee/drivers/gpu/drm/nouveau/core/engine/device/nvc0.c 2014-03-02 04:11:54.140647557 -1000 @@ -212,7 +212,6 @@ device->oclass[NVDEV_ENGINE_BSP ] = &nvc0_bsp_oclass; device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass; device->oclass[NVDEV_ENGINE_COPY0 ] = &nvc0_copy0_oclass; - device->oclass[NVDEV_ENGINE_COPY1 ] = &nvc0_copy1_oclass; device->oclass[NVDEV_ENGINE_DISP ] = &nva3_disp_oclass; device->oclass[NVDEV_ENGINE_PERFMON] = &nvc0_perfmon_oclass; break;