https://bugzilla.redhat.com/show_bug.cgi?id=1637139 Dmitry Rogozhkin <dmitry.v.rogozhkin@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry.v.rogozhkin@xxxxxxxx | |m --- Comment #2 from Dmitry Rogozhkin <dmitry.v.rogozhkin@xxxxxxxxx> --- Hi Nicolas, Can you, please, highlight the reasoning why media driver is not suitable for Fedora? There were a number of issue addressed in the releases after 18.3.0, including: 1. All custom i915 uAPI extensions were removed and driver now goes with the upstream i915 uAPI only 2. Few build options were provided to enable/disable "non-free" shaders (those for which source code was not exposed) 3. cmrt library build was fixed by adopting Linux DSO naming convention, provide .pc files, etc. Would you mind to explore possibility to build "free" version of the driver and include it into Fedora? This would basically correspond to the following driver configuration command line: cmake \ -DENABLE_KERNELS=ON \ -DENABLE_NONFREE_KERNELS=OFF \ -DBUILD_CMRTLIB=ON This will produce limited features driver, but it still will be quite useful. And it is possible to go further completely disabling shaders (aka kernels) and/or cmrt library if desired. Regards, Dmitry. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx