summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-84/+105
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-14/+14
2023-06-28Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+12
2023-06-24i915: convert i915_gpu_error to use a folio_batchMatthew Wilcox (Oracle)1-25/+25
2023-06-24drm: convert drm_gem_put_pages() to use a folio_batchMatthew Wilcox (Oracle)1-29/+39
2023-06-24i915: convert shmem_sg_free_table() to use a folio_batchMatthew Wilcox (Oracle)1-24/+31
2023-06-20drm: use mgr->dev in drm_dbg_kms in drm_dp_add_payload_part2Jeff Layton1-1/+1
2023-06-20mm: ptep_get() conversionRyan Roberts1-2/+6
2023-06-20drivers/gpu: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-3/+3
2023-06-16Merge tag 'drm-misc-fixes-2023-06-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-3/+11
2023-06-16nouveau: fix client work fence deletion raceDave Airlie1-4/+10
2023-06-14drm/amd/display: limit DPIA link rate to HBR3Peichen Huang1-0/+5
2023-06-14drm/amd/display: fix the system hang while disable PSRTom Chung1-4/+6
2023-06-14drm/amd/display: edp do not add non-edid timingsHersen Wu1-1/+7
2023-06-14Revert "drm/amdgpu: remove TOPDOWN flags when allocating VRAM in large bar sy...Arunpravin Paneer Selvam1-1/+1
2023-06-14drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1Sonny Jiang1-1/+5
2023-06-14drm/radeon: Disable outputs when releasing fbdev clientThomas Zimmermann1-0/+1
2023-06-14drm/amd/pm: workaround for compute workload type on some skusKenneth Feng1-2/+31
2023-06-14drm/amd: Tighten permissions on VBIOS flashing attributesMario Limonciello1-2/+2
2023-06-14drm/amd: Make sure image is written to trigger VBIOS image update flowMario Limonciello1-0/+3
2023-06-14drm/amdgpu: add missing radeon secondary PCI IDAlex Deucher1-0/+1
2023-06-13drm/amdgpu: Implement gfx9 patch functions for resubmissionJiadong Zhu1-0/+80
2023-06-13drm/amdgpu: Modify indirect buffer packages for resubmissionJiadong Zhu4-0/+102
2023-06-13drm/amdgpu: Program gds backup address as zero if no gds allocatedJiadong Zhu1-5/+8
2023-06-13drm/nouveau: add nv_encoder pointer check for NULLNatalia Petrova1-1/+2
2023-06-13drm/amdgpu: Reset CP_VMID_PREEMPT after trailing fence signaledJiadong Zhu1-4/+4
2023-06-13drm/nouveau/dp: check for NULL nv_connector->native_modeNatalia Petrova1-2/+2
2023-06-13drm/bridge: ti-sn65dsi86: Avoid possible buffer overflowSu Hui1-0/+4
2023-06-13drm/nouveau: don't detect DSM for non-NVIDIA deviceRatchanan Srirattanamet1-0/+3
2023-06-10mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes1-1/+1
2023-06-09Merge tag 'drm-msm-fixes-2023-06-08' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie6-59/+44
2023-06-09drm/msm/a6xx: initialize GMU mutex earlierDmitry Baryshkov2-2/+2
2023-06-09drm/msm/dp: enable HDP plugin/unplugged interrupts at hpd_enable/disableKuogee Hsieh3-54/+35
2023-06-09Merge tag 'drm-misc-fixes-2023-06-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie7-53/+50
2023-06-09Merge tag 'exynos-drm-fixes-for-v6.4-rc6' of git://git.kernel.org/pub/scm/lin...Dave Airlie2-3/+1
2023-06-09Merge tag 'drm-intel-fixes-2023-06-08' of git://anongit.freedesktop.org/drm/d...Dave Airlie4-13/+45
2023-06-08drm/amd/display: Reduce sdp bw after urgent to 90%Alvin Lee1-1/+1
2023-06-08drm/amdgpu: change reserved vram info printYiPeng Chai1-3/+4
2023-06-08drm/amdgpu: fix xclk freq on CHIP_STONEYChia-I Wu1-2/+9
2023-06-08drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctlMin Li1-3/+1
2023-06-07Revert "drm/amdgpu: switch to golden tsc registers for raven/raven2"Alex Deucher1-40/+0
2023-06-07Revert "drm/amdgpu: Differentiate between Raven2 and Raven/Picasso according ...Alex Deucher1-14/+19
2023-06-07Revert "drm/amdgpu: change the reference clock for raven/raven2"Alex Deucher1-3/+4
2023-06-07drm/amd/display: add ODM case when looking for first split pipeSamson Tam2-1/+55
2023-06-07drm/amd: Make lack of `ACPI_FADT_LOW_POWER_S0` or `CONFIG_AMD_PMC` louder dur...Mario Limonciello1-2/+2
2023-06-07drm/amd/pm: conditionally disable pcie lane switching for some sienna_cichlid...Evan Quan1-18/+74
2023-06-07drm/amd/pm: Fix power context allocation in SMU13Lijo Lazar1-2/+2
2023-06-07drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vramHoratio Zhang2-7/+4
2023-06-07drm/amd: Disallow s0ix without BIOS support againMario Limonciello1-2/+6
2023-06-07drm/vmwgfx: Add unwind hints around RBP clobberJosh Poimboeuf1-4/+12