aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2023-08-30drm/amd/display: check TG is non-null before checking if enabledTaimur Hassan
2023-08-30drm/amd/display: do not wait for mpc idle if tg is disabledJosip Pavic
2023-08-30drm/amdgpu: Fix potential fence use-after-free v2shanzhulig
2023-08-30drm/radeon: Fix integer overflow in radeon_cs_parser_inithackyzh002
2023-08-16drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modesKarol Herbst
2023-08-16drm/nouveau/gr: enable memory loads on helper invocation on all channelsKarol Herbst
2023-08-11drm/edid: fix objtool warning in drm_cvt_modes()Linus Torvalds
2023-08-11drm/client: Fix memory leak in drm_client_target_clonedJocelyn Falempe
2023-08-11drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb()Gaosheng Cui
2023-08-11drm/atomic: Fix potential use-after-free in nonblocking commitsDaniel Vetter
2023-08-11drm/radeon: fix possible division-by-zero errorsNikita Zhandarovich
2023-08-11drm/panel: simple: fix active size for Ampire AM-480272H3TMQW-T01HDario Binacchi
2023-08-11radeon: avoid double free in ci_dpm_init()Nikita Zhandarovich
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2023-08-11drm/amdgpu: Validate VM ioctl flags.Bas Nieuwenhuizen
2023-08-11drm/edid: Fix uninitialized variable in drm_cvt_modes()Lyude Paul
2023-06-28drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctlMin Li
2023-06-28drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctlMin Li
2023-06-28drm/exynos: vidi: fix a wrong error returnInki Dae
2023-06-21drm/nouveau/kms: Fix NULL pointer dereference in nouveau_connector_detect_depthAlexander Kapshuk
2023-06-21drm/nouveau: add nv_encoder pointer check for NULLNatalia Petrova
2023-06-21drm/nouveau/kms: Don't change EDID when it hasn't actually changedLyude Paul
2023-06-21drm/nouveau/dp: check for NULL nv_connector->native_modeNatalia Petrova
2023-06-21nouveau: fix client work fence deletion raceDave Airlie
2023-06-14drm/amdgpu: fix xclk freq on CHIP_STONEYChia-I Wu
2023-05-30drm/exynos: fix g2d_open/close helper function definitionsArnd Bergmann
2023-05-30drm/tegra: Avoid potential 32-bit integer overflowNur Hussein
2023-05-30drm/amd/display: Use DC_LOG_DC in the trasform pixel functionRodrigo Siqueira
2023-05-17drm/panel: otm8009a: Set backlight parent to panel deviceJames Cowgill
2023-05-17drm/amdgpu: add a missing lock for AMDGPU_SCHEDChia-I Wu
2023-05-17drm/amdgpu: Add command to override the context priority.Bas Nieuwenhuizen
2023-05-17drm/amdgpu: Put enable gfx off feature to a delay threadRex Zhu
2023-05-17drm/amdgpu: Add amdgpu_gfx_off_ctrl functionRex Zhu
2023-05-17drm/msm/adreno: drop bogus pm_runtime_set_active()Johan Hovold
2023-05-17drm/msm/adreno: Defer enabling runpm until hw_init()Rob Clark
2023-05-17drm/probe-helper: Cancel previous job before starting new oneDom Cobley
2023-05-17drm/vgem: add missing mutex_destroyMaíra Canal
2023-05-17drm/rockchip: Drop unbalanced obj unrefRob Clark
2023-04-05drm/etnaviv: fix reference leak when mmaping imported bufferLucas Stach
2023-03-22drm/i915: Don't use stolen memory for ring buffers with LLCJohn Harrison
2023-03-22drm/amdkfd: Fix an illegal memory accessQu Huang
2023-03-17drm/i915: Don't use BAR mappings for ring buffers with LLCJohn Harrison
2023-03-11drm/radeon: Fix eDP for single-display iMac11,2Mark Hawrylak
2023-03-11drm/msm/dsi: Add missing check for alloc_ordered_workqueueJiasheng Jiang
2023-03-11drm/radeon: free iio for atombios when driver shutdownLiwei Song
2023-03-11drm/amd/display: Fix potential null-deref in dm_resumeRoman Li
2023-03-11drm/mediatek: Clean dangling pointer on bind error pathNícolas F. R. A. Prado
2023-03-11drm/mediatek: Drop unbalanced obj unrefRob Clark
2023-03-11drm/msm/dpu: Add check for pstatesJiasheng Jiang
2023-03-11drm/msm: use strscpy instead of strncpyDmitry Baryshkov