summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-10ipptest: Fix wunused-label build warningsubmit/tizen_5.0/20181101.000007submit/tizen/20181102.014132submit/tizen/20181011.023710accepted/tizen/unified/20181011.095040accepted/tizen/5.0/unified/20181102.030626tizen_5.0old/tizen_20190318accepted/tizen_5.0_unifiedHoegeun Kwon1-7/+6
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-26libdrm: exynos: add support kernel userspace api for IPPv2 callssubmit/tizen/20180403.011904submit/tizen/20180330.043331accepted/tizen/unified/20180404.063356Marek Szyprowski1-0/+253
2018-03-23libdrm: Use readdir instead of readdir_r to avoid build warningssubmit/tizen/20180326.015012accepted/tizen/unified/20180326.075308John Stultz1-19/+3
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-20nexell: fix to check return of drmIoctl()submit/tizen/20180322.023158accepted/tizen/unified/20180322.145022Seung-Woo Kim1-1/+4
2018-03-20VIGS: fix always to check return of drmIoctl()Seung-Woo Kim1-2/+9
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-26nexell: add gem buffer typesubmit/tizen/20180227.012056accepted/tizen/unified/20180227.063120Inki Dae1-0/+49
2018-02-26tests: add nexell drm to default test modulesSooChan Lim1-0/+1
2018-02-26nexell: add explicit cast for gem sizeSeung-Woo Kim1-1/+1
2018-02-26libdrm : add nexell apijino.cho8-0/+258
2018-02-26ipptest: Add support for the source resolution use to variousHoegeun Kwon3-20/+84
2018-02-26exynos/drm: sync with v4.1.36 rebased tree for exynos_ipp_prop_listHoegeun Kwon1-6/+3
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