[Kernel-packages] [Bug 1757573] Re: [CNL-Y] enable kernel support of graphics

2018-07-26 Thread Joseph Salisbury
** Changed in: intel
   Status: New => Won't Fix

** No longer affects: linux (Ubuntu)

** No longer affects: linux (Ubuntu Bionic)

** Changed in: intel
   Status: Won't Fix => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1757573

Title:
  [CNL-Y] enable kernel support of graphics

Status in intel:
  Fix Released
Status in linux-oem package in Ubuntu:
  Fix Released
Status in linux-oem source package in Bionic:
  Fix Released

Bug description:
  [impact]

  Currently in 18.04 beta1, (v4.15), CNL-Y graphics is not enabled.
  is_alpha_support = 1
  i915/i915_pci.c
  572 static const struct intel_device_info intel_cannonlake_gt2_info 
__initconst = {
  573 GEN10_FEATURES,
  574 .is_alpha_support = 1,
  575 .platform = INTEL_CANNONLAKE,
  576 .gen = 10,
  577 .gt = 2,
  578 };

  Enabling it needs 59 commits backported from 4.16/drm-intel-next-
  queued according to a list provided by Intel.

  [test case]
  Test a kernel build with backports on CNL-Y.

  [regression potential]
  minor, they are mostly about CNL only

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1757573/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1757573] Re: [CNL-Y] enable kernel support of graphics

2018-04-26 Thread Timo Aaltonen
** Changed in: linux-oem (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1757573

Title:
  [CNL-Y] enable kernel support of graphics

Status in intel:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Incomplete
Status in linux-oem source package in Bionic:
  Fix Released

Bug description:
  [impact]

  Currently in 18.04 beta1, (v4.15), CNL-Y graphics is not enabled.
  is_alpha_support = 1
  i915/i915_pci.c
  572 static const struct intel_device_info intel_cannonlake_gt2_info 
__initconst = {
  573 GEN10_FEATURES,
  574 .is_alpha_support = 1,
  575 .platform = INTEL_CANNONLAKE,
  576 .gen = 10,
  577 .gt = 2,
  578 };

  Enabling it needs 59 commits backported from 4.16/drm-intel-next-
  queued according to a list provided by Intel.

  [test case]
  Test a kernel build with backports on CNL-Y.

  [regression potential]
  minor, they are mostly about CNL only

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1757573/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1757573] Re: [CNL-Y] enable kernel support of graphics

2018-04-19 Thread quanxian
File a bug in freedesktop, maybe they could provide some hints.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1757573

Title:
  [CNL-Y] enable kernel support of graphics

Status in intel:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem package in Ubuntu:
  Fix Committed
Status in linux source package in Bionic:
  Incomplete
Status in linux-oem source package in Bionic:
  Fix Committed

Bug description:
  [impact]

  Currently in 18.04 beta1, (v4.15), CNL-Y graphics is not enabled.
  is_alpha_support = 1
  i915/i915_pci.c
  572 static const struct intel_device_info intel_cannonlake_gt2_info 
__initconst = {
  573 GEN10_FEATURES,
  574 .is_alpha_support = 1,
  575 .platform = INTEL_CANNONLAKE,
  576 .gen = 10,
  577 .gt = 2,
  578 };

  Enabling it needs 59 commits backported from 4.16/drm-intel-next-
  queued according to a list provided by Intel.

  [test case]
  Test a kernel build with backports on CNL-Y.

  [regression potential]
  minor, they are mostly about CNL only

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1757573/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1757573] Re: [CNL-Y] enable kernel support of graphics

2018-04-19 Thread Timo Aaltonen
I can trivially hang the GPU even with drm-intel-nightly just by going
through the gnome control center options. Wonder if rev 03 is too old.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1757573

Title:
  [CNL-Y] enable kernel support of graphics

Status in intel:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem package in Ubuntu:
  Fix Committed
Status in linux source package in Bionic:
  Incomplete
Status in linux-oem source package in Bionic:
  Fix Committed

Bug description:
  [impact]

  Currently in 18.04 beta1, (v4.15), CNL-Y graphics is not enabled.
  is_alpha_support = 1
  i915/i915_pci.c
  572 static const struct intel_device_info intel_cannonlake_gt2_info 
__initconst = {
  573 GEN10_FEATURES,
  574 .is_alpha_support = 1,
  575 .platform = INTEL_CANNONLAKE,
  576 .gen = 10,
  577 .gt = 2,
  578 };

  Enabling it needs 59 commits backported from 4.16/drm-intel-next-
  queued according to a list provided by Intel.

  [test case]
  Test a kernel build with backports on CNL-Y.

  [regression potential]
  minor, they are mostly about CNL only

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1757573/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1757573] Re: [CNL-Y] enable kernel support of graphics

2018-03-29 Thread Timo Aaltonen
** Also affects: linux (Ubuntu Bionic)
   Importance: Undecided
   Status: Incomplete

** Also affects: linux-oem (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: linux-oem (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1757573

Title:
  [CNL-Y] enable kernel support of graphics

Status in intel:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem package in Ubuntu:
  Fix Committed
Status in linux source package in Bionic:
  Incomplete
Status in linux-oem source package in Bionic:
  Fix Committed

Bug description:
  [impact]

  Currently in 18.04 beta1, (v4.15), CNL-Y graphics is not enabled.
  is_alpha_support = 1
  i915/i915_pci.c
  572 static const struct intel_device_info intel_cannonlake_gt2_info 
__initconst = {
  573 GEN10_FEATURES,
  574 .is_alpha_support = 1,
  575 .platform = INTEL_CANNONLAKE,
  576 .gen = 10,
  577 .gt = 2,
  578 };

  Enabling it needs 59 commits backported from 4.16/drm-intel-next-
  queued according to a list provided by Intel.

  [test case]
  Test a kernel build with backports on CNL-Y.

  [regression potential]
  minor, they are mostly about CNL only

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1757573/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1757573] Re: [CNL-Y] enable kernel support of graphics

2018-03-29 Thread Timo Aaltonen
** Also affects: linux-oem (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1757573

Title:
  [CNL-Y] enable kernel support of graphics

Status in intel:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux-oem package in Ubuntu:
  New

Bug description:
  [impact]

  Currently in 18.04 beta1, (v4.15), CNL-Y graphics is not enabled.
  is_alpha_support = 1
  i915/i915_pci.c
  572 static const struct intel_device_info intel_cannonlake_gt2_info 
__initconst = {
  573 GEN10_FEATURES,
  574 .is_alpha_support = 1,
  575 .platform = INTEL_CANNONLAKE,
  576 .gen = 10,
  577 .gt = 2,
  578 };

  Enabling it needs 59 commits backported from 4.16/drm-intel-next-
  queued according to a list provided by Intel.

  [test case]
  Test a kernel build with backports on CNL-Y.

  [regression potential]
  minor, they are mostly about CNL only

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1757573/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp