summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2024-05-17drm/vmwgfx: Fix invalid reads in fence signaled eventsZack Rusin
2024-05-17drm/amdgpu: Fix leak when GPU memory allocation failsMukul Joshi
2024-05-17drm/amdkfd: change system memory overcommit limitEric Huang
2024-05-02drm/amdgpu: validate the parameters of bo mapping operations more clearlyxinhui pan
2024-05-02amdgpu: validate offset_in_bo of drm_amdgpu_gem_vaChia-I Wu
2024-05-02drm/amdgpu: restrict bo mapping within gpu address limitsRajneesh Bhardwaj
2024-05-02nouveau: fix instmem race condition around ptr storesDave Airlie
2024-05-02drm: nv04: Fix out of bounds accessMikhail Kobuk
2024-05-02nouveau: fix function cast warningArnd Bergmann
2024-04-13amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie
2024-04-13drm/vkms: call drm_atomic_helper_shutdown before drm_dev_put()Guo Mengqi
2024-04-13drm/amd/display: Fix nanosec stat overflowAric Cyr
2024-04-13drm/vc4: hdmi: do not return negative values from .get_modes()Jani Nikula
2024-04-13drm/imx/ipuv3: do not return negative values from .get_modes()Jani Nikula
2024-03-26drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flipHsin-Yi Wang
2024-03-26drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()Srinivasan Shanmugam
2024-03-26drm/tegra: put drm_gem_object ref on error in tegra_fb_createFedor Pchelkin
2024-03-26drm/mediatek: dsi: Fix DSI RGB666 formats and definitionsAngeloGioacchino Del Regno
2024-03-26drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()Nikita Zhandarovich
2024-03-26drm/rockchip: lvds: do not print scary message when probing deferQuentin Schulz
2024-03-26drm/rockchip: lvds: do not overwrite error codeQuentin Schulz
2024-03-26drm/rockchip: inno_hdmi: Fix video timingAlex Bee
2024-03-26drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path o...Christophe JAILLET
2024-03-26drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()Christophe JAILLET
2024-03-26drm/tegra: dsi: Make use of the helper function dev_err_probe()Cai Huoqing
2024-03-26gpu: host1x: mipi: Update tegra_mipi_request() to be node basedSowjanya Komatineni
2024-03-26drm/tegra: dsi: Add missing check for of_find_device_by_nodeChen Ni
2024-03-01nouveau: fix function cast warningsArnd Bergmann
2024-02-23drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'Srinivasan Shanmugam
2024-02-23drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()'Srinivasan Shanmugam
2024-02-23drm/amdgpu: Let KFD sync with VM fencesFelix Kuehling
2024-02-23drm/msm/dpu: Ratelimit framedone timeout msgsRob Clark
2024-02-23drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind timeDouglas Anderson
2024-02-23drm/mipi-dsi: Fix detach call without attachTomi Valkeinen
2024-02-23drm/framebuffer: Fix use of uninitialized variableTomi Valkeinen
2024-02-23drm/drm_file: fix use of uninitialized variableTomi Valkeinen
2024-02-23drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resumeFedor Pchelkin
2024-02-23drm/bridge: nxp-ptn3460: simplify some error checkingDan Carpenter
2024-02-23drm/bridge: nxp-ptn3460: fix i2c_master_send() error checkingDan Carpenter
2024-02-23drm: Don't unref the same fb many times by mistake due to deadlock handlingVille Syrjälä
2024-02-23nouveau/vmm: don't set addr on the fail path to avoid warningDave Airlie
2024-01-25gpu/drm/radeon: fix two memleaks in radeon_vm_initZhipeng Lu
2024-01-25drivers/amd/pm: fix a use-after-free in kv_parse_power_tableZhipeng Lu
2024-01-25drm/amd/pm: fix a double-free in si_dpm_initZhipeng Lu
2024-01-25drm/amdgpu/debugfs: fix error code when smc register accessors are NULLAlex Deucher
2024-01-25drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_tableZhipeng Lu
2024-01-25drm/radeon/dpm: fix a memleak in sumo_parse_power_tableZhipeng Lu
2024-01-25drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()Yang Yingliang
2024-01-25drm/drv: propagate errors from drm_modeset_register_all()Dmitry Baryshkov
2024-01-25drm/msm/mdp4: flush vblank event on disableDmitry Baryshkov