[linux-yocto] [yocto-4.12][PATCH 00/36] add graphic and audio support for CFL-S

Bruce Ashfield bruce.ashfield at windriver.com
Fri Jan 12 21:34:51 PST 2018


On 2018-01-10 2:10 AM, Liwei Song wrote:
> 
> These 36 upstream patches use to enable graphic and
> audio support for CoffeeLake-s board.
> Some cnl patches were backported due to dependency.
> 
> 

These are now staged. Once build testing passes, I'll push
the changes over the weekend.

Bruce

> Anusha Srivatsa (5):
>    drm/i915/cfl: Add Coffee Lake PCI IDs for S Skus.
>    drm/i915/cfl: Add Coffee Lake PCI IDs for H Sku.
>    drm/i915/cfl: Add Coffee Lake PCI IDs for U Sku.
>    drm/i915/guc: Load GuC on Coffee Lake
>    drm/i915/huc: Load HuC on Coffee Lake
> 
> Dhinakaran Pandiyan (1):
>    drm/i915/cnp: Add PCI ID for Cannonpoint LP PCH
> 
> Guneshwor Singh (1):
>    ALSA: hda: Add Cannonlake PCI ID
> 
> James Irwin (1):
>    drm/i915/cnl: Cannonlake has 4 planes (3 sprites) per pipe
> 
> Kailang Yang (1):
>    ALSA: hda/realtek - Fix ALC700 family no sound issue
> 
> Paulo Zanoni (1):
>    drm/i915/cnl: add IS_CNL_REVID macro
> 
> PeiSen Hou (1):
>    ALSA: hda/realtek - Enable jack detection function for Intel ALC700
> 
> Rodrigo Vivi (16):
>    drm/i915/cnp: Introduce Cannonpoint PCH.
>    drm/i915/cnp: Get/set proper Raw clock frequency on CNP.
>    drm/i915/cnp: Backlight support for CNP.
>    drm/i915/cnp: add CNP gmbus support
>    drm/i915/cnp: Panel Power sequence changes for CNP PCH.
>    drm/i915/cnl: Introduce Cannonlake platform defition.
>    drm/i915/cnl: Cannonlake uses CNP PCH.
>    drm/i915/cnl: Add Cannonlake PCI IDs for U-skus.
>    drm/i915/cnl: Add Cannonlake PCI IDs for Y-skus.
>    drm/i915/cnl: Configure EU slice power gating.
>    drm/i915/cnl: Cannonlake has same MOCS table than Skylake.
>    drm/i915/cnl: Also need power well sanitize.
>    drm/i915/cfl: Introduce Coffee Lake platform definition.
>    drm/i915/cfl: Coffee Lake uses CNP PCH.
>    drm/i915/cfl: Introduce Display workarounds for Coffee Lake.
>    drm/i915/cfl: Coffee Lake reuses Kabylake DMC.
> 
> Takashi Iwai (5):
>    ALSA: hda - Add AZX_DRIVER_SKL for simplification
>    ALSA: hda - Bind with i915 component before codec binding
>    ALSA: hda - Fix doubly initialization of i915 component
>    ALSA: hda - Fix unbalance of i915 module refcount
>    ALSA: hda - Add model string for Intel reference board quirk
> 
> Ville Syrjälä (4):
>    drm/i915/cnl: Add power wells for CNL
>    drm/i915/cnl: Implement .get_display_clock_speed() for CNL
>    drm/i915/cnl: Implement .set_cdclk() for CNL
>    drm/i915/cnl: Implement CNL display init/unit sequence
> 
>   Documentation/sound/hd-audio/models.rst  |   2 +
>   drivers/gpu/drm/i915/i915_drv.c          |  18 +-
>   drivers/gpu/drm/i915/i915_drv.h          |  18 ++
>   drivers/gpu/drm/i915/i915_irq.c          |   6 +-
>   drivers/gpu/drm/i915/i915_pci.c          |  30 ++++
>   drivers/gpu/drm/i915/i915_reg.h          |  41 ++++-
>   drivers/gpu/drm/i915/intel_cdclk.c       | 297 ++++++++++++++++++++++++++++++-
>   drivers/gpu/drm/i915/intel_csr.c         |   4 +-
>   drivers/gpu/drm/i915/intel_device_info.c |  11 +-
>   drivers/gpu/drm/i915/intel_dp.c          |  12 +-
>   drivers/gpu/drm/i915/intel_drv.h         |   2 +
>   drivers/gpu/drm/i915/intel_guc_loader.c  |   2 +-
>   drivers/gpu/drm/i915/intel_hdmi.c        |   8 +-
>   drivers/gpu/drm/i915/intel_huc.c         |   2 +-
>   drivers/gpu/drm/i915/intel_i2c.c         |  15 +-
>   drivers/gpu/drm/i915/intel_mocs.c        |   2 +-
>   drivers/gpu/drm/i915/intel_panel.c       |  96 ++++++++++
>   drivers/gpu/drm/i915/intel_pm.c          |  21 +--
>   drivers/gpu/drm/i915/intel_runtime_pm.c  | 252 +++++++++++++++++++++++++-
>   include/drm/i915_pciids.h                |  40 +++++
>   sound/pci/hda/hda_controller.h           |   6 +-
>   sound/pci/hda/hda_intel.c                | 115 ++++++------
>   sound/pci/hda/patch_hdmi.c               |  17 +-
>   sound/pci/hda/patch_realtek.c            |  20 ++-
>   24 files changed, 925 insertions(+), 112 deletions(-)
> 



More information about the linux-yocto mailing list