Re: [linux-yocto] [kernel-cache master/yocto-5.0][PATCH] intel-x86: add MGA G200 series VGA support

2019-09-03 Thread Liwei Song
Hi Bruce, It seems that this patch was missed by master branch, so does 5.2 branch also miss it. Could you help merge it to both master and yocto-5.2 branch? Thanks, Liwei. On 07/08/2019 04:22 PM, Liwei Song wrote: > Enable CONFIG_DRM_MGAG200=m to support Matrox Electronics MGA G200 &g

[linux-yocto] [kernel-cache master/yocto-5.0][PATCH] intel-x86: add MGA G200 series VGA support

2019-07-08 Thread Liwei Song
Enable CONFIG_DRM_MGAG200=m to support Matrox Electronics MGA G200 and include it in intel-x86 bsp. Signed-off-by: Liwei Song --- bsp/intel-x86/intel-x86.scc | 1 + features/mgag200/mgag200.cfg | 1 + features/mgag200/mgag200.scc | 4 3 files changed, 6 insertions(+) create mode 100644

Re: [linux-yocto] [linux-yocto-rt v5.0/standard/preempt-rt/base][PATCH 1/1] i915: Use local irq lock instead of irq disable regions

2019-05-29 Thread Liwei Song
x in this new -rt version. Thanks, Liwei. > > Bruce > > On Tue, May 28, 2019 at 11:56 PM Liwei Song wrote: >> >> From: Jiping Ma >> >> Use a local_irq_lock as a replacement for irq off regions. We keep >> the semantic of irq-off in regard to the pool

[linux-yocto] [linux-yocto-rt v5.0/standard/preempt-rt/base][PATCH 1/1] i915: Use local irq lock instead of irq disable regions

2019-05-28 Thread Liwei Song
xc3/0xe0 __x64_sys_finit_module+0x1a/0x20 do_syscall_64+0x4d/0xf0 entry_SYSCALL_64_after_hwframe+0x44/0xa9 RIP: 0033:0x7ff026d71ba9 Signed-off-by: Jiping Ma Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_request.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --gi

[linux-yocto] [linux-yocto-rt v5.0/standard/preempt-rt/base][PATCH 1/1] genirq: invoke kthread_cancel_work_sync on RT kernel to aviod compile error

2019-05-23 Thread Liwei Song
should use kthread_cancel_work_sync() instead of cancel_work_sync() to fix it. Signed-off-by: Liwei Song --- kernel/irq/manage.c | 4 1 file changed, 4 insertions(+) diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c index f72bd3a357da..143f87bbff48 100644 --- a/kernel/irq/manage.c +++ b/kernel/ir

[linux-yocto] [linux-yocto master v5.0/base][PATCH] ALSA: hda - Register irq handler after the chip initialization

2019-05-14 Thread Liwei Song
RIRB setup locally in the callee side. Reported-by: Liwei Song Signed-off-by: Takashi Iwai Signed-off-by: Liwei Song --- sound/pci/hda/hda_intel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index e5c49003e75f..

Re: [linux-yocto] [linux-yocto v5.0/standard/base][PATCH] ALSA: hda: check RIRB to avoid use NULL pointer

2019-05-06 Thread Liwei Song
t; On Mon, Apr 29, 2019 at 11:38 PM Liwei Song > wrote: > >> >> >> On 04/30/2019 03:38 AM, Bruce Ashfield wrote: >>> On Sun, Apr 28, 2019 at 4:42 AM Liwei Song >> wrote: >>> >>>> Fix the following BUG: >>>> >>

Re: [linux-yocto] [linux-yocto v5.0/standard/base][PATCH] ALSA: hda: check RIRB to avoid use NULL pointer

2019-04-29 Thread Liwei Song
On 04/30/2019 03:38 AM, Bruce Ashfield wrote: > On Sun, Apr 28, 2019 at 4:42 AM Liwei Song wrote: > >> Fix the following BUG: >> >> > Is this also a bug in the mainline kernel ? If so, what's the resolution > for the issue there ? Yes, it is also exist

[linux-yocto] [linux-yocto v5.0/standard/base][PATCH] ALSA: hda: check RIRB to avoid use NULL pointer

2019-04-28 Thread Liwei Song
IRB allocation") so here simply check the value of RIRB to avoid using NULL pointer. Fixes: 14752412721c ("ALSA: hda - Add the controller helper codes to hda-core module") Signed-off-by: Liwei Song --- sound/hda/hdac_controller.c | 3 +++ 1 file changed, 3 insertions(+) diff -

[linux-yocto] [linux-yocto v5.0/standard/base][PATCH] linux-yocto: fix compile warning from gen-insn-attr-x86.awk

2019-04-17 Thread Liwei Song
k can fix it. Fixes: 8b4581d0f5a7 ("linux-yocto: Handle /bin/awk issues") Signed-off-by: Liwei Song --- tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk b/tools/objtoo

Re: [linux-yocto] [kernel-cache][master][PATCH 0/3] support for Intel virtual RAID

2019-04-15 Thread Liwei Song
Hi Bruce, Could you also help apply these three patches to yocto-kernel-cache yocto-5.0 branch. I missed this branch. Thanks, Liwei. On 03/21/2019 11:41 AM, Liwei Song wrote: > Hi Bruce, > > These three patches used to built-in nvme driver and efivarfs driver to kernel > to ma

[linux-yocto] [PATCH 3/3] intel-x86: add Intel VMD support

