fl2000_drm
                                
                                
                                
                                    fl2000_drm copied to clipboard
                            
                            
                            
                        Linux kernel FL2000DX/IT66121FN dongle DRM driver
hi when i do make i have this proble `/home/mcastellano/Descargas/FL2000/fl2000_drm/fl2000_gem.c: In function ‘fl2000_gem_prime_import_sg_table’: /home/mcastellano/Descargas/FL2000/fl2000_drm/fl2000_gem.c:234:8: error: implicit declaration of function ‘drm_prime_sg_to_page_addr_arrays’; did you mean ‘drm_prime_sg_to_dma_addr_array’? [-Werror=implicit-function-declaration] 234 | ret = drm_prime_sg_to_page_addr_arrays(sgt,...
Hello, there are so many open issues. Are you still working on them? May I pay you to speed things up?
I succeful build on debian 11: Linux ragnarok 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux modules load, but get thes [41443.901209] i2c i2c-14: Binding FL2000 master [41443.902365] i2c 0-004c:...
Move from URB handling to more simplistic snd_*_msg function.
Сhange the approach of interrupt processing to fully synchronous (it is anyway is done in workqueue) with usb_interrupt_msg(). This will help avoiding access to bInterval directly in the code.