klogg / fl2000_drm

Linux kernel FL2000DX/IT66121FN dongle DRM driver
GNU General Public License v2.0
113 stars 30 forks source link

Which Linux kernels are compatible with fl2k_drm? #13

Closed borvelt closed 4 years ago

borvelt commented 4 years ago

I have Linux 5.0.0-37-generic but I will face with error after make command.

~/fl2000_drm/fl2000.h:36:10: fatal error: drm/drm_probe_helper.h: No such file or directory

My Linux kernel doesn't contain this drm_probe_helper.h, should I update my kernel?

borvelt commented 4 years ago

I've changed KSRC to new kernel address and now I have this issues:

./arch/x86/include/asm/bug.h:35:22: error: expected identifier or ‘(’ before string constant
  asm_inline volatile("1:\t" ins "\n"

and some thing like this:

./include/drm/drm_atomic_helper.h:221:2: note: in expansion of macro ‘WARN_ON’
  WARN_ON((new_plane_state->crtc == NULL && new_plane_state->fb != NULL) ||
  ^~~~~~~

any body have idea?

borvelt commented 4 years ago

@klogg

klogg commented 4 years ago

Sorry for not reacting promptly @borvelt Currently I build it on 5.4 with Ubuntu 20.04