2019-03-20 Thread Liwei Song
Enable CONFIG_VMD=y to support Intel VMD and VROC feature. Signed-off-by: Liwei Song --- bsp/intel-x86/intel-x86-64.scc | 1 + features/intel-vmd/intel-vmd.cfg | 1 + features/intel-vmd/intel-vmd.scc | 4 3 files changed, 6 insertions(+) create mode 100644 features/intel-vmd/intel

[linux-yocto] [kernel-cache][master][PATCH 0/3] support for Intel virtual RAID

2019-03-20 Thread Liwei Song
Hi Bruce, These three patches used to built-in nvme driver and efivarfs driver to kernel to make boot from Intel Virtual disk work. Also enable CONFIG_VMD kernel configuration Aim at master branch. Thanks, Liwei. Liwei Song (3): intel-x86: built-in nvme driver to support boot from nvme disk

[linux-yocto] [PATCH 1/3] intel-x86: built-in nvme driver to support boot from nvme disk

2019-03-20 Thread Liwei Song
change CONFIG_BLK_DEV_NVME=m to CONFIG_BLK_DEV_NVME=y to build-in nvme driver to kernel to support boot from nvme disk. Signed-off-by: Liwei Song --- bsp/intel-x86/intel-x86.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel

[linux-yocto] [PATCH 2/3] cfg/efi.cfg: built-in CONFIG_EFIVAR_FS to support Intel VROC

2019-03-20 Thread Liwei Song
kernel can aviod the timing problem and make mdadm work well. Signed-off-by: Liwei Song --- cfg/efi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/efi.cfg b/cfg/efi.cfg index 33753ccb5806..ff5d680f753a 100644 --- a/cfg/efi.cfg +++ b/cfg/efi.cfg @@ -7,4 +7,4 @@ CONFIG_ACPI

[linux-yocto] [4.12][PATCH 4/4] ASoC: Intel: board: Add Geminilake platform support

2018-06-06 Thread Liwei Song
: Liwei Song --- sound/soc/intel/boards/bxt_rt298.c | 84 -- 1 file changed, 81 insertions(+), 3 deletions(-) diff --git a/sound/soc/intel/boards/bxt_rt298.c b/sound/soc/intel/boards/bxt_rt298.c index 1a68d043c803..cc3e2733765d 100644 --- a/sound/soc/intel/boards

[linux-yocto] [4.12][PATCH 3/4] ASoC: hdac_hdmi: Add the vendor nid for Geminilake HDMI

2018-06-06 Thread Liwei Song
-by: Liwei Song --- sound/soc/codecs/hdac_hdmi.c | 39 ++- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/sound/soc/codecs/hdac_hdmi.c b/sound/soc/codecs/hdac_hdmi.c index bc2e74ff3b2d..eb3ed8c5ed30 100644 --- a/sound/soc/codecs/hdac_hdmi.c +++ b

[linux-yocto] [4.12][PATCH 1/4] drm/i915/audio: Fix audio detection issue on GLK

2018-06-06 Thread Liwei Song
en Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/intel_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_audio.c b/drivers/gpu/drm/i915/intel_audio.c index b6a0d39d81be..96fa2c0e7345 100644 --- a/drivers/gpu/drm/i915/intel_audio.c +++ b/d

[linux-yocto] [4.12][PATCH 2/4] ALSA: hda - Add hdmi id for a Geminilake variant

2018-06-06 Thread Liwei Song
kashi Iwai Signed-off-by: Liwei Song --- sound/pci/hda/patch_hdmi.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 4a0a4dbda3cd..9768d0d602f2 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/pa

[linux-yocto] [4.12][PATCH 0/4] Add audio support for glk

2018-06-06 Thread Liwei Song
These 4 upstream patches can make audio device on Geminilake work well. Thanks, Liwei. Gaurav K Singh (1): drm/i915/audio: Fix audio detection issue on GLK Pradeep Tewani (2): ASoC: hdac_hdmi: Add the vendor nid for Geminilake HDMI ASoC: Intel: board: Add Geminilake platform support Subh

[linux-yocto] [4.12][PATCH 1/4] perf vendor events: Add Goldmont Plus V1 event file

2018-06-04 Thread Liwei Song
...@intel.com Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Liwei Song --- .../pmu-events/arch/x86/goldmontplus/cache.json| 1453 .../pmu-events/arch/x86/goldmontplus/frontend.json | 62 + .../pmu-events/arch/x86/goldmontplus/memory.json | 38 + .../pmu-events/arch

[linux-yocto] [4.12][PATCH 2/4] perf intel-pt: Set no_aux_samples for the tracking event

2018-06-04 Thread Liwei Song
-by: Jiri Olsa Cc: Adrian Hunter Cc: Alexander Shishkin Cc: Andi Kleen Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20170630141656.1626-1-kan.li...@intel.com Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Liwei Song --- tools/perf/arch/x86/util/intel-pt.c | 1 + 1 file changed

[linux-yocto] [4.12][PATCH 3/4] perf intel-pt: Always set no branch for dummy event

2018-06-04 Thread Liwei Song
h for dummy event in Intel PT. Signed-off-by: Kan Liang Acked-by: Jiri Olsa Cc: Adrian Hunter Cc: Alexander Shishkin Cc: Andi Kleen Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20170630141656.1626-2-kan.li...@intel.com Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Liwei Song ---

[linux-yocto] [4.12][PATCH 0/4] Add perf support for Goldmont

2018-06-04 Thread Liwei Song
These four patches anble perf support for Goldmont, and fix an bug when run "perf record -e cycles,intel_pt//u -b -- sleep 1" Error: PMU Hardware doesn't support sampling/overflow-interrupts. All patches upstream. Thanks, Liwei. Andi Kleen (1): perf vendor events intel: Update Goldmont event

