Comment # 8 on bug 92307 from
(In reply to poma from comment #7)
> FTR procedure:
> 
> $ uname -r
> 4.3.0-0.rc6.git2.1.fc24.x86_64
> 
> $ git clone git://people.freedesktop.org/~darktama/nouveau
> $ cd nouveau/drm/
> $ make
> $ su
> 
> # cp nouveau/nouveau.ko /usr/lib/modules/$(uname -r)/updates/
> # depmod
> # dracut --kver $(uname -r) -f
> # systemctl reboot


Update to commit f787ef9

nouveau/drm/nouveau/nouveau_drm.c:935:24: error: ‘drm_vblank_no_hw_counter’
undeclared here (not in a function)
  .get_vblank_counter = drm_vblank_no_hw_counter,
                        ^


You are receiving this mail because: