summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-27nexell: fix signed/unsinged casttizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.115102submit/tizen_6.0_hotfix/20201102.192902submit/tizen_6.0/20201029.205502submit/tizen/20200728.104515submit/tizen/20200728.021629accepted/tizen/unified/20200730.130915accepted/tizen/unified/20200729.165659accepted/tizen/6.0/unified/hotfix/20201103.051322accepted/tizen/6.0/unified/hotfix/20201102.234505accepted/tizen/6.0/unified/20201030.110602tizen_6.0_hotfixtizen_6.0old/tizen_20201207accepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedSeung-Woo Kim1-1/+1
2020-07-25ipptest: tiny: remove unnecessary whitespaceSeung-Woo Kim3-4/+4
2020-07-25ipptest: check bound for tainted values before using as pointer indexSeung-Woo Kim2-5/+13
2020-02-24tests/util: Remove unused variable warning in fill_tiles_rgb16fp()submit/tizen/20200224.023738accepted/tizen/unified/20200225.224310Seung-Woo Kim1-1/+0
2020-02-24intel: Fix type pruned castSeung-Woo Kim1-2/+3
2020-02-24packaging: ignore format-truncation warningSeung-Woo Kim1-1/+1
2020-02-24build: autotools: Fix not to use <sys/sysctl.h> header for linuxSeung-Woo Kim1-1/+8
2020-02-24ipptest: Fix wunused-label build warningHoegeun Kwon1-7/+6
2020-02-24ipptest: fix PROC_USE.VULNERABLE issueInki Dae1-2/+2
2020-02-24ipptest: Add the guide message for userHoegeun Kwon2-2/+5
2020-02-24ipptest: Fix argument error of page flip flagHoegeun Kwon1-5/+1
2020-02-24ipptest: add support for newly merged Exynos DRM IPPv2 kernel interfaceMarek Szyprowski5-6/+316
2020-02-24libdrm: exynos: add support kernel userspace api for IPPv2 callsMarek Szyprowski1-0/+253
2020-02-24ipptest: change variable name for better readabilitySeung-Woo Kim1-6/+28
2020-02-24ipptest fix type-punned pointer build warningSeung-Woo Kim2-2/+2
2020-02-24ipptest: fix to clear gem handle for error caseSeung-Woo Kim1-0/+2
2020-02-24ipptest: fix not calling munmap not allocated gem on error pathSeung-Woo Kim1-20/+22
2020-02-24ipptest: fix not to process non-created gemSeung-Woo Kim2-12/+28
2020-02-24ipptest: fix possibility for out of array boundsSeung-Woo Kim2-2/+2
2020-02-24ipptest: fix to initialize pipe parameter alwaysSeung-Woo Kim1-4/+2
2020-02-24ipptest: fix memory leak issues during dumping connectorSeung-Woo Kim1-1/+3
2020-02-24ipptest: fix to check null before deferencingSeung-Woo Kim1-1/+2
2020-02-24ipptest: rotator: fix invalid parameter for munmapSeung-Woo Kim1-1/+1
2020-02-24nexell: fix to check return of drmIoctl()Seung-Woo Kim1-1/+4
2020-02-24nexell: add gem buffer typeInki Dae1-0/+49
2020-02-24tests: add nexell drm to default test modulesSooChan Lim1-0/+1
2020-02-24nexell: add explicit cast for gem sizeSeung-Woo Kim1-1/+1
2020-02-24libdrm : add nexell apijino.cho8-0/+254
2020-02-24ipptest: Add support for the source resolution use to variousHoegeun Kwon3-20/+84
2020-02-24exynos/drm: sync with v4.1.36 rebased tree for exynos_ipp_prop_listHoegeun Kwon1-6/+3
2020-02-24ipptest: add null check and error handlerSeung-Woo Kim1-1/+28
2020-02-24ipptest: Fix the source image size to 720x1280Hoegeun Kwon1-8/+8
2020-02-24ipptest: Fix the output image size when outputting to a file or displayHoegeun Kwon1-2/+9
2020-02-24ipptest: Fix to use the sizeof operator correctlyHoegeun Kwon1-7/+7
2020-02-24ipptest: replace malloc + memset with callocSeung-Woo Kim1-16/+7
2020-02-24ipptest: Remove strerror()Hoegeun Kwon8-98/+81
2020-02-24ipptest: Fix implicit-function-declaration build warningHoegeun Kwon2-0/+2
2020-02-24ipptest: Fix unused-but-set-variable build warningHoegeun Kwon1-12/+0
2020-02-24ipptest: Fix switch build warningHoegeun Kwon1-0/+2
2020-02-24ipptest: Fix unused-variable build warningsHoegeun Kwon1-2/+0
2020-02-24ipptest: Fix success message for get drm_connectorHoegeun Kwon1-3/+2
2020-02-24ipptest: Refactor to call unmap and destroy together for struct kms_boHoegeun Kwon3-14/+21
2020-02-24ipptest: Remove unnecessary arrays in fimc_m2m_set_mode()Hoegeun Kwon1-11/+10
2020-02-24ipptest: fix possible division by zeroSeung-Woo Kim1-0/+3
2020-02-24ipptest: refactor the function connector_find_mode()Seung-Woo Kim6-30/+68
2020-02-24ipptest: fix build warningsSeung-Woo Kim2-6/+4
2020-02-24ipptest: fix to load only exynos modulesSeung-Woo Kim2-29/+10
2020-02-24ipptest: fix memory leak issues during dumping connectorSeung-Woo Kim1-1/+3
2020-02-24ipptest: add missed variable typeSeung-Woo Kim1-1/+1
2020-02-24ipptest: fix possible NULL deference in error pathSeung-Woo Kim2-4/+3