[linux-yocto] [4.12][PATCH] ALSA: hda - Skip jack and others for non-existing PCM streams

2018-05-12 Thread Liwei Song
igned. Fixes: 9152085defb6 ("ALSA: hda - add DP MST audio support") Cc: Signed-off-by: Takashi Iwai Signed-off-by: Liwei Song --- sound/pci/hda/patch_hdmi.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/pat

[linux-yocto] [4.12][PATCH] ACPI / watchdog: Fix off-by-one error at resource assignment

2018-05-08 Thread Liwei Song
support for WDAT hardware watchdog) Cc: 4.9+ # 4.9+ Signed-off-by: Takashi Iwai Acked-by: Mika Westerberg Acked-by: Guenter Roeck Signed-off-by: Rafael J. Wysocki Signed-off-by: Liwei Song --- drivers/acpi/acpi_watchdog.c | 4 ++-- drivers/watchdog/wdat_wdt.c | 2 +- 2 files changed, 3

[linux-yocto] [4.12][PATCH] ahci: Add Intel Cannon Lake PCH-H PCI ID

2018-04-03 Thread Liwei Song
From: Mika Westerberg commit f919dde0772a894c693a1eeabc77df69d6a9b937 upstream. Add Intel Cannon Lake PCH-H PCI ID to the list of supported controllers. Signed-off-by: Mika Westerberg Signed-off-by: Tejun Heo Cc: sta...@vger.kernel.org Signed-off-by: Liwei Song --- drivers/ata/ahci.c | 1

[linux-yocto] [4.12][PATCH 19/19] x86/cpu: Add Cannonlake to Intel family

2018-03-22 Thread Liwei Song
d-by: Tony Luck Signed-off-by: Megha Dey Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song --- arch/x86/include/asm/intel-family.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/inte

[linux-yocto] [4.12][PATCH 14/19] platform/x86: intel_pmc_core: Read base address from LPIT

2018-03-22 Thread Liwei Song
: Andy Shevchenko Signed-off-by: Liwei Song --- drivers/platform/x86/intel_pmc_core.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/platform/x86/intel_pmc_core.c b/drivers/platform/x86/intel_pmc_core.c index 5c401e17cfb6..bb80aed4c3c1 100644 --- a/drivers

[linux-yocto] [4.12][PATCH 15/19] platform/x86: intel_pmc_core: Add CannonLake PCH support

2018-03-22 Thread Liwei Song
From: Rajneesh Bhardwaj commit 291101f6a73566f5d1ab597784288c5bc85906fd upstream. This adds support for Cannonlake PCH which is used by Cannonlake and Coffeelake SoCs. Signed-off-by: Srinivas Pandruvada Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei

[linux-yocto] [4.12][PATCH 17/19] ACPI / LPIT: Add Low Power Idle Table (LPIT) support

2018-03-22 Thread Liwei Song
ned-off-by: Srinivas Pandruvada Signed-off-by: Rafael J. Wysocki Signed-off-by: Liwei Song --- Documentation/acpi/lpit.txt | 25 +++ drivers/acpi/Kconfig| 5 ++ drivers/acpi/Makefile | 1 + drivers/acpi/acpi_lpit.c| 162 dri

[linux-yocto] [4.12][PATCH 18/19] ACPI / LPIT: Export lpit_read_residency_count_address()

2018-03-22 Thread Liwei Song
: Liwei Song --- drivers/acpi/acpi_lpit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/acpi/acpi_lpit.c b/drivers/acpi/acpi_lpit.c index e94e478dd18b..cf4fc0161164 100644 --- a/drivers/acpi/acpi_lpit.c +++ b/drivers/acpi/acpi_lpit.c @@ -100,6 +100,7 @@ int

[linux-yocto] [4.12][PATCH 16/19] platform/x86: intel_pmc_core: Special case for Coffeelake

2018-03-22 Thread Liwei Song
-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song --- drivers/platform/x86/intel_pmc_core.c | 14 ++ drivers/platform/x86/intel_pmc_core.h | 2 ++ 2 files changed, 16 insertions(+) diff --git a/drivers/platform/x86/intel_pmc_core.c b/drivers/platform

[linux-yocto] [4.12][PATCH 13/19] platform/x86: intel_pmc_core: Remove unused header file

2018-03-22 Thread Liwei Song
are the EXPORTED API 'intel_pmc_slp_s0_counter_read'. This patch provides the errata fix for the same. Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song --- arch/x86/include/asm/pmc_core.h | 27 --- drivers/platform/x86/intel_pmc_

[linux-yocto] [4.12][PATCH 10/19] platform/x86: intel_pmc_core: Refactor debugfs entries

2018-03-22 Thread Liwei Song
production system. This will help to add future platform support where we can't support these entries. Suggested-by: Andy Shevchenko Signed-off-by: Srinivas Pandruvada Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song --- drivers/platform/x86/intel_

[linux-yocto] [4.12][PATCH 12/19] platform/x86: intel_pmc_core: Convert to ICPU macro

2018-03-22 Thread Liwei Song
Signed-off-by: Liwei Song --- drivers/platform/x86/intel_pmc_core.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/drivers/platform/x86/intel_pmc_core.c b/drivers/platform/x86/intel_pmc_core.c index e3b98fcceb57..f971ca1a6ed2 100644 --- a/drivers/platform/x86

[linux-yocto] [4.12][PATCH 08/19] platform/x86: intel_pmc_core: Change driver to a module

2018-03-22 Thread Liwei Song
: Liwei Song --- drivers/platform/x86/Kconfig | 2 +- drivers/platform/x86/intel_pmc_core.c | 15 +-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 8489020ecf44..928143325dcd 100644 --- a/drivers

