summaryrefslogtreecommitdiff
path: root/tests/kms_panel_fitting.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-05tests/kms: fix buckets and mega featuresSwati Sharma1-1/+1
2023-11-27tests/kms/testplan: Avoid duplicate names on Mega feature vs FunctionalityBhanuprakash Modem1-1/+1
2023-11-27tests/kms/testplan: Optimize KMS testplan documentationBhanuprakash Modem1-8/+4
2023-11-27tests/kms/testplan: Move testplan documentation to beginning of the fileBhanuprakash Modem1-4/+7
2023-09-11tests: Intel KMS: drop Run type fieldMauro Carvalho Chehab1-2/+0
2023-08-16tests/kms_panel_fitting: Document each subtest for testplanBhanuprakash Modem1-0/+21
2023-06-28tests/kms: Use drm_close_driver() to close the drm fdBhanuprakash Modem1-1/+1
2023-04-28tests/kms_panel_fitting: Add XE supportBhanuprakash Modem1-3/+9
2022-10-05kms_panel_fitting: Close device before exitChris Wilson1-1/+3
2022-06-22tests/kms_panel_fitting: Convert test to dynamicSwati Sharma1-103/+101
2022-04-29tests/kms_panel_fitting: Skip atomic-fastset for non-i915Alex Hung1-0/+1
2022-04-29tests/kms_panel_fitting: Use 800x600 as lowest resolution for AMD devicesAlex Hung1-2/+7
2021-10-11igt: s/DRM_FORMAT_MOD_NONE/DRM_FORMAT_MOD_LINEAR/Ville Syrjälä1-5/+5
2021-07-15Nuke local versions of DRM_FORMAT and DRM_MODELucas De Marchi1-5/+5
2021-06-07lib/i915: Add intel_display_ver() and use it in display tests/libsMatt Roper1-1/+1
2021-05-18tests/kms_panel_fitting: Move Intel GEN check under a is_i915_deviceMark Yacoub1-25/+36
2021-04-19Added test description for kms testsNidhi Gupta1-0/+2
2020-05-20Always pass device to igt_params_setChris Wilson1-1/+1
2019-12-18tests: Open DRM_MASTER for display operationsChris Wilson1-1/+1
2019-12-03tests/i915/kms: remove igt_skip_on_simulation()Swati Sharma1-2/+0
2019-09-02tests/kms_panel_fitting: Fix plane scaling avoidance on gen7/gen8Matt Roper1-5/+19
2018-10-01igt: Require a display (KMS enabled) for KMS testsChris Wilson1-1/+1
2018-07-25tests/kms_panel_fitting: Do not use scaling on gen7 and gen8, v2.Maarten Lankhorst1-1/+5
2018-05-24tests/kms_panel_fitting: Make test pass on gen9's pipe CMaarten Lankhorst1-0/+11
2018-03-12tests/kms_panel_fitting: Test cleanups.Maarten Lankhorst1-55/+19
2018-02-12tests: Always call igt_remove_fb without checking.Maarten Lankhorst1-12/+3
2018-02-05tests/kms_panel_fitting: Remove dead codeMaarten Lankhorst1-36/+16
2017-10-20lib/igt_kms: Rework connector properties to be more atomic, v2.Maarten Lankhorst1-1/+1
2017-10-02tests: Stop looking at plane private membersMaarten Lankhorst1-13/+1
2017-09-22tests/kms_panel_fitting: Use igt_cairo_image_surface_create_from_png_file()Ville Syrjälä1-1/+1
2017-01-31tests/kms_panel_fitting: Add support for dynamic number of planesRobert Foss1-8/+8
2016-11-28kms_panel_fitting: Add some more tests for fastset testing.Maarten Lankhorst1-4/+19
2016-07-27lib/debugs: nuke igt_crc_equal againDaniel Vetter1-13/+0
2016-07-26kms_panel_fitting: Add tests for fastboot.Maarten Lankhorst1-7/+94
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-05-03kms_panel_fitting: Enable connectors with "scaling mode" property set.Robert Foss1-3/+12
2016-05-03kms_panel_fitting: Enabled test on non-Intel hardware.Robert Foss1-1/+1
2016-05-03kms_panel_fitting: Switched DRM format to a hardware agnostic alternative.Robert Foss1-5/+5
2016-05-03kms_panel_fitting: Remove un-used variable.Robert Foss1-1/+0
2016-05-03kms_panel_fitting: Remove un-read variable pipe_crc.Robert Foss1-9/+0
2016-05-03kms_panel_fitting: Remove un-read variable.Robert Foss1-2/+0
2016-05-03kms_panel_fitting: skips if there's a non-eDP display connected. Fix it.Robert Foss1-2/+3
2016-01-08lib: Extract some common fb create+fill methods into helpersVille Syrjälä1-33/+9
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-05-12i-g-t: Update kms_panel_fitting to work on other platformschandra konduru1-8/+0
2015-04-14i-g-t: Adding panel fitting test casechandra konduru1-0/+269