summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-08-03drm/ttm: never consider pinned BOs for eviction&swapChristian König1-0/+6
2023-08-03tty: fix hang on tty device with no_room setHui Li1-4/+21
2023-08-03n_tty: Rename tail to old_tail in n_tty_read()Ilpo Järvinen1-3/+3
2023-08-03drm/ttm: Don't leak a resource on eviction errorThomas Hellström1-11/+11
2023-08-03drm/ttm: Don't print error message if eviction was interruptedThomas Hellström1-1/+2
2023-08-03drm/amd/display: Set minimum requirement for using PSR-SU on PhoenixMario Limonciello3-0/+8
2023-08-03drm/amd/display: Set minimum requirement for using PSR-SU on RembrandtMario Limonciello7-5/+25
2023-08-03drm/amd/display: Update correct DCN314 register headerCruise Hung4-2/+100
2023-08-03drm/amd/display: fix dcn315 single stream crb allocationDmytro Laktyushkin1-3/+12
2023-08-03drm/amd/display: add pixel rate based CRB allocation supportDmytro Laktyushkin6-17/+154
2023-08-03drm/amd/display: fix unbounded requesting for high pixel rate modes on dcn315Dmytro Laktyushkin3-1/+9
2023-08-03drm/amd/display: use low clocks for no plane configsDmytro Laktyushkin2-5/+27
2023-08-03drm/amd/display: add ODM case when looking for first split pipeSamson Tam2-1/+55
2023-08-03drm/amd/display: Use min transition for all SubVP plane add/removeAlvin Lee1-9/+22
2023-08-03drm/amd/display: Include surface of unaffected streamsRodrigo Siqueira3-3/+28
2023-08-03drm/amd/display: Copy DC context in the commit streamsRodrigo Siqueira2-9/+36
2023-08-03drm/amd/display: Enable new commit sequence only for DCN32xRodrigo Siqueira2-9/+50
2023-08-03drm/amd/display: Rework context change checkRodrigo Siqueira1-7/+7
2023-08-03drm/amd/display: Check if link state is validRodrigo Siqueira1-0/+2
2023-08-03drm/amd/display: add FB_DAMAGE_CLIPS supportHamza Mahfooz2-46/+88
2023-08-03PCI: rockchip: Don't advertise MSI-X in PCIe capabilitiesRick Wertenbroek2-0/+29
2023-08-03PCI: rockchip: Fix window mapping and address translation for endpointRick Wertenbroek2-88/+75
2023-08-03PCI: rockchip: Remove writes to unused registersRick Wertenbroek1-10/+0
2023-08-03PCI/ASPM: Avoid link retraining raceIlpo Järvinen1-0/+11
2023-08-03PCI/ASPM: Factor out pcie_wait_for_retrain()Ilpo Järvinen1-12/+18
2023-08-03PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link()Bjorn Helgaas1-9/+11
2023-08-03i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET1-2/+0
2023-08-03i2c: nomadik: Use devm_clk_get_enabled()Andi Shyti1-15/+3
2023-08-03i2c: nomadik: Remove unnecessary goto labelAndi Shyti1-13/+8
2023-08-03i2c: Improve size determinationsMarkus Elfring2-2/+2
2023-08-03i2c: Delete error messages for failed memory allocationsMarkus Elfring4-8/+2
2023-08-03gpio: mvebu: fix irq domain leakBartosz Golaszewski1-5/+13
2023-08-03gpio: mvebu: Make use of devm_pwmchip_addUwe Kleine-König1-6/+2
2023-08-03gpio: tps68470: Make tps68470_gpio_output() always set the initial valueHans de Goede1-3/+3
2023-08-03drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters implementation with SMU13Mario Limonciello1-71/+18
2023-08-03drm/amd: Move helper for dynamic speed switch check out of smu13Mario Limonciello3-20/+21
2023-08-03drm/amd/display: Keep PHY active for dp configAgustin Gutierrez1-0/+5
2023-08-03platform/x86/amd/pmf: reduce verbosity of apmf_get_system_paramsShyam Sundar S K1-1/+1
2023-08-03platform/x86/amd/pmf: Notify OS power slider updateShyam Sundar S K4-6/+114
2023-07-27Revert "drm/amd/display: edp do not add non-edid timings"Hersen Wu1-7/+1
2023-07-27drm/amd/display: Add polling method to handle MST reply packetWayne Lin4-86/+159
2023-07-27drm/amd/display: fix linux dp link lost handled only one timeHersen Wu3-4/+26
2023-07-27drm/amd/display: Clean up errors & warnings in amdgpu_dm.cSrinivasan Shanmugam1-68/+65
2023-07-27drm/amd/display: force connector state when bpc changes during complianceQingqing Zhuo5-121/+209
2023-07-27drm/dp_mst: Clear MSG_RDY flag before sending new messageWayne Lin4-29/+76
2023-07-27drm/amd/display: fix some coding style issuesSrinivasan Shanmugam1-45/+45
2023-07-27drm/amd/display: use max_dsc_bpp in amdgpu_dmHamza Mahfooz2-6/+11
2023-07-27spi: dw: Remove misleading comment for Mount Evans SoCAbe Kohandel1-8/+1
2023-07-27drm/ttm: fix bulk_move corruption when adding a entryYunxiang Li1-1/+4
2023-07-27net: phy: prevent stale pointer dereference in phy_init()Vladimir Oltean1-7/+14