summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-286-84/+105
|\
| * i915: convert i915_gpu_error to use a folio_batchMatthew Wilcox (Oracle)2023-06-231-25/+25
| * drm: convert drm_gem_put_pages() to use a folio_batchMatthew Wilcox (Oracle)2023-06-231-29/+39
| * i915: convert shmem_sg_free_table() to use a folio_batchMatthew Wilcox (Oracle)2023-06-231-24/+31
| * mm: ptep_get() conversionRyan Roberts2023-06-191-2/+6
| * drivers/gpu: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas2023-06-191-3/+3
| * mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes2023-06-091-1/+1
* | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-2712-14/+14
|\ \
| * | drm/i2c: tda998x: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-011-1/+1
| * | drm/sun4i: hdmi: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-011-1/+1
| * | drm/mediatek: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-011-1/+1
| * | drm/rockchip: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-012-2/+2
| * | drm/display/dp_mst: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-013-3/+3
| * | drm/amd/pm: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-261-1/+1
| * | drm/radeon: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-263-5/+5
* | | Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-4/+12
|\ \ \
| * | | drm/vmwgfx: Add unwind hints around RBP clobberJosh Poimboeuf2023-06-071-4/+12
| |/ /
* | | drm: use mgr->dev in drm_dbg_kms in drm_dp_add_payload_part2Jeff Layton2023-06-201-1/+1
* | | Merge tag 'drm-misc-fixes-2023-06-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-06-173-3/+11
|\ \ \
| * | | drm/nouveau: add nv_encoder pointer check for NULLNatalia Petrova2023-06-131-1/+2
| * | | drm/nouveau/dp: check for NULL nv_connector->native_modeNatalia Petrova2023-06-131-2/+2
| * | | drm/bridge: ti-sn65dsi86: Avoid possible buffer overflowSu Hui2023-06-131-0/+4
| * | | drm/nouveau: don't detect DSM for non-NVIDIA deviceRatchanan Srirattanamet2023-06-131-0/+3
* | | | nouveau: fix client work fence deletion raceDave Airlie2023-06-161-4/+10
* | | | drm/amd/display: limit DPIA link rate to HBR3Peichen Huang2023-06-131-0/+5
* | | | drm/amd/display: fix the system hang while disable PSRTom Chung2023-06-131-4/+6
* | | | drm/amd/display: edp do not add non-edid timingsHersen Wu2023-06-131-1/+7
* | | | Revert "drm/amdgpu: remove TOPDOWN flags when allocating VRAM in large bar sy...Arunpravin Paneer Selvam2023-06-131-1/+1
* | | | drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1Sonny Jiang2023-06-131-1/+5
* | | | drm/radeon: Disable outputs when releasing fbdev clientThomas Zimmermann2023-06-131-0/+1
* | | | drm/amd/pm: workaround for compute workload type on some skusKenneth Feng2023-06-131-2/+31
* | | | drm/amd: Tighten permissions on VBIOS flashing attributesMario Limonciello2023-06-131-2/+2
* | | | drm/amd: Make sure image is written to trigger VBIOS image update flowMario Limonciello2023-06-131-0/+3
* | | | drm/amdgpu: add missing radeon secondary PCI IDAlex Deucher2023-06-131-0/+1
* | | | drm/amdgpu: Implement gfx9 patch functions for resubmissionJiadong Zhu2023-06-131-0/+80
* | | | drm/amdgpu: Modify indirect buffer packages for resubmissionJiadong Zhu2023-06-134-0/+102
* | | | drm/amdgpu: Program gds backup address as zero if no gds allocatedJiadong Zhu2023-06-131-5/+8
* | | | drm/amdgpu: Reset CP_VMID_PREEMPT after trailing fence signaledJiadong Zhu2023-06-131-4/+4
* | | | Merge tag 'drm-msm-fixes-2023-06-08' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie2023-06-096-59/+44
|\ \ \ \
| * | | | drm/msm/a6xx: initialize GMU mutex earlierDmitry Baryshkov2023-06-082-2/+2
| * | | | drm/msm/dp: enable HDP plugin/unplugged interrupts at hpd_enable/disableKuogee Hsieh2023-06-083-54/+35
| * | | | drm/msm/dp: add module parameter for PSRAbhinav Kumar2023-05-251-1/+5
| * | | | drm/msm: Set max segment size earlierRob Clark2023-05-251-2/+2
* | | | | Merge tag 'drm-misc-fixes-2023-06-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-06-097-53/+50
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | drm/lima: fix sched context destroyErico Nunes2023-06-071-1/+1
| * | | | drm/ast: Fix modeset failed on DisplayPortJammy Huang2023-06-011-2/+13
| * | | | drm/ast: Fix long time waiting on s3/s4 resumeJammy Huang2023-05-314-45/+29
| * | | | drm/fb-helper: Fix height, width, and accel_flags in fb_varGeert Uytterhoeven2023-05-241-5/+7
* | | | | Merge tag 'exynos-drm-fixes-for-v6.4-rc6' of git://git.kernel.org/pub/scm/lin...Dave Airlie2023-06-092-3/+1
|\ \ \ \ \
| * | | | | drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctlMin Li2023-06-071-1/+1