[linux-yocto] [4.12][PATCH 09/19] platform/x86: intel_pmc_core: Fix file permission warnings

2018-03-22 Thread Liwei Song
ivas Pandruvada Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song --- drivers/platform/x86/intel_pmc_core.c | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/drivers/platform/x86/intel_pmc_core.c b/drivers/platf

[linux-yocto] [4.12][PATCH 11/19] platform/x86: intel_pmc_core: Substitute PCI with CPUID enumeration

2018-03-22 Thread Liwei Song
dation for future SoC support. Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Srinivas Pandruvada Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song --- drivers/platform/x86/intel_pmc_core.c | 89 --- drivers/platform/x86/intel_pmc_core.h | 3 +- 2 fil

[linux-yocto] [4.12][PATCH 05/19] platform/x86: intel_pmc_core: Remove unused EXPORTED API

2018-03-22 Thread Liwei Song
failsafe framework in mainline. Cc: Derek Basehore Cc: Rajat Jain Link: https://patchwork.kernel.org/patch/9831229/ Suggested-by: Andriy Shevchenko Signed-off-by: Srinivas Pandruvada Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song --- drivers

[linux-yocto] [4.12][PATCH 07/19] platform/x86: intel_pmc_core: Fix kernel doc for pmc_dev

2018-03-22 Thread Liwei Song
From: Rajneesh Bhardwaj commit 7fc658923a599f3ad68dbccec59b6631c6352455 upstream. Fix invalid field information and add missing fields in kernel doc comments. Signed-off-by: Srinivas Pandruvada Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song

[linux-yocto] [4.12][PATCH 06/19] platform/x86: intel_pmc_core: Remove unused variable

2018-03-22 Thread Liwei Song
From: Rajneesh Bhardwaj commit 8c9180dd2c2a5f1356121cd87b373d9881b41c65 upstream. base_address field is redundant and unused in the driver so get rid of it. Signed-off-by: Srinivas Pandruvada Signed-off-by: Rajneesh Bhardwaj Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song

[linux-yocto] [kernel-cache 4.12][PATCH] features/intel-pmc: add Intel pmc core support

2018-03-22 Thread Liwei Song
Add PMC Driver support for Intel Core SoC. Signed-off-by: Liwei Song --- features/intel-pmc/intel-pmc-core.cfg | 1 + features/intel-pmc/intel-pmc-core.scc | 4 2 files changed, 5 insertions(+) create mode 100644 features/intel-pmc/intel-pmc-core.cfg create mode 100644 features/intel-pmc

[linux-yocto] [4.12][PATCH 01/19] HID: intel-ish-hid: Enable Cannon Lake ish driver

2018-03-22 Thread Liwei Song
From: Song Hongyan commit 1e3b74a2f844c3fcd8b3206178b8c6524aa34d05 upstream. Added PCI ID for Cannon Lake ISH. Signed-off-by: Song Hongyan Acked-by: Srinivas Pandruvada Signed-off-by: Jiri Kosina Signed-off-by: Liwei Song --- drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1 + drivers/hid

[linux-yocto] [4.12][PATCH 04/19] platform/x86: intel_pmc_core: Make the driver PCH family agnostic

2018-03-22 Thread Liwei Song
additions to new PCH and create a baseline for other platform specific extensions. Signed-off-by: Srinivas Pandruvada Signed-off-by: Andy Shevchenko Signed-off-by: Liwei Song --- drivers/platform/x86/intel_pmc_core.c | 31 +-- drivers/platform/x86/intel_pmc_core.h | 30

[linux-yocto] [4.12][PATCH 03/19] HID: intel-ish-hid: Enable Cannon Lake and Coffee Lake laptop/desktop

2018-03-22 Thread Liwei Song
From: Srinivas Pandruvada commit 7103f6b23392c0a57ceba7915f72fa7bf11d2a90 upstream. Added PCI ID for Cannon Lake and Coffee Lake laptop/desktop skews. Signed-off-by: Srinivas Pandruvada Signed-off-by: Jiri Kosina Signed-off-by: Liwei Song --- drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1

[linux-yocto] [4.12][PATCH 00/20] Add intel-pmc-core and ish support for CoffeeLake board

2018-03-22 Thread Liwei Song
Hi Bruce, These series patches use to add Intel PMC core and Intel ISH support on CoffeeLake board. All patches backported from upstream. It also include one kernel-cache patch which used to enable CONFIG_INTEL_PMC_CORE for intel-pmc-core driver. Thanks, Liwei. Liwei Song (1): features

[linux-yocto] [4.12][PATCH 02/19] HID: intel-ish-hid: Enable Gemini Lake ish driver

2018-03-22 Thread Liwei Song
From: Song Hongyan commit 1694130910cd654a9215fbc0244975e3cf208fc1 upstream. Added PCI ID for Gemini Lake ISH. Signed-off-by: Song Hongyan Acked-by: Srinivas Pandruvada Signed-off-by: Jiri Kosina Signed-off-by: Liwei Song --- drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1 + drivers/hid

[linux-yocto] [4.12][PATCH 1/1] x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3

2018-03-09 Thread Liwei Song
From: Andy Lutomirski commit f34902c5c6c08024371202a680ce69f2d488776d upstream. Jiri reported a resume-from-hibernation failure triggered by PCID. The root cause appears to be rather odd. The hibernation asm restores a CR3 value that comes from the image header. If the image kernel has PCID on

[linux-yocto] [4.12][PATCH 0/1] fix S4 hang when restore system

