summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-07-05drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modesMa Ke1-0/+4
2024-07-05drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modesMa Ke1-0/+2
2024-07-05drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleepLaurent Pinchart1-3/+3
2024-07-05drm/amdgpu: fix UBSAN warning in kv_dpm.cAlex Deucher1-0/+2
2024-07-05drm/radeon: fix UBSAN warning in kv_dpm.cAlex Deucher1-0/+2
2024-07-05drm/exynos/vidi: fix memory leak in .get_modes()Jani Nikula1-1/+6
2024-07-05drm/bridge/panel: Fix runtime warning on panel bridge releaseAdam Miotk1-2/+5
2024-07-05drm/amd/display: Handle Y carry-over in VCP X.Y calculationGeorge Shen1-0/+6
2024-06-16drm/msm/dpu: use kms stored hw mdp blockJeykumar Sankaran2-19/+2
2024-06-16drm/arm/malidp: fix a possible null pointer dereferenceHuai-Yuan Liu1-1/+4
2024-06-16drm/mediatek: Add 0 size check to mtk_drm_gem_objJustin Green1-0/+3
2024-06-16drm/amd/display: Fix potential index out of bounds in color transformation fu...Srinivasan Shanmugam1-0/+5
2024-06-16drm/amd/display: Set color_mgmt_changed to true on unsuspendJoshua Ashton1-0/+1
2024-05-17drm/vmwgfx: Fix invalid reads in fence signaled eventsZack Rusin1-1/+1
2024-05-17drm/amdgpu: Fix leak when GPU memory allocation failsMukul Joshi1-0/+1
2024-05-17drm/amdkfd: change system memory overcommit limitEric Huang1-41/+58
2024-05-02drm/amdgpu: validate the parameters of bo mapping operations more clearlyxinhui pan1-26/+46
2024-05-02amdgpu: validate offset_in_bo of drm_amdgpu_gem_vaChia-I Wu1-8/+8
2024-05-02drm/amdgpu: restrict bo mapping within gpu address limitsRajneesh Bhardwaj1-2/+4
2024-05-02nouveau: fix instmem race condition around ptr storesDave Airlie1-1/+6
2024-05-02drm: nv04: Fix out of bounds accessMikhail Kobuk1-6/+7
2024-05-02nouveau: fix function cast warningArnd Bergmann1-1/+6
2024-04-13amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie1-2/+2
2024-04-13drm/vkms: call drm_atomic_helper_shutdown before drm_dev_put()Guo Mengqi1-1/+1
2024-04-13drm/amd/display: Fix nanosec stat overflowAric Cyr1-2/+2
2024-04-13drm/vc4: hdmi: do not return negative values from .get_modes()Jani Nikula1-1/+1
2024-04-13drm/imx/ipuv3: do not return negative values from .get_modes()Jani Nikula1-2/+2
2024-03-27drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flipHsin-Yi Wang1-5/+7
2024-03-27drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()Srinivasan Shanmugam1-1/+1
2024-03-27drm/tegra: put drm_gem_object ref on error in tegra_fb_createFedor Pchelkin1-0/+1
2024-03-27drm/mediatek: dsi: Fix DSI RGB666 formats and definitionsAngeloGioacchino Del Regno1-5/+5
2024-03-27drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()Nikita Zhandarovich1-1/+1
2024-03-27drm/rockchip: lvds: do not print scary message when probing deferQuentin Schulz1-1/+1
2024-03-27drm/rockchip: lvds: do not overwrite error codeQuentin Schulz1-1/+0
2024-03-27drm/rockchip: inno_hdmi: Fix video timingAlex Bee1-2/+2
2024-03-27drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path o...Christophe JAILLET1-0/+1
2024-03-27drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()Christophe JAILLET1-19/+35
2024-03-27drm/tegra: dsi: Make use of the helper function dev_err_probe()Cai Huoqing1-16/+12
2024-03-27gpu: host1x: mipi: Update tegra_mipi_request() to be node basedSowjanya Komatineni2-3/+3
2024-03-27drm/tegra: dsi: Add missing check for of_find_device_by_nodeChen Ni1-1/+3
2024-03-01nouveau: fix function cast warningsArnd Bergmann1-1/+7
2024-02-23drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'Srinivasan Shanmugam1-0/+1
2024-02-23drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()'Srinivasan Shanmugam1-1/+1
2024-02-23drm/amdgpu: Let KFD sync with VM fencesFelix Kuehling1-1/+2
2024-02-23drm/msm/dpu: Ratelimit framedone timeout msgsRob Clark2-1/+5
2024-02-23drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind timeDouglas Anderson1-0/+11
2024-02-23drm/mipi-dsi: Fix detach call without attachTomi Valkeinen1-2/+15
2024-02-23drm/framebuffer: Fix use of uninitialized variableTomi Valkeinen1-1/+1
2024-02-23drm/drm_file: fix use of uninitialized variableTomi Valkeinen1-1/+1
2024-02-23drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resumeFedor Pchelkin1-1/+1