summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-04-08Merge branch 'linux-5.7' of git://github.com/skeggsb/linux into drm-nextDave Airlie23-50/+263
2020-04-08Merge tag 'drm-misc-next-fixes-2020-04-04' of git://anongit.freedesktop.org/d...Dave Airlie5-23/+22
2020-04-08Merge tag 'drm-intel-next-fixes-2020-04-02' of git://anongit.freedesktop.org/...Dave Airlie4-19/+15
2020-04-07drm/amd/display: Check for null fclk voltage when parsing clock tableMichael Strauss1-1/+1
2020-04-07drm/amd/display: Acknowledge wm_optimized_requiredJoshua Aberback1-2/+3
2020-04-07drm/amd/display: Make cursor source translation adjustment optionalNicholas Kazlauskas4-4/+19
2020-04-07drm/amd/display: Calculate scaling ratios on every medium/full updateNicholas Kazlauskas1-1/+12
2020-04-07drm/amd/display: Program viewport when source pos changes for DCN20 hw seqNicholas Kazlauskas1-0/+1
2020-04-07drm/amd/display: Fix incorrect cursor pos on scaled primary planeNicholas Kazlauskas2-6/+11
2020-04-07drm/amd/display: change default pipe_split policy for DCN1Eric Yang1-1/+1
2020-04-07drm/amd/display: Translate cursor position by source rectNicholas Kazlauskas1-1/+33
2020-04-07drm/amd/display: Update stream adjust in dc_stream_adjust_vmin_vmaxIsabel Zhang1-0/+2
2020-04-07drm/amd/display: Avoid create MST prop after registrationJerry (Fangzhi) Zuo2-3/+13
2020-04-07drm/amdgpu/psp: dont warn on missing optional TA'sAlex Deucher1-3/+3
2020-04-07drm/amdgpu: update RAS related dmesg printJohn Clements2-7/+12
2020-04-07drm/amdgpu: resolve mGPU RAS query instabilityJohn Clements1-5/+15
2020-04-07drm/amd/amdgpu: Correct gfx10's CG sequenceChengming Gui1-8/+15
2020-04-07drm/nouveau/kms/nv50-: wait for FIFO space on PIO channelsBen Skeggs3-6/+25
2020-04-07drm/nouveau/nvif: protect waits against GPU falling off the busBen Skeggs11-22/+102
2020-04-07drm/nouveau/nvif: access PTIMER through usermode class, if availableBen Skeggs3-5/+24
2020-04-07drm/nouveau/gr/gp107,gp108: implement workaround for HW hanging during initBen Skeggs1-0/+26
2020-04-07drm/nouveau: workaround runpm fail by disabling PCI power management on certa...Karol Herbst2-0/+65
2020-04-07drm/nouveau/svm: remove useless SVM range checkRalph Campbell1-3/+0
2020-04-07drm/nouveau/svm: check for SVM initialized before migratingRalph Campbell1-0/+5
2020-04-07drm/nouveau/svm: fix vma range check for migrationRalph Campbell1-0/+1
2020-04-07drm/nouveau: remove checks for return value of debugfs functionsWambui Karuga1-12/+8
2020-04-07drm/nouveau/ttm: evict other IO mappings when running out of BAR1 spaceBen Skeggs1-2/+7
2020-04-06drm/i915/gem: Flush all the reloc_gpu batchChris Wilson1-3/+5
2020-04-06drm/i915/gem: Ignore readonly failures when updating relocsChris Wilson1-4/+2
2020-04-06drm/i915/gt: Fill all the unused space in the GGTTChris Wilson1-10/+27
2020-04-06drm/i915/dp: Return the right vswing tablesJosé Roberto de Souza1-2/+3
2020-04-06drm/i915/icl+: Don't enable DDI IO power on a TypeC port in TBT modeImre Deak1-1/+5
2020-04-06drm/virtio: fix OOB in virtio_gpu_object_createJiri Slaby1-6/+8
2020-04-05Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds4-0/+21
2020-04-05drm/prime: fix extracting of the DMA addresses from a scatterlistMarek Szyprowski1-12/+25
2020-04-04Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds9-7/+570
2020-04-04Merge drm/drm-next into drm-misc-next-fixesMaxime Ripard467-8259/+16536
2020-04-04Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-11/+39
2020-04-04Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-26/+52
2020-04-04drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventAaron Ma1-1/+2
2020-04-04drm/amdgpu: change SH MEM alignment mode for gfx10Likun Gao1-1/+1
2020-04-04drm/amd/powerplay: avoid using pm_en before it is initializedTiecheng Zhou1-1/+2
2020-04-04drm/amd/powerplay: implement the is_dpm_running()Prike Liang1-0/+12
2020-04-04drm/amd/display: re-order asic declarationsShirish S1-2/+4
2020-04-04drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLKYuxian Dai2-1/+7
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-03Merge 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