2018-03-09 Thread Liwei Song
Backport an upstream patch to fix S4 failed issue when restore system, Test can passed on CoffeeLake and NUC board with this patch. Andy Lutomirski (1): x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3 arch/x86/power/hibernate_64.c | 21 - 1 file changed, 20 ins

Re: [linux-yocto] [4.12][PATCH] drm/i915/cfl: Coffee Lake works on Kaby Lake PCH.

2018-03-05 Thread Liwei Song
For linux-yocto-4.12 Thanks, Liwei. On 03/05/2018 04:53 PM, Liwei Song wrote: > From: Rodrigo Vivi > > commit eb371933cf4d3495d0899880b2e0e252ce9db517 upstream. > > Coffee Lake CPU on Kaby Lake PCH is possible. > It does exist, and it does work. > > The only missed ca

[linux-yocto] [PATCH] drm/i915/cfl: Coffee Lake works on Kaby Lake PCH.

2018-03-05 Thread Liwei Song
/20170821235056.9015-1-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_drv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 19ffb3439fa9..bb7a4d92db60 100644 --- a/drivers/gpu/drm/i915

[linux-yocto] [PATCH] Fix kernel warnning on cfl-s(KBL PCH) board

2018-03-05 Thread Liwei Song
Backport an upstream patch, fix the following kernel warnning on CoffeeLake + KabyLake PCH board: [3.689176] WARN_ON(!((dev_priv)->info.platform == INTEL_SKYLAKE) && !((dev_priv)->info.platform == INTEL_KABYLAKE)) [3.689191] [ cut here ] [3.690301] WARNING: CPU

[linux-yocto] [yocto-4.12][PATCH 1/2] audit: fix memleak in auditd_send_unicast_skb.

2018-03-01 Thread Liwei Song
LL_64_fastpath+0x1a/0xa5 [] 0x Signed-off-by: Shu Wang Signed-off-by: Paul Moore Signed-off-by: Liwei Song --- kernel/audit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/audit.c b/kernel/audit.c index 4b7d49868ce1..7df61bee61ee 100644 --- a/kernel/audit.c +++ b/

[linux-yocto] [yocto-4.12][PATCH 2/2] brd: remove unused brd_mutex

2018-03-01 Thread Liwei Song
From: Mikulas Patocka commit 15f7b41f70ddcca3b555bd0fdc7c8da7466b517e upstream. Remove unused mutex brd_mutex. It is unused since the commit ff26956875c2 ("brd: remove support for BLKFLSBUF"). Signed-off-by: Mikulas Patocka Signed-off-by: Jens Axboe Signed-off-by: Liwei Song --

[linux-yocto] [yocto-4.12][PATCH 0/2] a kmemleak and build warning fix for yocto-4.12

2018-03-01 Thread Liwei Song
Hi Bruce, These are two upstream patches to fix kmemleak(patch1) and build warning(patch2) for yocto-4.12 kernel. Thanks, Liwei. Mikulas Patocka (1): brd: remove unused brd_mutex Shu Wang (1): audit: fix memleak in auditd_send_unicast_skb. drivers/block/brd.c | 1 - kernel/audit.c |

Re: [linux-yocto] [yocto-4.12][PATCH 0/4] enable Cannon Lake PCH gpio support

2018-02-01 Thread Liwei Song
ping... On 01/26/2018 09:55 AM, Liwei Song wrote: > Hi Bruce, > > These patches include a kernel-cache patch to enable kernel option > CONFIG_PINCTRL_CANNONLAKE. > Other patches are upstream patches to enable Cannon Lake PCH gpio support. > Please review and merge them. &g

[linux-yocto] [PATCH 4/4] pinctrl: intel: Add Intel Cannon Lake PCH-H pin controller support

2018-01-25 Thread Liwei Song
Signed-off-by: Mika Westerberg Signed-off-by: Linus Walleij Signed-off-by: Liwei Song --- drivers/pinctrl/intel/pinctrl-cannonlake.c | 424 - 1 file changed, 423 insertions(+), 1 deletion(-) diff --git a/drivers/pinctrl/intel/pinctrl-cannonlake.c b/drivers/pinctrl/intel

[linux-yocto] [PATCH 3/4] pinctrl: intel: Add Intel Cannon Lake PCH pin controller support

2018-01-25 Thread Liwei Song
: Linus Walleij Signed-off-by: Liwei Song --- drivers/pinctrl/intel/Kconfig | 8 + drivers/pinctrl/intel/Makefile | 1 + drivers/pinctrl/intel/pinctrl-cannonlake.c | 442 + 3 files changed, 451 insertions(+) create mode 100644 drivers

[linux-yocto] [PATCH 2/4] pinctrl: intel: Make it possible to specify mode per pin in a group

2018-01-25 Thread Liwei Song
: Mika Westerberg Reviewed-by: Andy Shevchenko Signed-off-by: Linus Walleij Signed-off-by: Liwei Song --- drivers/pinctrl/intel/pinctrl-intel.c | 6 +- drivers/pinctrl/intel/pinctrl-intel.h | 28 +--- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a

[linux-yocto] [PATCH 1/4] pinctrl: intel: Add support for variable size pad groups

2018-01-25 Thread Liwei Song
sed on community->gpp_size if the driver does not provide any. This makes sure the existing drivers still work as expected. Signed-off-by: Mika Westerberg Signed-off-by: Chuah, Kim Tatt Signed-off-by: Tan Jui Nee Reviewed-by: Andy Shevchenko Signed-off-by: Linus Walleij Signed-off-by: L

[linux-yocto] [yocto-4.12][PATCH 0/4] enable Cannon Lake PCH gpio support

