[Kernel-packages] [Bug 1909457] Re: Support CML-S CPU + TGP PCH

2022-09-02 Thread Timo Aaltonen
** Changed in: hwe-next
   Status: New => Fix Released

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

Title:
  Support CML-S CPU + TGP PCH

Status in HWE Next:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  Fix Released
Status in linux source package in Hirsute:
  Fix Released

Bug description:
  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.

  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))

  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/412664/

  [Test]
  Verified on new Dell platforms.

  [Where problems could occur]
  The first commit reverts the patch that didn't find its way to upstream.
  The second to forth commits are to enable DG1 which applied for solving 
conflicts.
  The fifth and sixth commit splits code for EHL and JSL.
  The seventh and eighth commits rename enums, no function changes.
  The ninth commit is newer version of the first reverted commit.
  The tenth commit adds CML CPU support on TGP PCH which fixes this issue.
  According to the above explanation,
  1. the DG1 in newly enabled by commits 2 to 4, no regression could occur,
  2. the EHL and JSL commits are pretty simple and straightforward, should be 
safe to include,
  3. the first commit is equivalence to the ninth commit
  4. the tenth commit is pretty simple to add GEN9 into flow control,
  so I think there should be no problems could occur from this patchset.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909457/+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 1909457] Re: Support CML-S CPU + TGP PCH

2021-05-04 Thread Kai-Heng Feng
It's also included in kernel 5.11, which is used in 21.04.

-- 
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/1909457

Title:
  Support CML-S CPU + TGP PCH

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  Fix Released
Status in linux source package in Hirsute:
  Fix Released

Bug description:
  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.

  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))

  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/412664/

  [Test]
  Verified on new Dell platforms.

  [Where problems could occur]
  The first commit reverts the patch that didn't find its way to upstream.
  The second to forth commits are to enable DG1 which applied for solving 
conflicts.
  The fifth and sixth commit splits code for EHL and JSL.
  The seventh and eighth commits rename enums, no function changes.
  The ninth commit is newer version of the first reverted commit.
  The tenth commit adds CML CPU support on TGP PCH which fixes this issue.
  According to the above explanation,
  1. the DG1 in newly enabled by commits 2 to 4, no regression could occur,
  2. the EHL and JSL commits are pretty simple and straightforward, should be 
safe to include,
  3. the first commit is equivalence to the ninth commit
  4. the tenth commit is pretty simple to add GEN9 into flow control,
  so I think there should be no problems could occur from this patchset.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909457/+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 1909457] Re: Support CML-S CPU + TGP PCH

2021-05-01 Thread Christian Sokolowski
sudo patch -p0 
/lib/modules/5.12.0-051200-generic/kernel/drivers/gpu/drm/i915/i915.ko < 
i915.patch
patching file 
/lib/modules/5.12.0-051200-generic/kernel/drivers/gpu/drm/i915/i915.ko
Hunk #1 FAILED at 1263.
1 out of 1 hunk FAILED -- saving rejects to file 
/lib/modules/5.12.0-051200-generic/kernel
/drivers/gpu/drm/i915/i915.ko.rej

-- 
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/1909457

Title:
  Support CML-S CPU + TGP PCH

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  Fix Released
Status in linux source package in Hirsute:
  Fix Released

Bug description:
  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.

  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))

  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/412664/

  [Test]
  Verified on new Dell platforms.

  [Where problems could occur]
  The first commit reverts the patch that didn't find its way to upstream.
  The second to forth commits are to enable DG1 which applied for solving 
conflicts.
  The fifth and sixth commit splits code for EHL and JSL.
  The seventh and eighth commits rename enums, no function changes.
  The ninth commit is newer version of the first reverted commit.
  The tenth commit adds CML CPU support on TGP PCH which fixes this issue.
  According to the above explanation,
  1. the DG1 in newly enabled by commits 2 to 4, no regression could occur,
  2. the EHL and JSL commits are pretty simple and straightforward, should be 
safe to include,
  3. the first commit is equivalence to the ninth commit
  4. the tenth commit is pretty simple to add GEN9 into flow control,
  so I think there should be no problems could occur from this patchset.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909457/+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 1909457] Re: Support CML-S CPU + TGP PCH

2021-05-01 Thread Christian Sokolowski
Some release notes or a readme would be very helpful. I tried several
ways to run patch to install the intel patch and no luck. It seems many
are being affected by this and currently the only work around is to use
the 20.04b OEM kernel.

