https://bugzilla.redhat.com/show_bug.cgi?id=1637139

Dmitry Rogozhkin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m



--- Comment #2 from Dmitry Rogozhkin <[email protected]> ---
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 -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to