2018-01-25 Thread Liwei Song
insertions(+), 64 deletions(-) create mode 100644 drivers/pinctrl/intel/pinctrl-cannonlake.c Liwei Song (1): features/intel-pinctrl: add Intel Cannon Lake PCH pinctrl support features/intel-pinctrl/intel-pinctrl.cfg | 1 + 1 file changed, 1 insertion(+) -- 2.7.4

[linux-yocto] [kernel-cache-4.12][PATCH] features/intel-pinctrl: add Intel Cannon Lake PCH pinctrl support

2018-01-25 Thread Liwei Song
Set CONFIG_PINCTRL_CANNONLAKE=m to enable Intel Cannon Lake PCH pinctrl feature. Signed-off-by: Liwei Song --- features/intel-pinctrl/intel-pinctrl.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/features/intel-pinctrl/intel-pinctrl.cfg b/features/intel-pinctrl/intel-pinctrl.cfg index

[linux-yocto] [PATCH 5/5] mmc: sdhci-pci: Add support for Intel CNP

2018-01-23 Thread Liwei Song
From: Adrian Hunter commit bc55dcd822f98cd7c170d0aeac4ed4fb79c86bda upstream. Add PCI ids and enhanced strobe support for Intel CNP. This is combined with GLK due to the pending CMDQ support which they both share. Signed-off-by: Adrian Hunter Signed-off-by: Ulf Hansson Signed-off-by: Liwei

[linux-yocto] [PATCH 2/5] mfd: intel-lpss: Add Intel Cannonlake PCI IDs

2018-01-23 Thread Liwei Song
: Liwei Song --- drivers/mfd/intel-lpss-pci.c | 24 1 file changed, 24 insertions(+) diff --git a/drivers/mfd/intel-lpss-pci.c b/drivers/mfd/intel-lpss-pci.c index 16ffeaeb1385..ad388bb056cd 100644 --- a/drivers/mfd/intel-lpss-pci.c +++ b/drivers/mfd/intel-lpss-pci.c

[linux-yocto] [PATCH 3/5] spi: pxa2xx: Add support for Intel Cannonlake

2018-01-23 Thread Liwei Song
and use the same FIFO thresholds than in Sunrisepoint. Patch adds support for both Cannonlake SoC and PCH. Signed-off-by: Jarkko Nikula Signed-off-by: Mark Brown Signed-off-by: Liwei Song --- drivers/spi/spi-pxa2xx.c | 22 ++ include/linux/pxa2xx_ssp.h | 1 + 2 files

[linux-yocto] [PATCH 4/5] mmc: sdhci-pci: Use macros in pci_ids definition

2018-01-23 Thread Liwei Song
easier to comprehend than it would be possible using the generic version of the PCI_DEVICE_ macros. Signed-off-by: Matthias Kraemer Acked-by: Adrian Hunter Signed-off-by: Ulf Hansson Signed-off-by: Liwei Song --- drivers/mmc/host/sdhci-pci-core.c | 618

[linux-yocto] [PATCH 1/5] i2c: i801: Add support for Intel Cannon Lake

2018-01-23 Thread Liwei Song
Nikula Signed-off-by: Wolfram Sang Signed-off-by: Liwei Song --- Documentation/i2c/busses/i2c-i801 | 2 ++ drivers/i2c/busses/Kconfig| 2 ++ drivers/i2c/busses/i2c-i801.c | 8 3 files changed, 12 insertions(+) diff --git a/Documentation/i2c/busses/i2c-i801 b/Documentation

[linux-yocto] [yocto-4.12][PATCH 0/5] Add some external device ids for cfl and cnl

2018-01-23 Thread Liwei Song
Hi Bruce, This 5 upstream patches add the pci ids for following device: SMBus, I2C, HS-UART, SPI, eMMC/SD. Adrian Hunter (1): mmc: sdhci-pci: Add support for Intel CNP Andy Shevchenko (1): mfd: intel-lpss: Add Intel Cannonlake PCI IDs Jarkko Nikula (1): spi: pxa2xx: Add support for Intel

[linux-yocto] [yocto-4.12][PULL REQUEST] update iwlwifi dirver to newest version to support 9560NGW

2018-01-18 Thread Liwei Song
Hi Bruce, This series patch use to update iwlwifi driver to the newest version to support 9000 wifi card, as you know, the iwlwifi driver has changed more so the best way is to select all iwlwifi patch, this can aviod many patches adjust, meanwhile, it is good for us to backport patch from upstrea

[linux-yocto] [yocto-4.12][PATCH 36/36] ALSA: hda/realtek - Fix ALC700 family no sound issue

2018-01-09 Thread Liwei Song
Signed-off-by: Takashi Iwai Signed-off-by: Liwei Song --- sound/pci/hda/patch_realtek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 3f1feb362ffc..5bca33ead28b 100644 --- a/sound/pci/hda/patch_realtek.c +

[linux-yocto] [yocto-4.12][PATCH 33/36] ALSA: hda: Add Cannonlake PCI ID

2018-01-09 Thread Liwei Song
From: Guneshwor Singh commit 2357f6f00098a437f9de084c3c34254d20dea789 upstream. Cannonlake is next generation Intel platform. This commit adds PCI ID for it. Signed-off-by: Guneshwor Singh Signed-off-by: Takashi Iwai Signed-off-by: Liwei Song --- sound/pci/hda/hda_intel.c | 3 +++ 1 file

[linux-yocto] [yocto-4.12][PATCH 35/36] ALSA: hda - Add model string for Intel reference board quirk

2018-01-09 Thread Liwei Song
jack detection function for Intel ALC700") Signed-off-by: Takashi Iwai Signed-off-by: Liwei Song --- Documentation/sound/hd-audio/models.rst | 2 ++ sound/pci/hda/patch_realtek.c | 1 + 2 files changed, 3 insertions(+) diff --git a/Documentation/sound/hd-audio/models.rst b/Doc

