summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-09-10ipptest: fix PROC_USE.VULNERABLE issuesubmit/tizen/20180910.071134accepted/tizen/unified/20180911.055335Inki Dae1-2/+2
2018-08-20ipptest: Add the guide message for usersubmit/tizen/20180829.090834accepted/tizen/unified/20180830.182639Hoegeun Kwon2-2/+5
2018-08-20ipptest: Fix argument error of page flip flagHoegeun Kwon1-5/+1
2018-08-09ipptest: add support for newly merged Exynos DRM IPPv2 kernel interfaceMarek Szyprowski5-6/+320
2018-03-23tests: fix memory leak issueInki Dae1-3/+6
2018-03-22ipptest: change variable name for better readabilitySeung-Woo Kim1-6/+28
2018-03-22ipptest fix type-punned pointer build warningSeung-Woo Kim2-2/+2
2018-03-22ipptest: fix to clear gem handle for error caseSeung-Woo Kim1-0/+2
2018-03-16tests/exynos: remove dead conditionsubmit/tizen/20180320.004319accepted/tizen/unified/20180320.065810Seung-Woo Kim1-7/+0
2018-03-15ipptest: fix not calling munmap not allocated gem on error pathSeung-Woo Kim1-20/+22
2018-03-13ipptest: fix not to process non-created gemsubmit/tizen/20180314.034225accepted/tizen/unified/20180314.141421Seung-Woo Kim2-12/+28
2018-03-13ipptest: fix possibility for out of array boundsSeung-Woo Kim2-2/+2
2018-03-13ipptest: fix to initialize pipe parameter alwaysSeung-Woo Kim1-4/+2
2018-03-13ipptest: fix memory leak issues during dumping connectorSeung-Woo Kim1-1/+3
2018-03-13ipptest: fix to check null before deferencingSeung-Woo Kim1-1/+2
2018-03-13ipptest: rotator: fix invalid parameter for munmapSeung-Woo Kim1-1/+1
2018-02-26tests: add nexell drm to default test modulesSooChan Lim1-0/+1
2018-02-26ipptest: Add support for the source resolution use to variousHoegeun Kwon3-20/+84
2018-02-26ipptest: add null check and error handlerSeung-Woo Kim1-1/+28
2018-02-26ipptest: Fix the source image size to 720x1280Hoegeun Kwon1-8/+8
2018-02-26ipptest: Fix the output image size when outputting to a file or displayHoegeun Kwon1-2/+9
2018-02-26ipptest: Fix to use the sizeof operator correctlyHoegeun Kwon1-7/+7
2018-02-26ipptest: replace malloc + memset with callocSeung-Woo Kim1-16/+7
2018-02-26ipptest: Remove strerror()Hoegeun Kwon8-98/+81
2018-02-26ipptest: Fix implicit-function-declaration build warningHoegeun Kwon2-0/+2
2018-02-26ipptest: Fix unused-but-set-variable build warningHoegeun Kwon1-12/+0
2018-02-26ipptest: Fix switch build warningHoegeun Kwon1-0/+2
2018-02-26ipptest: Fix unused-variable build warningsHoegeun Kwon1-2/+0
2018-02-26ipptest: Fix success message for get drm_connectorHoegeun Kwon1-3/+2
2018-02-26ipptest: Refactor to call unmap and destroy together for struct kms_boHoegeun Kwon3-14/+21
2018-02-26ipptest: Remove unnecessary arrays in fimc_m2m_set_mode()Hoegeun Kwon1-11/+10
2018-02-26ipptest: fix possible division by zeroSeung-Woo Kim1-0/+3
2018-02-26ipptest: refactor the function connector_find_mode()Seung-Woo Kim6-30/+68
2018-02-26ipptest: fix build warningsSeung-Woo Kim2-6/+4
2018-02-26ipptest: fix to load only exynos modulesSeung-Woo Kim2-29/+10
2018-02-26ipptest: fix memory leak issues during dumping connectorSeung-Woo Kim1-1/+3
2018-02-26ipptest: add missed variable typeSeung-Woo Kim1-1/+1
2018-02-26ipptest: fix possible NULL deference in error pathSeung-Woo Kim2-4/+3
2018-02-26ipptest: Add the set crtc for display modeHoegeun Kwon1-0/+10
2018-02-26ipptest: fix rotation test issueHoegeun Kwon3-3/+74
2018-02-26ipptest: fix the 270 degree rotation angleHoegeun Kwon1-3/+12
2018-02-26ipptest: pass through for get property errorSeung-Woo Kim1-0/+3
2018-02-26ipptest: check 0 value before divisionSeung-Woo Kim1-1/+1
2018-02-26ipptest: added M2M to screen on fimc_m2m_set_modeHoegeun Kwon8-170/+1169
2018-02-26tests/exynos: fix support for running under 64bit kernelMarek Szyprowski6-0/+24
2018-02-26ipptest: change result directorySeung-Woo Kim6-11/+15
2018-02-26ipptest: replace DRM_EXYNOS_GEM_MAP_OFFSET/MMAP with generic mmapSeung-Woo Kim10-36/+97
2018-02-26drm: ipptest: support ipp dynamic color rangeDonghwa Lee1-0/+2
2018-02-26ipptest: add fimc and rotator test applicationsInki Dae19-0/+2719
2018-02-08tests/amdgpu: add bo eviction testChunming Zhou2-1/+182