aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorAlok Tiwari <alok.a.tiwari@oracle.com>2025-10-12 07:20:01 -0700
committerHeiko Stuebner <heiko@sntech.de>2025-10-14 10:32:17 +0200
commit7f38a1487555604bc4e210fa7cc9b1bce981c40e (patch)
tree455fdcf644c4dec736fd4d5889e2faf6477192e8 /tools/perf/scripts/python/export-to-sqlite.py
parentdrm/draw: fix color truncation in drm_draw_fill24 (diff)
downloadlinux-7f38a1487555604bc4e210fa7cc9b1bce981c40e.tar.gz
linux-7f38a1487555604bc4e210fa7cc9b1bce981c40e.zip
drm/rockchip: vop2: use correct destination rectangle height check
The vop2_plane_atomic_check() function incorrectly checks drm_rect_width(dest) twice instead of verifying both width and height. Fix the second condition to use drm_rect_height(dest) so that invalid destination rectangles with height < 4 are correctly rejected. Fixes: 604be85547ce ("drm/rockchip: Add VOP2 driver") Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com> Reviewed-by: Andy Yan <andy.yan@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20251012142005.660727-1-alok.a.tiwari@oracle.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
s='insertions'>+143 2012-07-24CIFS: Add tree connect/disconnect capability for SMB2Pavel Shilovsky7-5/+230 2012-07-24CIFS: Add session setup/logoff capability for SMB2Pavel Shilovsky8-3/+284 2012-07-24CIFS: Add capability to send SMB2 negotiate messagePavel Shilovsky8-11/+417 2012-07-24CIFS: Respect SMB2 header/max header sizePavel Shilovsky2-8/+31 2012-07-24CIFS: Make demultiplex_thread work with SMB2 codePavel Shilovsky6-2/+384 2012-07-24CIFS: Fix a wrong pointer in atomic_openPavel Shilovsky1-4/+1 2012-07-24CIFS: Add SMB2 credits supportPavel Shilovsky4-1/+86 2012-07-24CIFS: Make transport routines work with SMB2Pavel Shilovsky9-8/+246 2012-07-24CIFS: Map SMB2 status codes to POSIX errorsSteve French4-1/+2571