summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-08-24Merge tag 'drm-msm-next-2026-08-01' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie50-812/+1518
2026-08-24Merge tag 'drm-misc-next-fixes-2026-08-20' of https://gitlab.freedesktop.org/...Dave Airlie1-2/+3
2026-08-24Merge tag 'amd-drm-next-7.3-2026-08-19' of https://gitlab.freedesktop.org/agd...Dave Airlie16-74/+160
2026-08-23drm/gud: validate GUD_ROTATION_0 is present in supported rotationsSajal Gupta1-0/+2
2026-08-23drm/gud: validate TV mode names before creating enum propertyTao Yu1-2/+5
2026-08-23drm/gud: NUL-terminate TV mode names read from the deviceDeepanshu Kartikey1-2/+7
2026-08-23Merge tag 'mm-nonmm-stable-2026-08-22-16-57' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+0
2026-08-21Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1438-38756/+225334
2026-08-20drm/xe: Don't hand out the flat CCS storage as usable VRAMLinus Torvalds1-5/+18
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds22-95/+62
2026-08-20drm/nouveau: unsubscribe the channel-kill event before the fence contextMarek Czernohous1-1/+8
2026-08-20drm/xe: don't WARN on kernel job timeout when device already wedgedNitin Gote1-0/+6
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie97-489/+1427
2026-08-19Merge tag 'v7.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+1
2026-08-19Merge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-135/+104
2026-08-19drm/amd/display: validate plane degamma LUT size for private color propHarry Wentland1-0/+7
2026-08-19drm/amd/display: avoid divide-by-zero in __is_lut_linear()Harry Wentland1-0/+6
2026-08-19drm/amdgpu: handle pipeline sync without a VM fenceAlex Deucher3-16/+19
2026-08-19drm/amdgpu/vcn: fix integer overflow in dec_msg buffer count checkDavid (Ming Qiang) Wu2-6/+14
2026-08-19drm/radeon: fix internal display on iMac11, 1 (RV770/DCE3.1)Gilles Risch2-11/+17
2026-08-19drm/amdgpu: fix hang and race in userq destroyZhu Lingshan1-15/+8
2026-08-19amdkfd: let profile_lock_device return an int other than uint32Zhu Lingshan1-1/+1
2026-08-19drm/amdgpu: delay ttm buffer func enablement on xgmiPierre-Eric Pelloux-Prayer2-3/+8
2026-08-19drm/amdgpu: check thunderbolt before switcheroo registrationYang Wang1-4/+10
2026-08-19drm/amdgpu: force complete the KIQ ring fences on resetJesse Zhang1-0/+12
2026-08-19drm/amdgpu: validate rptr and wptr of a userqZhu Lingshan1-2/+8
2026-08-19drm/amdgpu: force complete the MES ring fences on resetJesse Zhang1-0/+13
2026-08-19drm/amdgpu: fix sysfs ip base addr for 64bit in standalone modeMukul Joshi1-2/+13
2026-08-19drm/amd/display: Scale custom brightness curve from full rangeAkhmed Zhitaev1-4/+4
2026-08-19drm/amdgpu/userq: ignore duplicate BO locks when returning wait fence infoSunil Khatri1-1/+1
2026-08-19drm/amdgpu/userq: ignore duplicate BO locks when counting wait fencesSunil Khatri1-1/+1
2026-08-19drm/amdgpu/userq: ignore duplicate BO locks in userq signal ioctlSunil Khatri1-1/+1
2026-08-19drm/amdgpu: ensure all userq VAs mapped before restoreZhu Lingshan1-7/+9
2026-08-19drm/amdgpu: fix autosuspend cleanup during removalGuangshuo Li1-0/+1
2026-08-19drm/amdgpu: Disable runtime PM for externally attached dGPUsYang Wang1-0/+7
2026-08-18Merge tag 'soc-drivers-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-8/+11
2026-08-18Merge tag 'x86_cpu_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-7/+7
2026-08-18Merge tag 'rust-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds1-2/+2
2026-08-18drm/msm: Guard the QCOM_UBWC_CONFIG select with QCOM_SMEMDaniel Baluta1-1/+2
2026-08-17drm/xe: tests: fix error message in xe_migrate_sanity_test()Dan Carpenter1-2/+1
2026-08-14drm: use drm_warn() in validate_blend_mode_for_alpha_formats()Leandro Ribeiro1-2/+3
2026-08-14drm/virtio: use the DMA API for resource backing on XenBenjamin Leggett3-4/+24
2026-08-14drm/virtio: reclaim pending vbufs before tearing down vqsAnuj Bolewar3-0/+17
2026-08-14drm/virtio: check return value of vgdev_output_init()shechenglong1-2/+5
2026-08-14drm/virtio: Fix a NULL vs ERR_PTR() bug in virtio_gpu_user_framebuffer_create()Dan Carpenter1-1/+1
2026-08-14Merge tag 'drm-xe-next-fixes-2026-08-13' of https://gitlab.freedesktop.org/dr...Dave Airlie5-15/+32
2026-08-14Merge tag 'drm-misc-next-fixes-2026-08-13' of https://gitlab.freedesktop.org/...Dave Airlie1-722/+0
2026-08-14Merge tag 'drm-xe-fixes-2026-08-13' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie11-123/+279
2026-08-14Merge tag 'drm-misc-fixes-2026-08-13' of https://gitlab.freedesktop.org/drm/m...Dave Airlie28-92/+277
2026-08-13drm/log: Fix infinite loop when scale is too large for displayShixiong Ou1-0/+6