-- 
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/1909457

Title:
  Support CML-S CPU + TGP PCH

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  Fix Released
Status in linux source package in Hirsute:
  Fix Released

Bug description:
  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.

  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))

  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/412664/

  [Test]
  Verified on new Dell platforms.

  [Where problems could occur]
  The first commit reverts the patch that didn't find its way to upstream.
  The second to forth commits are to enable DG1 which applied for solving 
conflicts.
  The fifth and sixth commit splits code for EHL and JSL.
  The seventh and eighth commits rename enums, no function changes.
  The ninth commit is newer version of the first reverted commit.
  The tenth commit adds CML CPU support on TGP PCH which fixes this issue.
  According to the above explanation,
  1. the DG1 in newly enabled by commits 2 to 4, no regression could occur,
  2. the EHL and JSL commits are pretty simple and straightforward, should be 
safe to include,
  3. the first commit is equivalence to the ninth commit
  4. the tenth commit is pretty simple to add GEN9 into flow control,
  so I think there should be no problems could occur from this patchset.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909457/+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 1909457] Re: Support CML-S CPU + TGP PCH

2021-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 5.10.0-14.15

---
linux (5.10.0-14.15) hirsute; urgency=medium

  * hirsute/linux: 5.10.0-14.15 -proposed tracker (LP: #1913724)

  * Restore palm ejection on multi-input devices (LP: #1913520)
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input devices

  * intel-hid is not loaded on new Intel platform (LP: #1907160)
- platform/x86: intel-hid: add Rocket Lake ACPI device ID

  * Hirsute update: v5.10.11 upstream stable release (LP: #1913430)
- scsi: target: tcmu: Fix use-after-free of se_cmd->priv
- mtd: rawnand: gpmi: fix dst bit offset when extracting raw payload
- mtd: rawnand: nandsim: Fix the logic when selecting Hamming soft ECC 
engine
- i2c: tegra: Wait for config load atomically while in ISR
- i2c: bpmp-tegra: Ignore unknown I2C_M flags
- platform/x86: ideapad-laptop: Disable touchpad_switch for ELAN0634
- ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()
- ALSA: hda/realtek - Limit int mic boost on Acer Aspire E5-575T
- ALSA: hda/via: Add minimum mute flag
- crypto: xor - Fix divide error in do_xor_speed()
- dm crypt: fix copy and paste bug in crypt_alloc_req_aead
- ACPI: scan: Make acpi_bus_get_device() clear return pointer on error
- btrfs: don't get an EINTR during drop_snapshot for reloc
- btrfs: do not double free backref nodes on error
- btrfs: fix lockdep splat in btrfs_recover_relocation
- btrfs: don't clear ret in btrfs_start_dirty_block_groups
- btrfs: send: fix invalid clone operations when cloning from the same file
  and root
- fs: fix lazytime expiration handling in __writeback_single_inode()
- pinctrl: ingenic: Fix JZ4760 support
- mmc: core: don't initialize block size from ext_csd if not present
- mmc: sdhci-of-dwcmshc: fix rpmb access
- mmc: sdhci-xenon: fix 1.8v regulator stabilization
- mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspend
- dm: avoid filesystem lookup in dm_get_dev_t()
- dm integrity: fix a crash if "recalculate" used without "internal_hash"
- dm integrity: conditionally disable "recalculate" feature
- drm/atomic: put state on error path
- drm/syncobj: Fix use-after-free
- drm/amdgpu: remove gpu info firmware of green sardine
- drm/amd/display: DCN2X Find Secondary Pipe properly in MPO + ODM Case
- drm/i915/gt: Prevent use of engine->wa_ctx after error
- drm/i915: Check for rq->hwsp validity after acquiring RCU lock
- ASoC: Intel: haswell: Add missing pm_ops
- ASoC: rt711: mutex between calibration and power state changes
- SUNRPC: Handle TCP socket sends with kernel_sendpage() again
- HID: sony: select CONFIG_CRC32
- dm integrity: select CRYPTO_SKCIPHER
- x86/hyperv: Fix kexec panic/hang issues
- scsi: ufs: Relax the condition of UFSHCI_QUIRK_SKIP_MANUAL_WB_FLUSH_CTRL
- scsi: ufs: Correct the LUN used in eh_device_reset_handler() callback
- scsi: qedi: Correct max length of CHAP secret
- scsi: scsi_debug: Fix memleak in scsi_debug_init()
- scsi: sd: Suppress spurious errors when WRITE SAME is being disabled
- riscv: Fix kernel time_init()
- riscv: Fix sifive serial driver
- riscv: Enable interrupts during syscalls with M-Mode
- HID: logitech-dj: add the G602 receiver
- HID: Ignore battery for Elan touchscreen on ASUS UX550
- clk: tegra30: Add hda clock default rates to clock driver
- ALSA: hda/tegra: fix tegra-hda on tegra30 soc
- riscv: cacheinfo: Fix using smp_processor_id() in preemptible
- arm64: make atomic helpers __always_inline
- xen: Fix event channel callback via INTX/GSI
- x86/xen: Add xen_no_vector_callback option to test PCI INTX delivery
- x86/xen: Fix xen_hvm_smp_init() when vector callback not available
- dts: phy: fix missing mdio device and probe failure of vsc8541-01 device
- dts: phy: add GPIO number and active state used for phy reset
- riscv: defconfig: enable gpio support for HiFive Unleashed
- drm/amdgpu/psp: fix psp gfx ctrl cmds
- drm/amd/display: disable dcn10 pipe split by default
- HID: logitech-hidpp: Add product ID for MX Ergo in Bluetooth mode
- drm/amd/display: Fix to be able to stop crc calculation
- drm/nouveau/bios: fix issue shadowing expansion ROMs
- drm/nouveau/privring: ack interrupts the same way as RM
- drm/nouveau/i2c/gm200: increase width of aux semaphore owner fields
- drm/nouveau/mmu: fix vram heap sizing
- drm/nouveau/kms/nv50-: fix case where notifier buffer is at offset 0
- io_uring: flush timeouts that should already have expired
- libperf tests: If a test fails return non-zero
- libperf tests: Fail when failing to get a tracepoint id
- RISC-V: Set current memblock limit
- RISC-V: Fix maximum allowed phsyical memory for RV32
- x86/xen: fix 'nopvspin' build error
- nfsd: Fixes for nfsd4_encode_read_plus_data()
   

[Kernel-packages] [Bug 1909457] Re: Support CML-S CPU + TGP PCH

2021-01-27 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-oem-5.10 - 5.10.0-1011.12

---
linux-oem-5.10 (5.10.0-1011.12) focal; urgency=medium

  * focal/linux-oem-5.10: 5.10.0-1011.12 -proposed tracker (LP:
#1913030)

  * Support CML-S CPU + TGP PCH (LP: #1909457)
- Revert "UBUNTU: SAUCE: drm/i915/rkl: new rkl ddc map for different PCH"
- drm/i915/dg1: gmbus pin mapping
- drm/i915/dg1: Don't program PHY_MISC for PHY-C and PHY-D
- drm/i915/dg1: add hpd interrupt handling
- drm/i915/display/ehl: Limit eDP to HBR2
- drm/i915/jsl: Split EHL/JSL platform info and PCI ids
- drm/i915: Add PORT_TCn aliases to enum port
- drm/i915: s/PORT_TC/TC_PORT_/
- drm/i915/rkl: new rkl ddc map for different PCH
- SAUCE: drm/i915/gen9_bc : Add TGP PCH support

  * backlight parsing for VBT 234+ (LP: #1912157)
- drm/i915/vbt: Fix backlight parsing for VBT 234+
- drm/i915/vbt: Update the version and expected size of
  BDB_GENERAL_DEFINITIONS map
- drm/i915/vbt: Add VRR VBT toggle

  * HD Audio Device PCI ID for the Intel Cometlake-R platform (LP: #1912427)
- SAUCE: ALSA: hda: Add Cometlake-R PCI ID

 -- Timo Aaltonen   Mon, 25 Jan 2021
11:43:18 +0200

** Changed in: linux-oem-5.10 (Ubuntu Focal)
   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/1909457

Title:
  Support CML-S CPU + TGP PCH

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  Fix Released
Status in linux source package in Hirsute:
  In Progress

Bug description:
  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.

  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))

  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/412664/

  [Test]
  Verified on new Dell platforms.

  [Where problems could occur]
  The first commit reverts the patch that didn't find its way to upstream.
  The second to forth commits are to enable DG1 which applied for solving 
conflicts.
  The fifth and sixth commit splits code for EHL and JSL.
  The seventh and eighth commits rename enums, no function changes.
  The ninth commit is newer version of the first reverted commit.
  The tenth commit adds CML CPU support on TGP PCH which fixes this issue.
  According to the above explanation,
  1. the DG1 in newly enabled by commits 2 to 4, no regression could occur,
  2. the EHL and JSL commits are pretty simple and straightforward, should be 
safe to include,
  3. the first commit is equivalence to the ninth commit
  4. the tenth commit is pretty simple to add GEN9 into flow control,
  so I think there should be no problems could occur from this patchset.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909457/+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 1909457] Re: Support CML-S CPU + TGP PCH

2021-01-27 Thread AceLan Kao
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
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/1909457

Title:
  Support CML-S CPU + TGP PCH

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux source package in Hirsute:
  In Progress

Bug description:
  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.

  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))

  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/412664/

  [Test]
  Verified on new Dell platforms.

  [Where problems could occur]
  The first commit reverts the patch that didn't find its way to upstream.
  The second to forth commits are to enable DG1 which applied for solving 
conflicts.
  The fifth and sixth commit splits code for EHL and JSL.
  The seventh and eighth commits rename enums, no function changes.
  The ninth commit is newer version of the first reverted commit.
  The tenth commit adds CML CPU support on TGP PCH which fixes this issue.
  According to the above explanation,
  1. the DG1 in newly enabled by commits 2 to 4, no regression could occur,
  2. the EHL and JSL commits are pretty simple and straightforward, should be 
safe to include,
  3. the first commit is equivalence to the ninth commit
  4. the tenth commit is pretty simple to add GEN9 into flow control,
  so I think there should be no problems could occur from this patchset.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909457/+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 1909457] Re: Support CML-S CPU + TGP PCH

2021-01-26 Thread Timo Aaltonen
** Changed in: linux-oem-5.10 (Ubuntu Focal)
   Status: In Progress => 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/1909457

Title:
  Support CML-S CPU + TGP PCH

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  Fix Committed
Status in linux source package in Hirsute:
  In Progress

Bug description:
  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.

  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))

  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/412664/

  [Test]
  Verified on new Dell platforms.

  [Where problems could occur]
  The first commit reverts the patch that didn't find its way to upstream.
  The second to forth commits are to enable DG1 which applied for solving 
