~vicamo/+git/ubuntu-kernel:bug-1913574/add-PCH-H-43FC/oem-5.10

Last commit made on 2021-02-03
Get this branch:
git clone -b bug-1913574/add-PCH-H-43FC/oem-5.10 https://git.launchpad.net/~vicamo/+git/ubuntu-kernel
Only You-Sheng Yang can upload to this branch. If you are You-Sheng Yang please log in for upload directions.

Branch merges

Branch information

Name:
bug-1913574/add-PCH-H-43FC/oem-5.10
Repository:
lp:~vicamo/+git/ubuntu-kernel

Recent commits

d0708c0... by You-Sheng Yang

Bug 1913574: HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device ID

b9526f4... by You-Sheng Yang

HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device ID

Added Tiger Lake H PCI device ID to the supported device list.

Signed-off-by: You-Sheng Yang <email address hidden>

38e6838... by Andy Whitcroft

UBUNTU: debian/dkms-versions -- update from master

Signed-off-by: Andy Whitcroft <email address hidden>

08f567f... by Andy Whitcroft

UBUNTU: [Packaging] update-version-dkms -- maintain flags fields

Reinstate flags fields (fields 3 onwards) when updating version numbers.

BugLink: https://bugs.launchpad.net/bugs/1912803
Signed-off-by: Andy Whitcroft <email address hidden>

c2fe927... by Andy Whitcroft

UBUNTU: [Packaging] nvidia -- use dkms-versions to define versions built

Currently each and every Nvidia version added or removed from
dkms-versions requires a pair of corresponding changes to debian/rules
and debian/rules.d/2-binary-arch.mk. Switch to using the listed versions
in debian/dkms-versions to generate the rules we need during build.

BugLink: https://bugs.launchpad.net/bugs/1912803
Signed-off-by: Andy Whitcroft <email address hidden>

96761f1... by Timo Aaltonen

UBUNTU: Ubuntu-oem-5.10-5.10.0-1011.12

Signed-off-by: Timo Aaltonen <email address hidden>

1dfb86e... by Timo Aaltonen

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/1913030
Properties: no-test-build
Signed-off-by: Timo Aaltonen <email address hidden>

3b6c917... by Tejas Upadhyay <email address hidden>

UBUNTU: SAUCE: drm/i915/gen9_bc : Add TGP PCH support

BugLink: https://bugs.launchpad.net/bugs/1909457

We have TGP PCH support for Tigerlake and Rocketlake. Similarly
now TGP PCH can be used with Cometlake CPU.

Changes since V3 :
 - Rebased to top drm-tip commit
 - dev_priv replaced with i915 for new API
 - Enable default Port B,C,D detection for TGP && GEN9_BC
Changes since V2 :
        - IS_COMETLAKE replaced with IS_GEN9_BC
        - VBT ddc pin remapping added
        - Added dedicated HPD pin and DDC pin handling API
Changes since V1 :
        - Matched HPD Pin mapping for PORT C and PORT D of CML CPU.

Cc: Matt Roper <email address hidden>
Cc: Jani Nikula <email address hidden>
Signed-off-by: Tejas Upadhyay <email address hidden>
(cherry picked from https://patchwork.freedesktop.org/patch/412664/)
Signed-off-by: Chia-Lin Kao (AceLan) <email address hidden>
Signed-off-by: Timo Aaltonen <email address hidden>

d724734... by ShawnLee

drm/i915/rkl: new rkl ddc map for different PCH

BugLink: https://bugs.launchpad.net/bugs/1909457

After boot into kernel. Driver configured ddc pin mapping based on
predefined table in parse_ddi_port(). Now driver configure rkl
ddc pin mapping depends on icp_ddc_pin_map[]. Then this table will
give incorrect gmbus port number to cause HDMI can't work.

Refer to commit cd0a89527d06 ("drm/i915/rkl: Add DDC pin mapping").
Create two ddc pin table for rkl TGP and CMP pch. Then HDMI can
works properly on rkl.

v2: update patch based on latest dinq branch.
v3: update ddc table for RKL+TGP sku.
    RKL+CNP sku will load cnp_ddc_pin_map[] setting.
v4: modify the if/else judgment to avoid nesting.
v5: fix typo in v4.

Cc: Matt Roper <email address hidden>
Cc: Aditya Swarup <email address hidden>
Cc: Anusha Srivatsa <email address hidden>
Cc: Jani Nikula <email address hidden>
Cc: Cooper Chiou <email address hidden>
Cc: Khaled Almahallawy <email address hidden>
Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/2577
Signed-off-by: Lee Shawn C <email address hidden>
Reviewed-by: Matt Roper <email address hidden>
Signed-off-by: Lyude Paul <email address hidden>
Link: https://patchwork<email address hidden>
(cherry picked from commit 956aee8fa366cfd9d693aa6e7ef822b775980c01
drm-next)
Signed-off-by: Chia-Lin Kao (AceLan) <email address hidden>
Signed-off-by: Timo Aaltonen <email address hidden>

8f79231... by =?utf-8?b?VmlsbGUgU3lyasOkbMOk?= <email address hidden>

drm/i915: s/PORT_TC/TC_PORT_/

BugLink: https://bugs.launchpad.net/bugs/1909457

Make the namespacing for enum tc_port better by adding
the TC_ to the actual enum values.

v2: Drop the extra TC (Lucas)

Reviewed-by: Lucas De Marchi <email address hidden>
Signed-off-by: Ville Syrjälä <email address hidden>
Link: https://patchwork<email address hidden>
(cherry picked from commit 320c670c048d3b178da6129257e8aee517c81e10)
Signed-off-by: Chia-Lin Kao (AceLan) <email address hidden>
Signed-off-by: Timo Aaltonen <email address hidden>