aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-01-02Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2022-01-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-4/+11
2021-12-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-6/+11
2021-12-31i2c: validate user data in compat ioctlPavel Skripkin1-0/+3
2021-12-30Input: spaceball - fix parsing of movement data packetsLeo L. Schwab1-2/+9
2021-12-30Input: appletouch - initialize work before device registrationPavel Skripkin1-2/+2
2021-12-30Merge tag 'drm-fixes-2021-12-31' of git://anongit.freedesktop.org/drm/drmLinus Torvalds27-114/+318
2021-12-31Merge branch 'drm-misc-fixes' of ssh://git.freedesktop.org/git/drm/drm-misc i...Dave Airlie2-14/+16
2021-12-30Merge tag 'net-5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds25-95/+204
2021-12-30Merge tag 'char-misc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2-3/+4
2021-12-30Merge tag 'usb-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds5-8/+29
2021-12-30fsl/fman: Fix missing put_device() call in fman_port_probeMiaoqian Lin1-5/+7
2021-12-30Merge tag 'amd-drm-fixes-5.16-2021-12-29' of https://gitlab.freedesktop.org/a...Dave Airlie23-98/+300
2021-12-28net/mlx5e: Fix wrong features assignment in case of errorGal Pressman1-6/+5
2021-12-28net/mlx5e: TC, Fix memory leak with rules with internal portRoi Dayan1-0/+2
2021-12-28Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2-1/+20
2021-12-28ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET1-1/+1
2021-12-28drm/amd/display: Changed pipe split policy to allow for multi-display pipe splitAngus Wang8-8/+8
2021-12-28drm/amd/display: Fix USB4 null pointer dereference in update_psp_stream_configNicholas Kazlauskas1-4/+1
2021-12-28drm/amd/display: Set optimize_pwr_state for DCN31Nicholas Kazlauskas1-0/+1
2021-12-28drm/amd/display: Send s0i2_rdy in stream_count == 0 optimizationNicholas Kazlauskas1-0/+1
2021-12-28drm/amd/display: Added power down for DCN10Lai, Derek1-0/+1
2021-12-28drm/amd/display: fix B0 TMDS deepcolor no dislay issueCharlene Liu2-2/+54
2021-12-28Merge tag 'auxdisplay-for-linus-v5.16' of git://github.com/ojeda/linuxLinus Torvalds1-1/+4
2021-12-28igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin1-0/+6
2021-12-28igc: Do not enable crosstimestamping for i225-V modelsVinicius Costa Gomes1-1/+14
2021-12-28drm/amdgpu: no DC support for headless chipsAlex Deucher1-0/+6
2021-12-28NFC: st21nfca: Fix memory leak in device probe and removeWei Yongjun1-9/+20
2021-12-28net: lantiq_xrx200: fix statistics of received bytesAleksander Jan Bajkowski1-1/+1
2021-12-28net: ag71xx: Fix a potential double free in error handling pathsChristophe JAILLET1-15/+8
2021-12-28mISDN: change function names to avoid conflictswolfgang huang3-7/+7
2021-12-27drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable pl...Evan Quan1-0/+15
2021-12-27drm/amdgpu: always reset the asic in suspend (v2)Alex Deucher1-1/+4
2021-12-27drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resumePrike Liang2-6/+4
2021-12-27net: usb: pegasus: Do not drop long Ethernet framesMatthias-Christian Ott1-2/+2
2021-12-27atlantic: Fix buff_ring OOB in aq_ring_rx_cleanZekun Shen1-0/+8
2021-12-27drm/i915: Increment composite fence seqnoMatthew Brost1-1/+1
2021-12-27drm/i915: Fix possible uninitialized variable in parallel extensionMatthew Brost1-1/+1
2021-12-25Merge tag 'pinctrl-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-19/+26
2021-12-25Merge tag 'hwmon-for-v5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-44/+62
2021-12-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds9-37/+149
2021-12-24net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_registerMiaoqian Lin1-2/+2
2021-12-24Merge tag 'platform-drivers-x86-v5.16-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-49/+37
2021-12-23Merge tag 'mlx5-fixes-2021-12-22' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski12-46/+121
2021-12-23Merge tag 'drm-fixes-2021-12-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-8/+10
2021-12-23Merge tag 'net-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds24-151/+272
2021-12-23platform/x86: intel_pmc_core: fix memleak on registration failureJohan Hovold1-1/+1
2021-12-23net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5MNobuhiro Iwamatsu1-1/+1
2021-12-23r8152: sync ocp baseHayes Wang1-4/+22
2021-12-23r8152: fix the force speed doesn't work for RTL8156Hayes Wang1-0/+17
2021-12-23net: stmmac: ptp: fix potentially overflowing expressionXiaoliang Yang1-1/+1
2021-12-23Merge tag 'gpio-fixes-for-v5.16-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-15/+10
2021-12-23veth: ensure skb entering GRO are not cloned.Paolo Abeni1-2/+6
2021-12-23Merge tag 'mmc-v5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds6-18/+60
2021-12-23Merge tag 'arm-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-116/+74
2021-12-23platform/x86/intel: Remove X86_PLATFORM_DRIVERS_INTELAndy Shevchenko2-16/+1
2021-12-23platform/x86: system76_acpi: Guard System76 EC specific functionalityTim Crawford1-28/+30
2021-12-22net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'Christophe JAILLET1-5/+9
2021-12-22net/mlx5e: Delete forward rule for ct or sample actionChris Mi1-11/+6
2021-12-22net/mlx5e: Fix ICOSQ recovery flow for XSKMaxim Mikityanskiy2-11/+22
2021-12-22net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flowMaxim Mikityanskiy5-4/+58
2021-12-22net/mlx5e: Fix skb memory leak when TC classifier action offloads are disabledGal Pressman1-1/+1
2021-12-22net/mlx5e: Wrap the tx reporter dump callback to extract the sqAmir Tzin1-1/+9
2021-12-22net/mlx5: Fix tc max supported prio for nic modeChris Mi1-0/+3
2021-12-22net/mlx5: Fix SF health recovery flowMoshe Shemesh1-5/+6
2021-12-22net/mlx5: Fix error print in case of IRQ request failedShay Drory1-2/+2
2021-12-22net/mlx5: Use first online CPU instead of hard coded CPUShay Drory1-1/+1
2021-12-22net/mlx5: DR, Fix querying eswitch manager vport for ECPFYevgeny Kliteynik1-3/+1
2021-12-22net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resourcesMiaoqian Lin1-2/+3
2021-12-22scsi: vmw_pvscsi: Set residual data length conditionallyAlexey Makhalov1-2/+5
2021-12-22scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()Lixiaokeng1-2/+4
2021-12-22drm/amdgpu: fix runpm documentationAlex Deucher1-3/+4
2021-12-23Merge tag 'drm-intel-fixes-2021-12-22' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-3/+3
2021-12-23Merge tag 'mediatek-drm-fixes-5.16' of https://git.kernel.org/pub/scm/linux/k...Dave Airlie1-5/+7
2021-12-22asix: fix wrong return value in asix_check_host_enable()Pavel Skripkin1-2/+4
2021-12-22asix: fix uninit-value in asix_mdio_read()Pavel Skripkin1-1/+1
2021-12-22sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang1-1/+4
2021-12-22sfc: Check null pointer of rx_queue->page_ringJiasheng Jiang1-1/+4
2021-12-22Merge tag 'for-linus-5.16-3' of git://github.com/cminyard/linux-ipmiLinus Torvalds2-11/+17
2021-12-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+7
2021-12-22net: ks8851: Check for error irqJiasheng Jiang1-0/+2
2021-12-22drivers: net: smc911x: Check for error irqJiasheng Jiang1-0/+5
2021-12-22fjes: Check for error irqJiasheng Jiang1-0/+5
2021-12-21bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera1-1/+1
2021-12-21Merge tag 'pm-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2021-12-21platform/x86: apple-gmux: use resource_size() with resWang Qing1-1/+1
2021-12-21platform/x86: amd-pmc: only use callbacks for suspendMario Limonciello1-1/+2
2021-12-21platform/mellanox: mlxbf-pmc: Fix an IS_ERR() vs NULL bug in mlxbf_pmc_map_co...Miaoqian Lin1-2/+2
2021-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2-0/+18
2021-12-21usb: typec: ucsi: Only check the contract if there is a connectionHeikki Krogerus1-1/+3
2021-12-21gpio: virtio: remove timeoutVincent Whitchurch1-5/+1
2021-12-21ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler moduleWu Bo1-1/+1
2021-12-21mmc: mmci: stm32: clear DLYB_CR after sending tuning commandYann Gautier1-0/+2
2021-12-21xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.Mathias Nyman1-1/+4
2021-12-21nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assertAndra Paraschiv1-2/+3
2021-12-21binder: fix async_free_space accounting for empty parcelsTodd Kjos1-1/+1
2021-12-21drm/nouveau: wait for the exclusive fence after the shared ones v2Christian König1-13/+15
2021-12-21usb: mtu3: set interval of FS intr and isoc endpointChunfeng Yun1-0/+7
2021-12-21usb: mtu3: fix list_head check warningChunfeng Yun1-0/+1
2021-12-21usb: mtu3: add memory barrier before set GPD's HWOChunfeng Yun1-1/+6
2021-12-21usb: mtu3: fix interval value for intr and isocChunfeng Yun1-2/+2
2021-12-21usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.Vincent Pelletier1-3/+6
2021-12-20igb: fix deadlock caused by taking RTNL in RPM resume pathHeiner Kallweit1-6/+13
2021-12-20gve: Correct order of processing device optionsJeroen de Borst1-4/+4
2021-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-9/+67
2021-12-20Merge tag 'spi-fix-v5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-12-20Merge branch 'xsa' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds6-65/+189
2021-12-20drm/i915/guc: Only assign guc_id.id when stealing guc_idMatthew Brost1-1/+1
2021-12-20drm/i915/guc: Use correct context lock when callig clr_context_registeredMatthew Brost1-2/+2
2021-12-20Merge tag 'imx-fixes-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2-0/+23
2021-12-20HID: potential dereference of null pointerJiasheng Jiang1-0/+3
2021-12-20HID: holtek: fix mouse probingBenjamin Tissoires1-0/+15
2021-12-20mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commandsMartin Blumenstingl1-0/+16
2021-12-20mmc: core: Disable card detect during shutdownUlf Hansson3-1/+16
2021-12-20Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312Johnny Chuang1-1/+45
2021-12-19Merge tag 'irq_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+11
2021-12-19gpio: dln2: Fix interrupts when replugging the deviceNoralf Trønnes1-10/+9
2021-12-18Merge tag 'tty-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-21/+22
2021-12-18Merge tag 'usb-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds15-35/+87
2021-12-18qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang3-5/+13
2021-12-18hamradio: improve the incomplete fix to avoid NPDLin Ma1-2/+2
2021-12-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller4-41/+62
2021-12-17tun: avoid double free in tun_free_netdevGeorge Kennedy1-56/+59
2021-12-17net: marvell: prestera: fix incorrect structure accessYevhen Orlov1-7/+12
2021-12-17net: marvell: prestera: fix incorrect return of port_findYevhen Orlov1-6/+10
2021-12-17net: lantiq_xrx200: increase buffer reservationAleksander Jan Bajkowski1-10/+24
2021-12-17Merge tag 'libata-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+13
2021-12-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-17/+21
2021-12-17ipmi: fix initialization when workqueue allocation failsThadeu Lima de Souza Cascardo1-6/+9
2021-12-17ipmi: bail out if init_srcu_struct failsThadeu Lima de Souza Cascardo1-1/+3
2021-12-17Merge tag 'block-5.16-2021-12-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2021-12-17Merge tag 'dmaengine-fix-5.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-64/+129
2021-12-17ice: xsk: fix cleaned_count settingMaciej Fijalkowski2-6/+1
2021-12-17ice: xsk: allow empty Rx descriptors on XSK ZC data pathMaciej Fijalkowski1-4/+10
2021-12-17ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptorMaciej Fijalkowski1-5/+1
2021-12-17ice: remove dead store on XSK hotpathAlexander Lobakin1-1/+0
2021-12-17ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski3-22/+47
2021-12-17Merge tag 'drm-fixes-2021-12-17-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds19-20/+45
2021-12-17ice: xsk: return xsk buffers back to pool when cleaning the ringMaciej Fijalkowski1-6/+6
2021-12-17drm/amdgpu: add support for IP discovery gc_info table v2Alex Deucher2-22/+103
2021-12-17drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly e...chen gong1-0/+7
2021-12-17drm/amd/pm: Fix xgmi link control on aldebaranLijo Lazar1-1/+1
2021-12-17drm/amdgpu: introduce new amdgpu_fence object to indicate the job embedded fenceHuang Rui3-51/+90
2021-12-17PM: sleep: Fix error handling in dpm_prepare()Rafael J. Wysocki1-1/+1
2021-12-17Revert "usb: early: convert to readl_poll_timeout_atomic()"Greg Kroah-Hartman1-4/+11
2021-12-17Merge tag 'sunxi-drivers-for-5.17-1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-4/+4
2021-12-17Merge tag 'fixes-for-v5.16' of https://git.linaro.org/people/jens.wiklander/l...Arnd Bergmann3-112/+70
2021-12-17drm/amdgpu: fix dropped backing store handling in amdgpu_dma_buf_move_notifyChristian König1-1/+1
2021-12-17Merge tag 'usb-serial-5.16-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-2/+12
2021-12-17Merge tag 'amd-drm-fixes-5.16-2021-12-15' of https://gitlab.freedesktop.org/a...Dave Airlie15-16/+32
2021-12-17Merge tag 'drm-misc-fixes-2021-12-16-1' of ssh://git.freedesktop.org/git/drm/...Dave Airlie3-3/+12
2021-12-16scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()Dan Carpenter1-2/+2
2021-12-17crypto: qat - do not handle PFVF sources for qat_4xxxGiovanni Cabiddu1-0/+7
2021-12-17libata: if T_LENGTH is zero, dma direction should be DMA_NONEGeorge Kennedy1-2/+13
2021-12-16Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds38-87/+236
2021-12-16Merge tag 'soc-fixes-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-18/+38
2021-12-16Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+12
2021-12-16Merge tag 'for-5.16/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2021-12-16net: systemport: Add global locking for descriptor lifecycleFlorian Fainelli2-1/+5
2021-12-16optee: Suppress false positive kmemleak report in optee_handle_rpc()Xiaolei Wang1-0/+2
2021-12-16tee: optee: Fix incorrect page free bugSumit Garg1-4/+2
2021-12-16Merge tag 'tegra-for-5.16-soc-fixes' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2-2/+2
2021-12-16virtio_net: fix rx_drops stat for small pktsWenliang Wang1-6/+3
2021-12-16dsa: mv88e6xxx: fix debug print for SPEED_UNFORCEDAndrey Eremeev1-2/+2
2021-12-16sfc_ef100: potential dereference of null pointerJiasheng Jiang1-0/+3
2021-12-16net: stmmac: dwmac-rk: fix oob read in rk_gmac_setupJohn Keeping1-1/+3
2021-12-16Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller5-15/+23
2021-12-16tee: handle lookup of shm with reference count 0Jens Wiklander1-108/+66
2021-12-16xen/netback: don't queue unlimited number of packagesJuergen Gross1-7/+11
2021-12-16xen/netback: fix rx queue stall detectionJuergen Gross2-24/+42
2021-12-16xen/console: harden hvc_xen against event channel stormsJuergen Gross2-3/+33
2021-12-16xen/netfront: harden netfront against event channel stormsJuergen Gross1-31/+94
2021-12-16xen/blkfront: harden blkfront against event channel stormsJuergen Gross1-3/+12
2021-12-16pinctrl: stm32: consider the GPIO offset to expose all the GPIO linesFabien Dessenne1-4/+4
2021-12-15net: usb: lan78xx: add Allied Telesis AT29M2-AFGreg Jesionowski1-0/+6
2021-12-15netdevsim: Zero-initialize memory for new map's value in function nsim_bpf_ma...Haimin Zhang1-0/+1
2021-12-15dpaa2-eth: fix ethtool statisticsIoana Ciornei2-1/+3
2021-12-15usb: typec: tcpm: fix tcpm unregister port but leave a pending timerXu Yang1-5/+13
2021-12-15usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restorePawel Laszczak1-0/+12
2021-12-15USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)Jimmy Wang1-0/+3
2021-12-15usb: xhci: Extend support for runtime power management for AMD's Yellow carp.Nehal Bakulchandra Shah1-1/+5
2021-12-15serial: 8250_fintek: Fix garbled text for consoleJi-Ze Hong (Peter Hong)1-20/+0
2021-12-15tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronousTetsuo Handa1-1/+22
2021-12-15ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov1-0/+3
2021-12-15dm integrity: fix data corruption due to improper use of bvec_kmap_localMike Snitzer1-1/+1
2021-12-15ixgbe: Document how to enable NBASE-T supportRobert Schlabbach1-0/+4
2021-12-15igc: Fix typo in i225 LTR functionsSasha Neftin1-1/+1
2021-12-15igbvf: fix double free in `igbvf_probe`Letu Ren1-0/+1
2021-12-15igb: Fix removal of unicast MAC filters of VFsKaren Sornek1-14/+14
2021-12-15Merge tag 'hyperv-fixes-signed-20211214' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2021-12-15usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probeAmelie Delaunay1-0/+3
2021-12-15USB: gadget: bRequestType is a bitfield, not a enumGreg Kroah-Hartman3-9/+9
2021-12-15soc/tegra: fuse: Fix bitwise vs. logical OR warningNathan Chancellor2-2/+2
2021-12-15Merge tag 'wireless-drivers-2021-12-15' of git://git.kernel.org/pub/scm/linux...David S. Miller7-13/+18
2021-12-14bcache: fix NULL pointer reference in cached_dev_detach_finishLin Feng1-1/+2
2021-12-14RDMA/hns: Replace kfree() with kvfree()Jiacheng Shi1-1/+1
2021-12-14IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()José Expósito1-1/+1
2021-12-14RDMA/hns: Fix RNR retransmission issue for HIP08Yangyang Li2-7/+65
2021-12-14drm/amd/pm: fix a potential gpu_metrics_table memory leakLang Yu1-0/+3
2021-12-14drm/amdgpu: correct the wrong cached state for GMC on PICASSOEvan Quan3-5/+18