summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-06-28drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctlMin Li1-3/+1
2023-06-28drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctlMin Li1-1/+1
2023-06-28drm/exynos: vidi: fix a wrong error returnInki Dae1-2/+0
2023-06-21drm/nouveau/kms: Fix NULL pointer dereference in nouveau_connector_detect_depthAlexander Kapshuk1-5/+9
2023-06-21drm/nouveau: add nv_encoder pointer check for NULLNatalia Petrova1-1/+2
2023-06-21drm/nouveau/kms: Don't change EDID when it hasn't actually changedLyude Paul1-27/+27
2023-06-21drm/nouveau/dp: check for NULL nv_connector->native_modeNatalia Petrova1-2/+2
2023-06-21nouveau: fix client work fence deletion raceDave Airlie1-4/+10
2023-06-14drm/amdgpu: fix xclk freq on CHIP_STONEYChia-I Wu1-2/+9
2023-05-30drm/exynos: fix g2d_open/close helper function definitionsArnd Bergmann1-2/+2
2023-05-30drm/tegra: Avoid potential 32-bit integer overflowNur Hussein1-1/+1
2023-05-30drm/amd/display: Use DC_LOG_DC in the trasform pixel functionRodrigo Siqueira1-3/+2
2023-05-17drm/panel: otm8009a: Set backlight parent to panel deviceJames Cowgill1-1/+1
2023-05-17drm/amdgpu: add a missing lock for AMDGPU_SCHEDChia-I Wu1-1/+5
2023-05-17drm/amdgpu: Add command to override the context priority.Bas Nieuwenhuizen1-1/+40
2023-05-17drm/amdgpu: Put enable gfx off feature to a delay threadRex Zhu3-2/+23
2023-05-17drm/amdgpu: Add amdgpu_gfx_off_ctrl functionRex Zhu3-0/+43
2023-05-17drm/msm/adreno: drop bogus pm_runtime_set_active()Johan Hovold1-3/+0
2023-05-17drm/msm/adreno: Defer enabling runpm until hw_init()Rob Clark2-1/+6
2023-05-17drm/probe-helper: Cancel previous job before starting new oneDom Cobley1-2/+3
2023-05-17drm/vgem: add missing mutex_destroyMaíra Canal1-0/+1
2023-05-17drm/rockchip: Drop unbalanced obj unrefRob Clark1-3/+0
2023-04-05drm/etnaviv: fix reference leak when mmaping imported bufferLucas Stach1-1/+9
2023-03-22drm/i915: Don't use stolen memory for ring buffers with LLCJohn Harrison1-2/+3
2023-03-22drm/amdkfd: Fix an illegal memory accessQu Huang1-6/+3
2023-03-17drm/i915: Don't use BAR mappings for ring buffers with LLCJohn Harrison1-2/+2
2023-03-11drm/radeon: Fix eDP for single-display iMac11,2Mark Hawrylak1-2/+3
2023-03-11drm/msm/dsi: Add missing check for alloc_ordered_workqueueJiasheng Jiang1-0/+3
2023-03-11drm/radeon: free iio for atombios when driver shutdownLiwei Song1-0/+1
2023-03-11drm/amd/display: Fix potential null-deref in dm_resumeRoman Li1-2/+4
2023-03-11drm/mediatek: Clean dangling pointer on bind error pathNícolas F. R. A. Prado1-0/+1
2023-03-11drm/mediatek: Drop unbalanced obj unrefRob Clark1-2/+0
2023-03-11gpu: host1x: Don't skip assigning syncpoints to channelsMikko Perttunen1-3/+0
2023-03-11drm/msm/dpu: Add check for pstatesJiasheng Jiang1-0/+2
2023-03-11drm/msm: use strscpy instead of strncpyDmitry Baryshkov1-1/+1
2023-03-11drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightnessDaniel Mentz1-0/+52
2023-03-11drm/msm/hdmi: Add missing check for alloc_ordered_workqueueJiasheng Jiang1-0/+4
2023-03-11gpu: ipu-v3: common: Add of_node_put() for reference returned by of_graph_get...Liang He1-0/+1
2023-03-11drm/vc4: dpi: Fix format mapping for RGB565Dave Stevenson1-1/+1
2023-03-11drm/vc4: dpi: Add option for inverting pixel clock and output enableDave Stevenson1-28/+38
2023-03-11drm/bridge: megachips: Fix error handling in i2c_register_driver()Yuan Can1-1/+5
2023-03-11drm: mxsfb: DRM_MXSFB should depend on ARCH_MXS || ARCH_MXCGeert Uytterhoeven1-0/+1
2023-02-25drm/i915/gvt: fix double free bug in split_2MB_gtt_entryZheng Wang1-4/+13
2023-02-06drm/i915/display: fix compiler warning about array overrunLinus Torvalds1-1/+12
2023-01-18drm/virtio: Fix GEM handle creation UAFRob Clark1-1/+9
2023-01-18drm/vmwgfx: Validate the box size for the snooped cursorZack Rusin1-1/+2
2023-01-18drm/connector: send hotplug uevent on connector cleanupSimon Ser1-0/+3
2023-01-18drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()Nathan Chancellor3-6/+9
2023-01-18drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid()Nathan Chancellor1-2/+3
2023-01-18drm/sti: Use drm_mode_copy()Ville Syrjälä3-3/+3