[linux-yocto] [yocto-4.12][PATCH 34/36] ALSA: hda/realtek - Enable jack detection function for Intel ALC700

2018-01-09 Thread Liwei Song
ff-by: Takashi Iwai Signed-off-by: Liwei Song --- sound/pci/hda/patch_realtek.c | 17 + 1 file changed, 17 insertions(+) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index a8815e6bf400..1e9a5797a5a2 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/soun

[linux-yocto] [yocto-4.12][PATCH 32/36] ALSA: hda - Fix unbalance of i915 module refcount

2018-01-09 Thread Liwei Song
type but chip->driver_caps. Fixes: dba9b7b6ca1a ("ALSA: hda - Fix doubly initialization of i915 component") Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=196219 Reported-by: Martin Peres Signed-off-by: Takashi Iwai Signed-off-by: Liwei Song --- sound/pci/hda/hda_intel.c

[linux-yocto] [yocto-4.12][PATCH 31/36] ALSA: hda - Fix doubly initialization of i915 component

2018-01-09 Thread Liwei Song
nings, too. The bug was spotted by Intel CI tests. Fixes: fcc88d91cd36 ("ALSA: hda - Bind with i915 component before codec binding") Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=196219 Reported-by: Martin Peres Signed-off-by: Takashi Iwai Signed-off-by: Liwei Song --- sound

[linux-yocto] [yocto-4.12][PATCH 30/36] ALSA: hda - Bind with i915 component before codec binding

2018-01-09 Thread Liwei Song
controller driver level for PCH controller devices, where the initialization is performed in a detached work, instead of calling from the codec driver probe. Signed-off-by: Takashi Iwai Signed-off-by: Liwei Song --- sound/pci/hda/hda_intel.c | 35 +-- sound/pci

[linux-yocto] [yocto-4.12][PATCH 28/36] drm/i915/cnl: Implement CNL display init/unit sequence

2018-01-09 Thread Liwei Song
ink: http://patchwork.freedesktop.org/patch/msgid/1497047175-27250-3-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_reg.h | 23 +++ drivers/gpu/drm/i915/intel_cdclk.c | 108 +- drivers/gpu/drm/i915/intel_drv.h

[linux-yocto] [yocto-4.12][PATCH 29/36] ALSA: hda - Add AZX_DRIVER_SKL for simplification

2018-01-09 Thread Liwei Song
e new AZX_DRIVER_SKL type is introduced, and check chip->driver_type instead of the manual PCI ID. The short name for this is still "HDA Intel PCH", so that it doesn't break the existing user-space unnecessarily. Suggested-by: Vinod Koul Signed-off-by: Takashi Iwai Signed-off-by:

[linux-yocto] [yocto-4.12][PATCH 26/36] drm/i915/cnl: Implement .get_display_clock_speed() for CNL

2018-01-09 Thread Liwei Song
o the ref clock as previous platforms. (Imre) Signed-off-by: Ville Syrjälä Signed-off-by: Rodrigo Vivi Reviewed-by: Imre Deak Signed-off-by: Rodrigo Vivi Link: http://patchwork.freedesktop.org/patch/msgid/1497047175-27250-1-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei

[linux-yocto] [yocto-4.12][PATCH 27/36] drm/i915/cnl: Implement .set_cdclk() for CNL

2018-01-09 Thread Liwei Song
2-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/intel_cdclk.c | 106 + 1 file changed, 106 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_cdclk.c b/drivers/gpu/drm/i915/intel_cdclk.c index dcedc2c7615b..fea06f3

[linux-yocto] [yocto-4.12][PATCH 21/36] drm/i915/cfl: Add Coffee Lake PCI IDs for H Sku.

2018-01-09 Thread Liwei Song
: Rodrigo Vivi Link: http://patchwork.freedesktop.org/patch/msgid/1496965267-21725-2-git-send-email-anusha.sriva...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_pci.c | 1 + include/drm/i915_pciids.h | 5 + 2 files changed, 6 insertions(+) diff --git a/drivers/gpu/drm

[linux-yocto] [yocto-4.12][PATCH 24/36] drm/i915/huc: Load HuC on Coffee Lake

2018-01-09 Thread Liwei Song
http://patchwork.freedesktop.org/patch/msgid/1496965704-23610-2-git-send-email-anusha.sriva...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/intel_huc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_huc.c b/drivers/gpu/drm/i915/intel_huc.c

[linux-yocto] [yocto-4.12][PATCH 25/36] drm/i915/cfl: Coffee Lake reuses Kabylake DMC.

2018-01-09 Thread Liwei Song
iyan Link: http://patchwork.freedesktop.org/patch/msgid/1497038550-30910-1-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_pci.c | 1 + drivers/gpu/drm/i915/intel_csr.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gp

[linux-yocto] [yocto-4.12][PATCH 18/36] drm/i915/cfl: Coffee Lake uses CNP PCH.

2018-01-09 Thread Liwei Song
. Cc: Dhinakaran Pandiyan Signed-off-by: Rodrigo Vivi Reviewed-by: Anusha Srivatsa Link: http://patchwork.freedesktop.org/patch/msgid/1496937000-8450-2-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_drv.c | 9 ++--- 1 file changed, 6 insertions(

[linux-yocto] [yocto-4.12][PATCH 23/36] drm/i915/guc: Load GuC on Coffee Lake

