summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2024-08-14nouveau: set placement to original placement on uvmm validate.Dave Airlie1-2/+4
2024-08-14Revert "drm/amd/display: Add NULL check for 'afb' before dereferencing in amd...Ivan Lipski1-12/+4
2024-08-14drm/radeon: Remove __counted_by from StateArray.states[]Bill Wendling1-1/+1
2024-08-14drm/mgag200: Bind I2C lifetime to DRM deviceThomas Zimmermann1-2/+4
2024-08-14drm/mgag200: Set DDC timeout in millisecondsThomas Zimmermann1-1/+1
2024-08-14drm/lima: Mark simple_ondemand governor as softdepDragan Simic1-0/+1
2024-08-14drm/dp_mst: Skip CSN if topology probing is not done yetWayne Lin1-0/+11
2024-08-14drm/bridge: analogix_dp: properly handle zero sized AUX transactionsLucas Stach1-4/+1
2024-08-14drm/client: fix null pointer dereference in drm_client_modeset_probeMa Ke1-0/+5
2024-08-14drm/i915/gem: Adjust vma offset for framebuffer mmap offsetAndi Shyti1-0/+2
2024-08-14drm/amdgpu: Forward soft recovery errors to userspaceJoshua Ashton1-2/+1
2024-08-14drm/amd/display: Skip Recompute DSC Params if no Stream on LinkFangzhi Zuo1-0/+3
2024-08-14drm/i915/gem: Fix Virtual Memory mapping boundaries calculationAndi Shyti1-6/+47
2024-08-14drm/amd/display: Add null checker before passing variablesAlex Hung1-3/+6
2024-08-14drm/amd/display: Add NULL check for 'afb' before dereferencing in amdgpu_dm_p...Srinivasan Shanmugam1-4/+12
2024-08-14drm/amd/pm: Fix the null pointer dereference for vega10_hwmgrBob Zhou1-4/+25
2024-08-14drm/amdgpu: Add lock around VF RLCG interfaceVictor Skvortsov3-0/+9
2024-08-14drm/admgpu: fix dereferencing null pointer contextJesse Zhang1-1/+1
2024-08-14drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rulesMa Jun3-10/+18
2024-08-14drm/amdgpu: Fix the null pointer dereference to ras_managerMa Jun1-2/+5
2024-08-14drm/amdgpu/pm: Fix the null pointer dereference for smu7Ma Jun1-26/+24
2024-08-14drm/amdgpu/pm: Fix the param type of set_power_profile_modeMa Jun3-16/+16
2024-08-14drm/amdgpu: fix potential resource leak warningTim Huang1-0/+5
2024-08-14drm/amd/display: Add delay to improve LTTPR UHBR interopMichael Strauss1-0/+5
2024-08-11drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()Nikita Zhandarovich1-3/+3
2024-08-11drm/virtio: Fix type of dma-fence context variableDmitry Osipenko1-1/+1
2024-08-11drm/vmwgfx: Fix a deadlock in dma buf fence pollingZack Rusin1-10/+7
2024-08-11drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macroSuraj Kandpal1-1/+1
2024-08-11i915/perf: Remove code to update PWR_CLK_STATE for gen12Umesh Nerlige Ramappa1-33/+0
2024-08-11drm/vmwgfx: Trigger a modeset when the screen movesIan Forbes1-1/+28
2024-08-11drm/vmwgfx: Fix overlay when using Screen TargetsIan Forbes1-1/+1
2024-08-11drm/nouveau: prime: fix refcount underflowDanilo Krummrich1-1/+2
2024-08-03drm/panfrost: Mark simple_ondemand governor as softdepDragan Simic1-0/+1
2024-08-03drm/etnaviv: don't block scheduler when GPU is still activeLucas Stach1-5/+4
2024-08-03drm/i915/dp: Don't switch the LTTPR mode on an active linkImre Deak1-7/+48
2024-08-03drm/i915/dp: Reset intel_dp->link_trained before retraining the linkImre Deak1-0/+2
2024-08-03drm/amd/amdgpu: Fix uninitialized variable warningsMa Ke1-1/+1
2024-08-03drm/amdgpu: reset vm state machine after gpu reset(vram lost)ZhenGuo Yin1-4/+5
2024-08-03drm/dp_mst: Fix all mstb marked as not probed after suspend/resumeWayne Lin1-2/+2
2024-08-03drm/udl: Remove DRM_CONNECTOR_POLL_HPDThomas Zimmermann1-2/+1
2024-08-03drm/amdgpu/sdma5.2: Update wptr registers as well as doorbellAlex Deucher1-0/+12
2024-08-03drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8Nitin Gote1-5/+1
2024-08-03drm/amd/display: Check for NULL pointerSung Joon Kim1-1/+2
2024-08-03drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modesMa Ke1-0/+3
2024-08-03drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modesMa Ke1-0/+3
2024-08-03drm/mediatek/dp: Fix spurious kfree()Michael Walle1-2/+8
2024-08-03drm/mediatek/dp: switch to ->edid_read callbackJani Nikula1-11/+20
2024-08-03drm/mediatek: Remove less-than-zero comparison of an unsigned valueHsiao Chien Sung1-1/+1
2024-08-03drm/qxl: Add check for drm_cvt_modeChen Ni1-0/+3
2024-08-03drm/etnaviv: fix DMA direction handling for cached RW buffersLucas Stach1-2/+4