conflicts.
  The fifth and sixth commit splits code for EHL and JSL.
  The seventh and eighth commits rename enums, no function changes.
  The ninth commit is newer version of the first reverted commit.
  The tenth commit adds CML CPU support on TGP PCH which fixes this issue.
  According to the above explanation,
  1. the DG1 in newly enabled by commits 2 to 4, no regression could occur,
  2. the EHL and JSL commits are pretty simple and straightforward, should be 
safe to include,
  3. the first commit is equivalence to the ninth commit
  4. the tenth commit is pretty simple to add GEN9 into flow control,
  so I think there should be no problems could occur from this patchset.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909457/+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 1909457] Re: Support CML-S CPU + TGP PCH

2021-01-25 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

-- 
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/1909457

Title:
  Support CML-S CPU + TGP PCH

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  In Progress
Status in linux source package in Hirsute:
  In Progress

Bug description:
  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.

  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))

  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/412664/

  [Test]
  Verified on new Dell platforms.

  [Where problems could occur]
  The first commit reverts the patch that didn't find its way to upstream.
  The second to forth commits are to enable DG1 which applied for solving 
conflicts.
  The fifth and sixth commit splits code for EHL and JSL.
  The seventh and eighth commits rename enums, no function changes.
  The ninth commit is newer version of the first reverted commit.
  The tenth commit adds CML CPU support on TGP PCH which fixes this issue.
  According to the above explanation,
  1. the DG1 in newly enabled by commits 2 to 4, no regression could occur,
  2. the EHL and JSL commits are pretty simple and straightforward, should be 