2018-01-09 Thread Liwei Song
http://patchwork.freedesktop.org/patch/msgid/1496965704-23610-1-git-send-email-anusha.sriva...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_pci.c | 1 + drivers/gpu/drm/i915/intel_guc_loader.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm

[linux-yocto] [yocto-4.12][PATCH 19/36] drm/i915/cfl: Introduce Display workarounds for Coffee Lake.

2018-01-09 Thread Liwei Song
37000-8450-3-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/intel_pm.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c index 8aa29202a641..8499824

[linux-yocto] [yocto-4.12][PATCH 20/36] drm/i915/cfl: Add Coffee Lake PCI IDs for S Skus.

2018-01-09 Thread Liwei Song
: Rodrigo Vivi Link: http://patchwork.freedesktop.org/patch/msgid/1496965267-21725-1-git-send-email-anusha.sriva...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_pci.c | 1 + include/drm/i915_pciids.h | 8 2 files changed, 9 insertions(+) diff --git a/drivers/gpu

[linux-yocto] [yocto-4.12][PATCH 22/36] drm/i915/cfl: Add Coffee Lake PCI IDs for U Sku.

2018-01-09 Thread Liwei Song
vatsa Reviewed-by: Rodrigo Vivi Signed-off-by: Rodrigo Vivi Link: http://patchwork.freedesktop.org/patch/msgid/1496965267-21725-3-git-send-email-anusha.sriva...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_pci.c | 1 + include/drm/i915_pciids.h | 7 +++ 2 files ch

[linux-yocto] [yocto-4.12][PATCH 17/36] drm/i915/cfl: Introduce Coffee Lake platform definition.

2018-01-09 Thread Liwei Song
off-by: Rodrigo Vivi Reviewed-by: Anusha Srivatsa Link: http://patchwork.freedesktop.org/patch/msgid/1496937000-8450-1-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_drv.h | 2 ++ drivers/gpu/drm/i915/i915_pci.c | 16 ++

[linux-yocto] [yocto-4.12][PATCH 15/36] drm/i915/cnl: Add power wells for CNL

2018-01-09 Thread Liwei Song
found out that current CNL SKUs don't have the full port E split. Signed-off-by: Ville Syrjälä Signed-off-by: Rodrigo Vivi Reviewed-by: Imre Deak Link: http://patchwork.freedesktop.org/patch/msgid/1496781040-20888-10-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- d

[linux-yocto] [yocto-4.12][PATCH 11/36] drm/i915/cnl: add IS_CNL_REVID macro

2018-01-09 Thread Liwei Song
email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_drv.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index da76f2823922..6f298b39d019 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/driver

[linux-yocto] [yocto-4.12][PATCH 14/36] drm/i915/cnl: Cannonlake has same MOCS table than Skylake.

2018-01-09 Thread Liwei Song
ec it is not applicable to CNL. Cc: Paulo Zanoni Signed-off-by: Rodrigo Vivi Reviewed-by: Joonas Lahtinen Link: http://patchwork.freedesktop.org/patch/msgid/1496781040-20888-8-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/intel_mocs.c | 2 +- 1 file ch

[linux-yocto] [yocto-4.12][PATCH 16/36] drm/i915/cnl: Also need power well sanitize.

2018-01-09 Thread Liwei Song
ower well setup will also need and let's just go ahead and remove if condition. Cc: Imre Deak Signed-off-by: Rodrigo Vivi Reviewed-by: Imre Deak Link: http://patchwork.freedesktop.org/patch/msgid/1496781040-20888-11-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song ---

[linux-yocto] [yocto-4.12][PATCH 07/36] drm/i915/cnl: Introduce Cannonlake platform defition.

2018-01-09 Thread Liwei Song
ed-by: Ander Conselvan de Oliveira Link: http://patchwork.freedesktop.org/patch/msgid/1496781040-20888-1-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_drv.h | 3 +++ drivers/gpu/drm/i915/i915_pci.c | 8 drivers/gpu/drm

[linux-yocto] [yocto-4.12][PATCH 13/36] drm/i915/cnl: Configure EU slice power gating.

2018-01-09 Thread Liwei Song
ed-by: Joonas Lahtinen Link: http://patchwork.freedesktop.org/patch/msgid/1496781040-20888-7-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/intel_device_info.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm

[linux-yocto] [yocto-4.12][PATCH 10/36] drm/i915/cnl: Add Cannonlake PCI IDs for Y-skus.

2018-01-09 Thread Liwei Song
/1496781040-20888-4-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- include/drm/i915_pciids.h | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index 7f1bb3b0ce5b..7d2696a6588e 100644 --- a/include/drm

[linux-yocto] [yocto-4.12][PATCH 12/36] drm/i915/cnl: Cannonlake has 4 planes (3 sprites) per pipe

2018-01-09 Thread Liwei Song
-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/intel_device_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_device_info.c b/drivers/gpu/drm/i915/intel_device_info.c index 6b09a82468ef..3cc8cdbc54ff

[linux-yocto] [yocto-4.12][PATCH 09/36] drm/i915/cnl: Add Cannonlake PCI IDs for U-skus.

2018-01-09 Thread Liwei Song
81040-20888-3-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_pci.c | 1 + include/drm/i915_pciids.h | 10 ++ 2 files changed, 11 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c index d877727

[linux-yocto] [yocto-4.12][PATCH 08/36] drm/i915/cnl: Cannonlake uses CNP PCH.

2018-01-09 Thread Liwei Song
81040-20888-2-git-send-email-rodrigo.v...@intel.com Signed-off-by: Liwei Song --- drivers/gpu/drm/i915/i915_drv.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 1501bf7471b6..f79b1b4ea853 100644 --- a/drivers/gpu/drm

  1   2   >