summaryrefslogtreecommitdiff
path: root/tests/ipptest
AgeCommit message (Expand)AuthorFilesLines
2019-03-15ipptest: Fix wunused-label build warningsubmit/tizen/20190319.023836accepted/tizen/unified/20190320.082244old/tizen_20190424Hoegeun Kwon1-7/+6
2019-03-15ipptest: fix PROC_USE.VULNERABLE issueInki Dae1-2/+2
2019-03-15ipptest: Add the guide message for userHoegeun Kwon2-2/+5
2019-03-15ipptest: Fix argument error of page flip flagHoegeun Kwon1-5/+1
2019-03-15ipptest: add support for newly merged Exynos DRM IPPv2 kernel interfaceMarek Szyprowski5-6/+316
2019-03-15ipptest fix type-punned pointer build warningSeung-Woo Kim1-1/+1
2019-03-15ipptest: fix possibility for out of array boundsSeung-Woo Kim1-1/+1
2019-03-15ipptest: fix to initialize pipe parameter alwaysSeung-Woo Kim1-4/+2
2019-03-15ipptest: fix memory leak issues during dumping connectorSeung-Woo Kim1-1/+3
2019-03-15ipptest: fix to check null before deferencingSeung-Woo Kim1-1/+2
2019-03-15ipptest: Add support for the source resolution use to variousHoegeun Kwon3-20/+84
2019-03-15ipptest: add null check and error handlerSeung-Woo Kim1-1/+28
2019-03-15ipptest: Fix the source image size to 720x1280Hoegeun Kwon1-8/+8
2019-03-15ipptest: Fix the output image size when outputting to a file or displayHoegeun Kwon1-2/+9
2019-03-15ipptest: Fix to use the sizeof operator correctlyHoegeun Kwon1-7/+7
2019-03-15ipptest: replace malloc + memset with callocSeung-Woo Kim1-16/+7
2019-03-15ipptest: Remove strerror()Hoegeun Kwon4-56/+47
2019-03-15ipptest: Fix implicit-function-declaration build warningHoegeun Kwon1-0/+1
2019-03-15ipptest: Fix unused-but-set-variable build warningHoegeun Kwon1-12/+0
2019-03-15ipptest: Fix switch build warningHoegeun Kwon1-0/+2
2019-03-15ipptest: Fix unused-variable build warningsHoegeun Kwon1-2/+0
2019-03-15ipptest: Fix success message for get drm_connectorHoegeun Kwon1-3/+2
2019-03-15ipptest: Refactor to call unmap and destroy together for struct kms_boHoegeun Kwon3-14/+21
2019-03-15ipptest: Remove unnecessary arrays in fimc_m2m_set_mode()Hoegeun Kwon1-11/+10
2019-03-15ipptest: fix possible division by zeroSeung-Woo Kim1-0/+3
2019-03-15ipptest: refactor the function connector_find_mode()Seung-Woo Kim3-15/+34
2019-03-15ipptest: fix build warningsSeung-Woo Kim1-4/+2
2019-03-15ipptest: fix to load only exynos modulesSeung-Woo Kim1-15/+6
2019-03-15ipptest: add missed variable typeSeung-Woo Kim1-1/+1
2019-03-15ipptest: fix possible NULL deference in error pathSeung-Woo Kim1-2/+0
2019-03-15ipptest: Add the set crtc for display modeHoegeun Kwon1-0/+10
2019-03-15ipptest: fix rotation test issueHoegeun Kwon3-3/+74
2019-03-15ipptest: fix the 270 degree rotation angleHoegeun Kwon1-3/+12
2019-03-15ipptest: pass through for get property errorSeung-Woo Kim1-0/+3
2019-03-15ipptest: check 0 value before divisionSeung-Woo Kim1-1/+1
2019-03-15ipptest: added M2M to screen on fimc_m2m_set_modeHoegeun Kwon8-170/+1169
2019-03-15ipptest: change result directorySeung-Woo Kim3-5/+7
2019-03-15ipptest: replace DRM_EXYNOS_GEM_MAP_OFFSET/MMAP with generic mmapSeung-Woo Kim5-15/+46
2019-03-15drm: ipptest: support ipp dynamic color rangeDonghwa Lee1-0/+2
2019-03-15ipptest: add fimc and rotator test applicationsInki Dae9-0/+1354