safe to include,
  3. the first commit is equivalence to the ninth commit
  4. the tenth commit is pretty simple to add GEN9 into flow control,
  so I think there should be no problems could occur from this patchset.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909457/+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 1909457] Re: Support CML-S CPU + TGP PCH

2021-01-19 Thread AceLan Kao
Public bug for the audio issue on comment #1 is here and SRU has been sent.
https://bugs.launchpad.net/ubuntu/+source/linux-oem-5.10/+bug/1912427

-- 
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/1909457

Title:
  Support CML-S CPU + TGP PCH

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  In Progress
Status in linux source package in Hirsute:
  In Progress

Bug description:
  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.

  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))

  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/412664/

  [Test]
  Verified on new Dell platforms.

  [Where problems could occur]
  The first commit reverts the patch that didn't find its way to upstream.
  The second to forth commits are to enable DG1 which applied for solving 
conflicts.
  The fifth and sixth commit splits code for EHL and JSL.
  The seventh and eighth commits rename enums, no function changes.
  The ninth commit is newer version of the first reverted commit.
  The tenth commit adds CML CPU support on TGP PCH which fixes this issue.
  According to the above explanation,
  1. the DG1 in newly enabled by commits 2 to 4, no regression could occur,
  2. the EHL and JSL commits are pretty simple and straightforward, should be 
