summaryrefslogtreecommitdiff
path: root/tests/kms_plane_scaling.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-12tests/kms_plane_scaling: Skip fp16 formats on pre-iclVille Syrjälä1-4/+28
2019-04-24tests/kms_plane_scaling: Update list of supported pixel formats for rotationMika Kahola1-6/+21
2019-04-18tests/kms_plane_scaling: Skip testing unsupported fp16 featuresKevin Strasser1-2/+9
2019-04-10tests/kms_plane_scaling: Check supported pixel formatMika Kahola1-1/+2
2019-04-08tests/kms_plane_scaling: Check supported format for rotationMika Kahola1-3/+1
2019-04-02tests/kms_plane_scaling: Use IGT helpers for selecting planes to scaleNicholas Kazlauskas1-8/+18
2019-03-22tests/kms_plane_scaling: Minimum width and height for planar YUV formats on i...Mika Kahola1-1/+1
2019-03-21tests/kms_plane_scaling: Ensure minimum height and width for planar uyv formatsMika Kahola1-1/+14
2019-03-12tests/kms_plane_scaling: Rip out unused igt_pipe_crc_tArkadiusz Hiler1-7/+0
2019-01-08tests: Enable plane tests for AMDGPUNicholas Kazlauskas1-1/+1
2019-01-08tests/kms_plane_scaling: Add support for testing AMDGPUNicholas Kazlauskas1-17/+41
2018-10-01igt: Require a display (KMS enabled) for KMS testsChris Wilson1-1/+1
2018-09-06tests/kms_plane_scaling: Allow DRM_FORMAT_RGB565 rotation on gen>=11Juha-Pekka Heikkila1-3/+4
2018-05-23tests/kms_plane_scaling: Reduce the fb size 8x8 from 9x9Ville Syrjälä1-1/+1
2018-05-23tests/kms_plane_scaling: Allow clip test to fail with YUVVille Syrjälä1-1/+10
2018-04-12igt/kms_plane_scaling: Open DRM_MASTERChris Wilson1-1/+1
2018-04-03tests/kms_plane_scaling: fb height to be min 16 for NV12Vidya Srinivas1-1/+1
2018-03-15tests/kms_plane_scaling: Change minimum fb height for YUV 420 planarVidya Srinivas1-0/+2
2018-02-20tests/kms_plane_scaling: Use existing igt_kms apis to paint the fbCarlos Santa1-12/+2
2018-02-12lib/igt_fb: Add igt_fb_supported_format()Maarten Lankhorst1-18/+4
2018-02-12tests: Always call igt_remove_fb without checking.Maarten Lankhorst1-6/+1
2018-02-05tests/kms_plane_scaling: Test all pixel formats with clamping and clipping tooMaarten Lankhorst1-18/+43
2018-02-05tests/kms_plane_scaling: Test all pixel formats in pipe-*-scaler-with-rotationMaarten Lankhorst1-17/+29
2018-02-01lib/igt_fb: Add igt_put_cairo_ctx as counter to igt_get_cairo_ctxMaarten Lankhorst1-2/+1
2018-01-17tests/kms_plane_scaling: test for multi pipe with scaling, v3.Jyoti Yadav1-1/+92
2018-01-17tests/kms_plane_scaling: test scaler with clipping clamping, v3.Jyoti Yadav1-0/+43
2018-01-17tests/kms_plane_scaling: test scaling with tiling rotation and pixel formats,...Jyoti Yadav1-1/+129
2018-01-17tests/kms_plane_scaling: Clean up tests to work better with igt_kms, v2.Maarten Lankhorst1-136/+99
2018-01-17tests/kms_plane_scaling: Move get_num_scalers to a function, v2.Maarten Lankhorst1-6/+16
2018-01-17tests/kms_plane_scaling: Convert from simple test to full testMaarten Lankhorst1-25/+21
2018-01-17tests/kms_plane_scaling: Fix basic scaling test, v3.Mahesh Kumar1-9/+16
2018-01-17tests/kms_plane_scaling: Move the actual test to its own function.Maarten Lankhorst1-109/+117
2017-11-06tests/kms_plane_scaling: Fix off-by-one plane selectionGabriel Krisman Bertazi1-3/+3
2017-10-02tests: Stop looking at plane private membersMaarten Lankhorst1-13/+1
2017-03-21Restore "lib: Open debugfs files for the given DRM device"Chris Wilson1-2/+2
2017-03-21Revert "lib: Open debugfs files for the given DRM device"Tomeu Vizoso1-2/+2
2017-03-21lib: Open debugfs files for the given DRM deviceTomeu Vizoso1-2/+2
2017-01-31tests/kms_plane_scaling: Add support for dynamic number of planesRobert Foss1-7/+7
2016-12-08igt_kms: Remove support for drivers with <1 drm_planeLyude1-1/+0
2016-07-26igt_kms: Remove pan members from igt_plane, v2.Maarten Lankhorst1-1/+1
2016-07-26tests/kms: Clean up more users of unassigned pipes.Maarten Lankhorst1-3/+2
2016-01-08lib: Extract some common fb create+fill methods into helpersVille Syrjälä1-46/+14
2015-11-03tests: Run igt.cocciDaniel Stone1-1/+1
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke1-1/+1
2015-08-21lib: add a single include headerThomas Wood1-6/+1
2015-04-14i-g-t: Adding plane scaling test casechandra konduru1-0/+369