summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-08-17drm/amd/display: add chip revision to DCN32Samson Tam1-1/+3
2022-08-17drm/amd/display: avoid doing vm_init multiple timeCharlene Liu1-1/+7
2022-08-17drm/amd/display: Use pitch when calculating size to cache in MALLAlvin Lee1-1/+1
2022-08-17drm/amd/display: Don't set DSC for phantom pipesAlvin Lee1-0/+1
2022-08-17drm/amd/display: Update clock table policy for DCN314Nicholas Kazlauskas2-65/+154
2022-08-17drm/amd/display: Modify header inclusion patternChaitanya Dhere2-2/+2
2022-08-17drm/amd/display: Fix plug/unplug external monitor will hang while playback MP...Tom Chung1-2/+9
2022-08-17drm/amd/display: Add debug parameter to retain default clock tableDaniel Miess3-2/+3
2022-08-17drm/amdgpu: Increase tlb flush timeout for sriovDusica Milinkovic3-3/+5
2022-08-17drm/amd/display: do not compare integers of different widthsJosip Pavic1-1/+2
2022-08-17drm/amd/display: Add reserved dc_log_type.Ian Chen1-1/+3
2022-08-17drm/amd/display: Fix pixel clock programmingIlya Bakoulin1-0/+2
2022-08-17drm/amd/display: 3.2.198Aric Cyr1-1/+1
2022-08-17drm/amd/display: reverted limiting vscsdp_for_colorimetry and ARGB16161616 pi...Ethan Wellenreiter5-12/+0
2022-08-17drm/amd/pm: Enable GFXOFF feature for SMU IP v13.0.4Tim Huang1-2/+2
2022-08-17drm/amdgpu: enable IH Clock Gating for OSS IP v6.0.1Tim Huang1-0/+1
2022-08-17drm/amdkfd: potential crash in kfd_create_indirect_link_prop()Dan Carpenter1-4/+7
2022-08-17drm/amdkfd: reserve 2 queues for sdma 6.0.1 in bitmapYifan Zhang1-1/+6
2022-08-17drm/amdgpu: enable ATHUB IP v3.0.1 Clock GatingTim Huang1-0/+2
2022-08-17drm/amdgpu: enable HDP IP v5.2.1 Clock GatingTim Huang1-0/+6
2022-08-17drm/amdgpu: enable MMHUB IP v3.0.1 Clock GatingTim Huang1-0/+2
2022-08-17drm/amdgpu: add ATHUB IP v3.0.1 Clock Gating supportTim Huang1-5/+37
2022-08-17drm/amdgpu: add HDP IP v5.2.1 Clock Gating supportTim Huang1-0/+150
2022-08-17drm/amdgpu: add MMHUB IP v3.0.1 Clock Gating supportTim Huang1-3/+39
2022-08-17drm/amd/pm: update the smu driver interface version for SMU IP v13.0.4Tim Huang1-1/+1
2022-08-17drm/amdkfd: Fix mm reference in SVM eviction workerFelix Kuehling2-11/+7
2022-08-17drm/amd/pm: add mode1 support on smu_v13_0_7Kenneth Feng1-0/+12
2022-08-17drm/amd/amdgpu: add ih cg and hdp sd on smu_v13_0_7Kenneth Feng1-1/+4
2022-08-17drm/amd/pm: add missing ->fini_xxxx interfaces for some SMU13 asicsEvan Quan2-0/+4
2022-08-17drm/amd/pm: add missing ->fini_microcode interface for Sienna CichlidEvan Quan1-0/+1
2022-08-17drm/amdgpu: disable 3DCGCG/CGLS temporarily due to stability issueEvan Quan1-0/+2
2022-08-16Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-35/+108
2022-08-16Merge tag 'regulator-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2022-08-16i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady1-1/+3
2022-08-16i40e: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski1-3/+5
2022-08-16RDMA: Handle the return code from dma_resv_wait_timeout() properlyJason Gunthorpe1-1/+7
2022-08-16RDMA/erdma: Correct the max_qp and max_cq capacities of the deviceCheng Xu1-2/+2
2022-08-16RDMA/erdma: Using the key in FMR WR instead of MR structureCheng Xu1-1/+1
2022-08-16RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl sizePotnuri Bharat Teja2-17/+10
2022-08-16RDMA/mlx5: Use the proper number of portsMark Bloch1-18/+16
2022-08-16IB/iser: Fix login with authenticationSergey Gorenko1-1/+6
2022-08-16ublk_drv: do not add a re-issued request aborted previously to ioucmd's task_...ZiyangZhang1-1/+17
2022-08-16ublk_drv: update comment for __ublk_fail_req()ZiyangZhang1-2/+3
2022-08-16ublk_drv: check ubq_daemon_is_dying() in __ublk_rq_task_work()ZiyangZhang1-3/+2
2022-08-16virtio: kerneldocs fixes and enhancementsRicardo CaƱuelo1-0/+8
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin8-12/+4
2022-08-16virtio_vdpa: Revert "virtio_vdpa: support the arg sizes of find_vqs()"Michael S. Tsirkin1-9/+6
2022-08-16virtio_pci: Revert "virtio_pci: support the arg sizes of find_vqs()"Michael S. Tsirkin4-23/+12
2022-08-16virtio-mmio: Revert "virtio_mmio: support the arg sizes of find_vqs()"Michael S. Tsirkin1-6/+2
2022-08-16virtio_net: Revert "virtio_net: set the default max ring size by find_vqs()"Michael S. Tsirkin1-38/+4