safe to include,
  3. the first commit is equivalence to the ninth commit
  4. the tenth commit is pretty simple to add GEN9 into flow control,
  so I think there should be no problems could occur from this patchset.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909457/+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 1909457] Re: Support CML-S CPU + TGP PCH

2021-01-18 Thread AceLan Kao
** Description changed:

  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.
  
  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))
  
  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/412664/
  
  [Test]
  Verified on new Dell platforms.
  
  [Where problems could occur]
  The first commit reverts the patch that didn't find its way to upstream.
  The second to forth commits are to enable DG1 which applied for solving 
conflicts.
  The fifth and sixth commit splits code for EHL and JSL.
- The seventh commit rename enums, no function changes.
- The eighth commit is newer version of the first reverted commit.
- The ninth commit adds CML CPU support on TGP PCH which fixes this issue.
- According to the above explanation, 
- 1. the DG1 in newly enabled by commits 2 to 4, no regression could occur, 
- 2. the EHL and JSL commits are pretty simple and straightforward, should be 
safe to include, 
- 3. the first commit is equivalence to the eighth commit
- 4. the ninth commit is pretty simple to add GEN9 into flow control,
+ The seventh and eighth commits rename enums, no function changes.
+ The ninth commit is newer version of the first reverted commit.
+ The tenth commit adds CML CPU support on TGP PCH which fixes this issue.
+ According to the above explanation,
+ 1. the DG1 in newly enabled by commits 2 to 4, no regression could occur,
+ 2. the EHL and JSL commits are pretty simple and straightforward, should be 
safe to include,
+ 3. the first commit is equivalence to the ninth commit
+ 4. the tenth commit is pretty simple to add GEN9 into flow control,
  so I think there should be no problems could occur from this patchset.

-- 
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/1909457

Title:
  Support CML-S CPU + TGP PCH

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  In Progress
Status in linux source package in Hirsute:
  In Progress

Bug description:
  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.

  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))

  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/412664/

  [Test]
  Verified on new Dell platforms.

  [Where problems could occur]
  The first commit reverts the patch that didn't find its way to upstream.
  The second to forth commits are to enable DG1 which applied for solving 
conflicts.
  The fifth and sixth commit splits code for EHL and JSL.
  The seventh and eighth commits rename enums, no function changes.
  The ninth commit is newer version of the first reverted commit.
  The tenth commit adds CML CPU support on TGP PCH which fixes this issue.
  According to the above explanation,
  1. the DG1 in newly enabled by commits 2 to 4, no regression could occur,
  2. the EHL and JSL commits are pretty simple and straightforward, should be 
safe to include,
  3. the first commit is equivalence to the ninth commit
  4. the tenth commit is pretty simple to add GEN9 into flow control,
  so I think there should be no problems could occur from this patchset.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909457/+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 1909457] Re: Support CML-S CPU + TGP PCH

2021-01-18 Thread AceLan Kao
** Description changed:

  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.
  
  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))
  
  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/412664/
  
  [Test]
+ Verified on new Dell platforms.
  
  [Where problems could occur]
