summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/atomic: Fix potential use-after-free in nonblocking commitsDaniel Vetter2023-07-211-1/+10
* Merge tag 'amd-drm-fixes-6.5-2023-07-20' of https://gitlab.freedesktop.org/ag...Dave Airlie2023-07-2129-196/+524
|\
| * drm/amdgpu: use a macro to define no xcp partition caseGuchun Chen2023-07-184-5/+8
| * drm/amdgpu/vm: use the same xcp_id from root PDGuchun Chen2023-07-181-1/+2
| * drm/amdgpu: fix slab-out-of-bounds issue in amdgpu_vm_pt_createGuchun Chen2023-07-185-11/+14
| * drm/amdgpu: Allocate root PD on correct partitionGuchun Chen2023-07-181-3/+3
| * drm/amd/display: Keep PHY active for DP displays on DCN31Nicholas Kazlauskas2023-07-181-0/+5
| * drm/amd/display: Prevent vtotal from being set to 0Daniel Miess2023-07-181-1/+5
| * drm/amd/display: Disable MPC split by default on special asicZhikai Zhai2023-07-181-1/+1
| * drm/amd/display: check TG is non-null before checking if enabledTaimur Hassan2023-07-181-1/+2
| * drm/amd/display: Add polling method to handle MST reply packetWayne Lin2023-07-184-86/+159
| * drm/amd/display: Clean up errors & warnings in amdgpu_dm.cSrinivasan Shanmugam2023-07-181-68/+65
| * drm/amdgpu: Allow the initramfs generator to include psp_13_0_6_taCandice Li2023-07-181-0/+1
| * drm/amdgpu/pm: make mclk consistent for smu 13.0.7Alex Deucher2023-07-181-1/+1
| * drm/amdgpu/pm: make gfxclock consistent for sienna cichlidAlex Deucher2023-07-181-2/+6
| * drm/amd/display: only accept async flips for fast updatesSimon Ser2023-07-182-0/+20
| * drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancelGuchun Chen2023-07-181-2/+3
| * drm/amd/display: add DCN301 specific logic for OTG programmingAurabindo Pillai2023-07-184-3/+225
| * drm/amd/display: export some optc function for reuseAurabindo Pillai2023-07-182-2/+5
| * drm/amd: Use amdgpu_device_pcie_dynamic_switching_supported() for SMU7Mario Limonciello2023-07-181-12/+2
* | Merge tag 'drm-intel-fixes-2023-07-20' of git://anongit.freedesktop.org/drm/d...Dave Airlie2023-07-215-15/+6
|\ \
| * | Revert "drm/i915: use localized __diag_ignore_all() instead of per file"Jani Nikula2023-07-174-15/+5
| * | drm/i915/perf: add sentinel to xehp_oa_b_countersAndrzej Hajda2023-07-171-0/+1
| |/
* | Merge tag 'drm-misc-fixes-2023-07-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-07-215-13/+39
|\ \ | |/ |/|
| * drm/nouveau/kms/nv50-: init hpd_irq_lock for PIOR DPBen Skeggs2023-07-191-0/+4
| * drm/nouveau/disp: PIOR DP uses GPIO for HPD, not PMGR AUX interruptsBen Skeggs2023-07-191-9/+18
| * drm/nouveau/i2c: fix number of aux event slotsBen Skeggs2023-07-192-4/+11
| * drm/client: Fix memory leak in drm_client_modeset_probeJocelyn Falempe2023-07-131-0/+1
| * drm/client: Fix memory leak in drm_client_target_clonedJocelyn Falempe2023-07-131-0/+5
* | Merge tag 'amd-drm-fixes-6.5-2023-07-12' of https://gitlab.freedesktop.org/ag...Dave Airlie2023-07-1412-141/+101
|\ \
| * | drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters implementation with SMU13Mario Limonciello2023-07-121-71/+18
| * | drm/amd: Move helper for dynamic speed switch check out of smu13Mario Limonciello2023-07-123-20/+21
| * | drm/amd/pm: conditionally disable pcie lane/speed switching for SMU13Mario Limonciello2023-07-121-3/+39
| * | drm/amd/pm: share the code around SMU13 pcie parameters updateEvan Quan2023-07-124-64/+37
| * | drm/amdgpu: avoid restore process run into dead loop.gaba2023-07-121-0/+3
| * | drm/amd/pm: fix smu i2c data read riskYang Wang2023-07-126-6/+6
* | | Merge tag 'drm-intel-fixes-2023-07-13' of git://anongit.freedesktop.org/drm/d...Dave Airlie2023-07-144-6/+11
|\ \ \ | |_|/ |/| |
| * | drm/i915: Fix one wrong caching mode enum usageTvrtko Ursulin2023-07-111-1/+1
| * | drm/i915: Remove dead code from gen8_pte_encodeTvrtko Ursulin2023-07-111-3/+0
| * | drm/i915/perf: Consider OA buffer boundary when zeroing out reportsUmesh Nerlige Ramappa2023-07-111-1/+10
| * | drm/i915: Don't preserve dpll_hw_state for slave crtc in BigjoinerStanislav Lisovskiy2023-07-111-1/+0
* | | drm/nouveau: bring back blit subchannel for pre nv50 GPUsKarol Herbst2023-07-123-3/+19
* | | drm/nouveau/acr: Abort loading ACR if no firmware was foundKarol Herbst2023-07-121-1/+1
* | | drm/nouveau/disp/g94: enable HDMIKarol Herbst2023-07-121-0/+1
* | | drm/nouveau/disp: fix HDMI on gt215+Karol Herbst2023-07-121-1/+1
* | | drm/client: Send hotplug event after registering a clientThomas Zimmermann2023-07-1110-36/+21
* | | Merge v6.5-rc1 into drm-misc-fixesMaxime Ripard2023-07-111119-21584/+77545
|\| |
| * | Merge tag 'drm-next-2023-07-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-07-06113-349/+1249
| |\|
| | * Merge tag 'drm-misc-next-fixes-2023-07-06' of git://anongit.freedesktop.org/d...Dave Airlie2023-07-071-3/+3
| | |\
| | | * drm/panel: Fine tune Starry-ili9882t panel HFP and HBPCong Yang2023-06-291-3/+3