summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2023-08-25Merge tag 'drm-intel-fixes-2023-08-24' of git://anongit.freedesktop.org/drm/d...Dave Airlie-39/+68
2023-08-25Merge tag 'drm-misc-fixes-2023-08-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-45/+57
2023-08-23drm/i915: Fix HPD polling, reenabling the output poll work as neededImre Deak-2/+2
2023-08-23drm: Add an HPD poll helper to reschedule the poll workImre Deak-22/+46
2023-08-23drm/vmwgfx: Fix possible invalid drm gem put callsZack Rusin-16/+16
2023-08-23drm/vmwgfx: Fix shader stage validationZack Rusin-18/+23
2023-08-22drm/i915: fix Sphinx indentation warningJani Nikula-0/+2
2023-08-22drm/i915/dgfx: Enable d3cold at s2idleAnshuman Gupta-15/+18
2023-08-21drm/panfrost: Skip speed binning on EOPNOTSUPPDavid Michael-1/+1
2023-08-18drm: bridge: samsung-dsim: Fix init during host transferFrieder Schrempf-10/+17
2023-08-18drm/qxl: fix UAF on handle creationWander Lairson Costa-14/+24
2023-08-18Merge tag 'amd-drm-fixes-6.5-2023-08-16' of https://gitlab.freedesktop.org/ag...Dave Airlie-30/+93
2023-08-18Merge tag 'drm-misc-fixes-2023-08-17' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-59/+41
2023-08-18Merge tag 'drm-intel-fixes-2023-08-17' of git://anongit.freedesktop.org/drm/d...Dave Airlie-12/+36
2023-08-17Revert "drm/edid: Fix csync detailed mode parsing"Jani Nikula-21/+8
2023-08-16drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_c...Karol Herbst-4/+7
2023-08-16Revert "Revert "drm/amdgpu/display: change pipe policy for DCN 2.0""Alex Deucher-1/+1
2023-08-16drm/amd: flush any delayed gfxoff on suspend entryMario Limonciello-8/+2
2023-08-16drm/amdgpu: skip fence GFX interrupts disable/enable for S0ixTim Huang-2/+39
2023-08-16drm/amdgpu: skip xcp drm device allocation when out of drm resourceJames Zhu-2/+20
2023-08-16drm/amd/pm: Update pci link width for smu v13.0.6Asad Kamal-2/+8
2023-08-16drm/amd/pm: Fix temperature unit of SMU v13.0.6Lijo Lazar-3/+6
2023-08-16drm/amdgpu/pm: fix throttle_status for other than MP1 11.0.7Umio Yasuno-7/+7
2023-08-16drm/amdgpu: disable mcbp if parameter zero is setJiadong Zhu-5/+6
2023-08-16drm/amd/pm: disallow the fan setting if there is no fan on smu 13.0.0Kenneth Feng-0/+4
2023-08-14drm/i915: fix display probe for IVB Q and IVB D GT2 serverJani Nikula-3/+21
2023-08-14drm/i915/sdvo: fix panel_type initializationJani Nikula-1/+1
2023-08-14drm/i915/guc/slpc: Restore efficient freq earlierVinay Belgaumkar-8/+14
2023-08-14drm/panel: simple: Fix AUO G121EAN01 panel timings according to the docsLuca Ceresoli-12/+12
2023-08-14drm/panel: JDI LT070ME05000 simplify with dev_err_probe()David Heidelberg-22/+14
2023-08-11Merge tag 'amd-drm-fixes-6.5-2023-08-09' of https://gitlab.freedesktop.org/ag...Dave Airlie-54/+81
2023-08-11Merge tag 'drm-misc-fixes-2023-08-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-28/+84
2023-08-10drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap()Boris Brezillon-0/+6
2023-08-09drm/amdkfd: disable IOMMUv2 support for RavenAlex Deucher-7/+0
2023-08-09drm/amdkfd: disable IOMMUv2 support for KV/CZAlex Deucher-13/+1
2023-08-09drm/amdkfd: ignore crat by defaultAlex Deucher-4/+0
2023-08-09drm/amdgpu/gfx11: only enable CP GFX shadowing on SR-IOVAlex Deucher-2/+6
2023-08-09drm/amd/display: Fix a regression on Polaris cardsMario Limonciello-1/+1
2023-08-09drm/amdgpu: fix possible UAF in amdgpu_cs_pass1()Alex Deucher-1/+1
2023-08-09drm/amd/pm: Fix SMU v13.0.6 energy reportingLijo Lazar-3/+2
2023-08-09drm/amd/display: check attr flag before set cursor degamma on DCN3+Melissa Wen-2/+5
2023-08-09drm/amd/pm: disable the SMU13 OD feature support temporarilyEvan Quan-6/+23
2023-08-09drm/amd/pm: correct the pcie width for smu 13.0.0Kenneth Feng-2/+1
2023-08-09drm/amd/display: Don't show stack trace for missing eDPMario Limonciello-1/+2
2023-08-09drm/amdgpu: Match against exact bootloader statusLijo Lazar-7/+8
2023-08-09drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11Tim Huang-2/+2
2023-08-09drm/amd: Disable S/G for APUs when 64GB or more host memoryMario Limonciello-3/+29
2023-08-09drm/rockchip: Don't spam logs in atomic checkDaniel Stone-8/+9
2023-08-08drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modesKarol Herbst-1/+1
2023-08-04Revert "drm/bridge: lt9611: Do not generate HFP/HBP/HSA and EOT packet"Neil Armstrong-3/+1