summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorChenyuan Yang <chenyuan0y@gmail.com>2025-03-13 20:10:04 -0500
committerAbhinav Kumar <quic_abhinavk@quicinc.com>2025-04-10 13:21:44 -0700
commit5cb1b130e1cd04239cc9c26a98279f4660dce583 (patch)
tree1d6bc40aa1d4706dfb30e26d9558dcb379295d8b /scripts/git.orderFile
parentbcaa391e177c06a58c5f3cd18484a317d40239aa (diff)
downloadkernel-5cb1b130e1cd04239cc9c26a98279f4660dce583.tar.gz
drm/msm/dpu: Fix error pointers in dpu_plane_virtual_atomic_check
The function dpu_plane_virtual_atomic_check was dereferencing pointers returned by drm_atomic_get_plane_state without checking for errors. This could lead to undefined behavior if the function returns an error pointer. This commit adds checks using IS_ERR to ensure that plane_state is valid before dereferencing them. Similar to commit da29abe71e16 ("drm/amd/display: Fix error pointers in amdgpu_dm_crtc_mem_type_changed"). Fixes: 774bcfb73176 ("drm/msm/dpu: add support for virtual planes") Signed-off-by: Chenyuan Yang <chenyuan0y@gmail.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Patchwork: https://patchwork.freedesktop.org/patch/643132/ Link: https://lore.kernel.org/r/20250314011004.663804-1-chenyuan0y@gmail.com Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions
mp;id=313ebec48dedcac351557b5a84b8b2239951c238'>ASoC: qcom: lpass-sc7180: Add 32 bit format support for captureV Sujith Kumar Reddy 2020-11-03ASoC: qcom: sc7180: Fix some indenting in sc7180_lpass_alloc_dma_channel()Dan Carpenter 2020-10-29ASoC: qcom: lpass-sc7180: Fix MI2S bitwidth field bit positionsV Sujith Kumar Reddy 2020-10-08ASoC: qcom: sc7180: Add support for audio over DPV Sujith Kumar Reddy 2020-09-17ASoC: qcom: lpass-sc7180: Add MODULE_DEVICE_TABLEDouglas Anderson 2020-08-17ASoC: qcom: lpass-sc7180: Add platform driver for lpass audioAjit Pandey