aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2024-06-16drm/amdgpu: add error handle to avoid out-of-boundsBob Zhou
2024-06-16drm/msm/dpu: Always flush the slave INTF on the CTLMarijn Suijten
2024-06-16drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connectorMarek Vasut
2024-06-16drm/arm/malidp: fix a possible null pointer dereferenceHuai-Yuan Liu
2024-06-16drm/mediatek: Add 0 size check to mtk_drm_gem_objJustin Green
2024-06-16drm/amd/display: Fix potential index out of bounds in color transformation fu...Srinivasan Shanmugam
2024-06-16drm/amdkfd: Flush the process wq before creating a kfd_processLancelot SIX
2024-06-16drm/amd/display: Set color_mgmt_changed to true on unsuspendJoshua Ashton
2024-05-25drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_he...Srinivasan Shanmugam
2024-05-17drm/vmwgfx: Fix invalid reads in fence signaled eventsZack Rusin
2024-05-02drm/amdgpu: Fix leak when GPU memory allocation failsMukul Joshi
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-02drm/client: Fully protect modes[] with dev->mode_config.mutexVille Syrjälä
2024-05-02nouveau: fix function cast warningArnd Bergmann
2024-04-13drm/i915/gt: Reset queue_priority_hint on parkingChris Wilson
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-04-13drm/exynos: do not return negative values from .get_modes()Jani Nikula
2024-04-13amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie
2024-03-26drm/msm/dpu: add division of drm_display_mode's hskew parameterPaloma Arellano
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/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output...Srinivasan Shanmugam
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: output: Fix missing i2c_put_adapter() in the error handling paths ...Christophe JAILLET
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-01drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is setErik Kurzinger
2024-03-01drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v3Christian König
2024-03-01nouveau: fix function cast warningsArnd Bergmann
2024-03-01drm/amdgpu: Fix type of second parameter in trans_msg() callbackNathan Chancellor
2024-03-01drm/amdgpu: Check for valid number of registers to readTrek
2024-03-01Revert "drm/sun4i: dsi: Change the start delay calculation"Icenowy Zheng
2024-02-23drm/msm/dsi: Enable runtime PMKonrad Dybcio
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