git: drm/i915: Enable I915_PARAM_MMAP_VERSION

2020-12-19 Thread Francois Tigeot
commit 303e1bae4cd14169bd792ff251421ce6298d7ae8 Author: François Tigeot Date: Sat Dec 19 10:48:01 2020 +0100 drm/i915: Enable I915_PARAM_MMAP_VERSION Summary of changes: sys/dev/drm/i915/i915_drv.c | 2 -- sys/dev/drm/i915/i915_gem.c | 37 - 2 files

git: drm/i915: Update PCI IDs from Linux 5.8

2020-12-19 Thread Francois Tigeot
commit a8138aa830db99c9cc7281d01292cf03c0557e82 Author: François Tigeot Date: Sat Dec 19 10:47:32 2020 +0100 drm/i915: Update PCI IDs from Linux 5.8 This brings in support for new Coffee Lake, Amber Lake, Whiskey Lake and Comet Lake GPUs. Summary of changes: sys/dev/drm/in

git: drm: Update to Linux 4.15.18

2020-12-19 Thread Francois Tigeot
commit 3f2dd94a569761201b5b0a18b2f697f97fe1b9dc Author: François Tigeot Date: Sat Dec 19 10:42:40 2020 +0100 drm: Update to Linux 4.15.18 * Create /dev/dri/renderD* devices Generally handle /dev entries creation as close to Linux as possible. * Add drm master supp