summaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorMika Kahola <mika.kahola@intel.com>2024-01-02 13:57:39 +0200
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>2024-01-10 10:41:55 +0200
commita4a9779d7642111b4fb6e7415aae9da9783850bd (patch)
treec57517f714ffa30e7709942efb156f364432da2b /scripts/const_structs.checkpatch
parentb76c01f1d950425924ee1c1377760de3c024ef78 (diff)
downloadkernel-a4a9779d7642111b4fb6e7415aae9da9783850bd.tar.gz
drm/i915/display: Fix C20 pll selection for state verification
Add pll selection check for C20 as well as clock state verification0. We have been relying on sw state to select A or B pll's. This is incorrect as the hw might see this selection differently. This patch fixes this shortcoming by reading pll selection for both sw and hw states and compares if these two selections match. Fixes: 59be90248b42 ("drm/i915/mtl: C20 state verification") v2: reword commit message and include fix to a original commit (Imre) Compare pll selection (Jani) Signed-off-by: Mika Kahola <mika.kahola@intel.com> Reviewed-by: Imre Deak <imre.deak@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240102115741.118525-2-mika.kahola@intel.com (cherry picked from commit f4304beadd88d074333b23fdc7f35d00ee763e14) Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions
t/net/bridge/br_netlink.c?h=linux-6.6.y&id=675779adbf7c80cd4af8e085118c82be048643e7'>net: bridge: convert mcast options to bitsNikolay Aleksandrov 2018-09-26net: bridge: convert and rename mcast disabledNikolay Aleksandrov 2018-09-26net: bridge: convert group_addr_set option to a bitNikolay Aleksandrov 2018-09-26net: bridge: convert nf call options to bitsNikolay Aleksandrov 2018-09-26net: bridge: add bitfield for options and convert vlan optsNikolay Aleksandrov 2018-07-23net: bridge: add support for backup portNikolay Aleksandrov 2018-05-25net: bridge: add support for port isolationNikolay Aleksandrov 2017-12-18net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov 2017-11-14net: bridge: add vlan_tunnel to bridge port policiesNikolay Aleksandrov 2017-11-02net: bridge: add notifications for the bridge dev on vlan changeNikolay Aleksandrov 2017-11-01net: bridge: add neigh_suppress to bridge port policiesNikolay Aleksandrov 2017-10-29bridge: vlan: signal if anything changed on vlan addNikolay Aleksandrov 2017-10-29bridge: netlink: make setlink/dellink notifications more accurateNikolay Aleksandrov 2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2017-10-22net: bridge: fix returning of vlan range op errorsNikolay Aleksandrov 2017-10-08bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd floodRoopa Prabhu 2017-09-29net: bridge: add per-port group_fwd_mask with less restrictionsNikolay Aleksandrov