+ The first commit reverts the patch that didn't find its way to upstream.
+ The second to forth commits are to enable DG1 which applied for solving 
conflicts.
+ The fifth and sixth commit splits code for EHL and JSL.
+ The seventh commit rename enums, no function changes.
+ The eighth commit is newer version of the first reverted commit.
+ The ninth commit adds CML CPU support on TGP PCH which fixes this issue.
+ According to the above explanation, 
+ 1. the DG1 in newly enabled by commits 2 to 4, no regression could occur, 
+ 2. the EHL and JSL commits are pretty simple and straightforward, should be 
safe to include, 
+ 3. the first commit is equivalence to the eighth commit
+ 4. the ninth commit is pretty simple to add GEN9 into flow control,
+ so I think there should be no problems could occur from this patchset.

-- 
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/1909457

Title:
  Support CML-S CPU + TGP PCH

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  In Progress
Status in linux source package in Hirsute:
  In Progress

Bug description:
  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.

  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))

  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/412664/

  [Test]
  Verified on new Dell platforms.

  [Where problems could occur]
  The first commit reverts the patch that didn't find its way to upstream.
  The second to forth commits are to enable DG1 which applied for solving 
conflicts.
  The fifth and sixth commit splits code for EHL and JSL.
  The seventh and eighth commits rename enums, no function changes.
  The ninth commit is newer version of the first reverted commit.
  The tenth commit adds CML CPU support on TGP PCH which fixes this issue.
  According to the above explanation,
  1. the DG1 in newly enabled by commits 2 to 4, no regression could occur,
  2. the EHL and JSL commits are pretty simple and straightforward, should be 
safe to include,
  3. the first commit is equivalence to the ninth commit
  4. the tenth commit is pretty simple to add GEN9 into flow control,
  so I think there should be no problems could occur from this patchset.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909457/+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 1909457] Re: Support CML-S CPU + TGP PCH

2021-01-17 Thread Kai-Chuan Hsieh
@acelan,

Hello,

We also need this https://lkml.org/lkml/2021/1/14/1418 for the audio
support.

-- 
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/1909457

Title:
  Support CML-S CPU + TGP PCH

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  In Progress
Status in linux source package in Hirsute:
  In Progress

Bug description:
  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.

  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))

  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/412664/

  [Test]

  [Where problems could occur]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909457/+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 1909457] Re: Support CML-S CPU + TGP PCH

2021-01-12 Thread AceLan Kao
** Description changed:

  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.
  
  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))
  
  [Fix]
  Intel provides us a new patch for this issue
- https://patchwork.freedesktop.org/patch/410462/
+ https://patchwork.freedesktop.org/patch/412664/
  
  [Test]
  
  [Where problems could occur]

-- 
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/1909457

Title:
  Support CML-S CPU + TGP PCH

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  In Progress
Status in linux source package in Hirsute:
  In Progress

Bug description:
  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.

  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))

  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/412664/

  [Test]

  [Where problems could occur]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909457/+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 1909457] Re: Support CML-S CPU + TGP PCH

2021-01-12 Thread AceLan Kao
** Tags added: originate-from-1905814

-- 
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/1909457

Title:
  Support CML-S CPU + TGP PCH

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  In Progress
Status in linux source package in Hirsute:
  In Progress

Bug description:
  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.

  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))

  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/412664/

  [Test]

  [Where problems could occur]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909457/+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 1909457] Re: Support CML-S CPU + TGP PCH

2020-12-28 Thread AceLan Kao
** Description changed:

  [Impact]
+ i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.
+ 
+ kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
+ INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))
  
  [Fix]
+ Intel provides us a new patch for this issue
+ https://patchwork.freedesktop.org/patch/410462/
  
  [Test]
  
  [Where problems could occur]

** Tags added: oem-priority originate-from-1905893 somerville

-- 
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/1909457

Title:
  Support CML-S CPU + TGP PCH

Status in HWE Next:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-5.10 package in Ubuntu:
  Invalid
Status in linux-oem-5.10 source package in Focal:
  In Progress
Status in linux source package in Hirsute:
  In Progress

Bug description:
  [Impact]
  i915 driver gives below warnings that CML-S GPU doesn't work with TGL/RKL 
PCH, and the screen is blank.

  kernel: i915 :00:02.0: drm_WARN_ON(!IS_PLATFORM(dev_priv,
  INTEL_TIGERLAKE) && !IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE))

  [Fix]
  Intel provides us a new patch for this issue
  https://patchwork.freedesktop.org/patch/410462/

  [Test]

  [Where problems could occur]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1909457/+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