summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-04-05Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds4-0/+21
2020-04-04Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds9-7/+570
2020-04-03Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-11/+39
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-26/+52
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+2
2020-04-03Merge branch 'ttm-transhuge' of git://people.freedesktop.org/~thomash/linux i...Dave Airlie9-7/+570
2020-04-02Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-6/+48
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+9
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-3/+9
2020-04-01Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds3-18/+7
2020-04-01Merge tag 'drm-next-2020-04-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds877-25686/+53234
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2020-03-31Merge tag 'drm-msm-next-2020-03-22' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie21-622/+559
2020-03-31Merge v5.6 into drm-nextDave Airlie21-123/+225
2020-03-30Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-11/+10
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski3-26/+52
2020-03-30Merge branch 'pm-qos'Rafael J. Wysocki3-11/+10
2020-03-30Merge tag 'drm-intel-next-fixes-2020-03-27' of git://anongit.freedesktop.org/...Dave Airlie16-36/+108
2020-03-30Merge tag 'amd-drm-next-5.7-2020-03-26' of git://people.freedesktop.org/~agd5...Dave Airlie21-49/+138
2020-03-27mm/hmm: remove HMM_FAULT_SNAPSHOTJason Gunthorpe2-2/+2
2020-03-27Merge branch 'asoc-5.7' into asoc-nextMark Brown1-6/+48
2020-03-27Merge tag 'amd-drm-fixes-5.6-2020-03-26' of git://people.freedesktop.org/~agd...Dave Airlie1-0/+2
2020-03-27Merge tag 'drm-misc-fixes-2020-03-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-3/+3
2020-03-26mm/hmm: check the device private page owner in hmm_range_fault()Christoph Hellwig1-12/+0
2020-03-26mm: simplify device private page handling in hmm_range_faultChristoph Hellwig3-4/+3
2020-03-26mm: handle multiple owners of device private pages in migrate_vmaChristoph Hellwig1-0/+1
2020-03-26memremap: add an owner field to struct dev_pagemapChristoph Hellwig1-0/+1
2020-03-26drm/i915/display: Fix mode private_flags comparison at atomic_checkUma Shankar1-2/+2
2020-03-26drm/i915/gt: Stage the transfer of the virtual breadcrumbChris Wilson1-5/+15
2020-03-26drm/i915/gt: Select the deepest available parking mode for rc6Chris Wilson2-5/+28
2020-03-26drm/i915: Avoid live-lock with i915_vma_parked()Chris Wilson1-15/+14
2020-03-26drm/i915/gt: Treat idling as a RPS downclock eventChris Wilson1-0/+13
2020-03-26drm/i915/gt: Cancel a hung context if already closedChris Wilson1-0/+5
2020-03-26drm/i915: Use explicit flag to mark unreachable intel_contextChris Wilson5-6/+14
2020-03-26drm/scheduler: fix rare NULL ptr raceYintian Tao1-0/+2
2020-03-25drm/amdgpu: don't try to reserve training bo for sriov (v2)Monk Liu1-3/+5
2020-03-25drm/amdgpu/smu11: add support for SMU AC/DC interruptsAlex Deucher1-0/+16
2020-03-25drm/amdgpu/swSMU: handle manual AC/DC notificationsAlex Deucher3-0/+27
2020-03-25drm/amdgpu/swSMU: handle DC controlled by GPIO for navi1xAlex Deucher2-1/+7
2020-03-25drm/amdgpu/swSMU: set AC/DC mode based on the current system state (v2)Alex Deucher1-6/+6
2020-03-25drm/amdgpu/swSMU: correct the bootup power source for Navi1X (v2)Evan Quan1-0/+15
2020-03-25drm/amdgpu/swSMU: use the smu11 power source helper for navi1xAlex Deucher1-0/+1
2020-03-25drm/amdgpu/smu11: add a helper to set the power sourceAlex Deucher2-0/+18
2020-03-25drm/amd/swSMU: add callback to set AC/DC power source (v2)Evan Quan2-0/+4
2020-03-25drm/scheduler: fix rare NULL ptr raceYintian Tao1-0/+2
2020-03-25drm/amdgpu: fix the coverage issue to clear ArcVPGRsDennis Li1-1/+1
2020-03-25drm/amd/display: Fix pageflip event race condition for DCN.Mario Kleiner1-3/+15
2020-03-25drm/[radeon|amdgpu]: Remove HAINAN board from max_sclk override checkYassine Oudjana2-2/+0
2020-03-25Revert "drm/amdgpu: add CAP fw loading"Zhigang Luo5-38/+2
2020-03-25drm/radeon: fix scatter-gather mapping with user pagesShane Francis1-1/+1