After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 769617 - kmssink: add an intel driver i915_bpo
kmssink: add an intel driver i915_bpo
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-08-08 03:16 UTC by Hyunjun Ko
Modified: 2016-08-08 16:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
kmssink: add an intel driver i915_bpo (914 bytes, patch)
2016-08-08 03:18 UTC, Hyunjun Ko
rejected Details | Review

Description Hyunjun Ko 2016-08-08 03:16:47 UTC
As I tested kmssink, i915_bpo is needed on my laptop.
Loaded modules about it on my laptop are as below:

$ lsmod | grep i915
i915_bpo             1261568  7
intel_ips              20480  1 i915_bpo
i2c_algo_bit           16384  1 i915_bpo
drm_kms_helper        147456  1 i915_bpo
drm                   360448  8 i915_bpo,drm_kms_helper
video                  40960  3 i915_bpo,acer_wmi,thinkpad_acpi
$
Comment 1 Hyunjun Ko 2016-08-08 03:18:16 UTC
Created attachment 332909 [details] [review]
kmssink: add an intel driver i915_bpo

Does this patch make sense? :)
Comment 2 Víctor Manuel Jáquez Leal 2016-08-08 16:46:05 UTC
Review of attachment 332909 [details] [review]:

i915_bpo is a backport of the i915 driver to the Ubuntu's kernel, so it is a transient driver that will be replaced with upstream one. If you upgrade your kernel, the normal i915 driver will be used.

Let's reject this since I don't expect this element will be used for many Ubuntu users with skylake.