git: kernel: Enable more generic drm code

2019-08-07 Thread Francois Tigeot
commit fcf17be7c7d59f93a5ff81cac177f86ba330de0d Author: François Tigeot Date: Wed Aug 7 19:34:00 2019 +0200 kernel: Enable more generic drm code Reduce differences with Linux 4.7.10 Summary of changes: sys/dev/drm/drm_atomic_helper.c | 3 -- sys/dev/drm/drm_drv.c |

git: drm/linux: Implement more idr routines

2019-08-07 Thread Francois Tigeot
commit 8bad54412acf6c16c778abba4e492f3a9cabb6a1 Author: François Tigeot Date: Wed Aug 7 19:56:50 2019 +0200 drm/linux: Implement more idr routines Add idr_get_next() and idr_for_each_entry() Inspired-from: FreeBSD Summary of changes: sys/dev/drm/include/linux/idr.h |