Skip to content

evadot/drm-subtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use :

From a checkout freebsd git repo :

To update:

  • git fetch drm-subtree
  • git subtree pull --prefix sys/dev/drm/ drm-subtree master
  • Check if there is any new patches in extra_patches and git am them

When working on the main freebsd branch every commit will be in the main freebsd repository, this is how subtree works. After doing a commit, to update the drm-subtree submodule do :

  • git subtree push --prefix sys/dev/drm/ drm-subtree master And update again to have the latest changes :
  • git subtree pull --prefix sys/dev/drm/ drm-subtree master Commit will appear twice in git log which is a bit weird so it might be better to commit directly to this repository.

DRMKPI todos:

  • Remove struct task_struct and usage of td->td_lkpi_task
  • Finish checking that it doesn't conflict with linuxkpi

About

WIP drm drivers for FreeBSD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages