-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation fails at fl2000_gem_prime_vunmap/fl2000_gem_prime_vmap: Missing dma_buf_map (kernel 5.11.0) #44
Comments
Same error here, mint 20.2 kernel 5.11 |
@MarcelWaldvogel Any updates on this issue? |
Same issue with:
|
Same issue with:
|
Seems like there has been a change in the linux-kernel from version 5.10.x to 5.11.x: 5.10.x: 5.11.x: it looks like from 5.11 on there is a pointer to an dma_buf_map-struct instead of a pointer to an address (assumingly integer) required... https://elixir.bootlin.com/linux/v5.10.82/source/include/drm/drm_gem.h Looks like at least, this commit is involved: |
Tried to fix these errors in files fl2000_gem.c and fl2000.h, but then more errors arise in fl2000_drm.c.
|
Compiling on Ubuntu 21.04 (Kernel 5.11.0-18), I get the following errors:
It seems that an additional
dma_buf_map
parameter is required.The text was updated successfully, but these errors were encountered: