summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/selftests
AgeCommit message (Expand)AuthorLines
2022-07-11drm: selftest: convert drm_mm selftest to KUnitArthur Grillo-2667/+0
2022-07-11drm: selftest: convert drm_buddy selftest to KUnitMaíra Canal-1010/+1
2022-07-11drm: selftest: convert drm_framebuffer selftest to KUnitMaíra Canal-416/+1
2022-07-11drm: selftest: convert drm_dp_mst_helper selftest to KUnitMaíra Canal-281/+1
2022-07-11drm: selftest: convert drm_plane_helper selftest to KUnitMaíra Canal-228/+2
2022-07-11drm: selftest: convert drm_format selftest to KUnitMaíra Canal-288/+1
2022-07-11drm: selftest: convert drm_rect selftest to KUnitMaíra Canal-232/+1
2022-07-11drm: selftest: convert drm_cmdline_parser selftest to KUnitMaíra Canal-1210/+1
2022-07-11drm: selftest: convert drm_damage_helper selftest to KUnitMaíra Canal-712/+1
2022-06-28drm/display/selftests: drop extra word 'for' in comments for MST selftestsJiang Jian-1/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä-0/+2
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann-2/+2
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard-4/+4
2022-03-21drm/selftest: plane_helper: Put test structures in static storageNathan Chancellor-4/+4
2022-03-07drm/selftests: missing error code in igt_buddy_alloc_smoke()Dan Carpenter-1/+3
2022-03-04drm/selftests: fix a shift-out-of-bounds bugArunpravin-3/+3
2022-02-23drm/selftests: add drm buddy pathological testcaseArunpravin-0/+131
2022-02-23drm/selftests: add drm buddy smoke testcaseArunpravin-0/+140
2022-02-23drm/selftests: add drm buddy pessimistic testcaseArunpravin-0/+148
2022-02-23drm/selftests: add drm buddy optimistic testcaseArunpravin-0/+81
2022-02-23drm/selftests: add drm buddy alloc range testcaseArunpravin-0/+389
2022-02-23drm/selftests: add drm buddy alloc limit testcaseArunpravin-0/+60
2022-02-23drm/selftests: Move i915 buddy selftests into drmArunpravin-1/+60
2022-01-31drm: remove allow_fb_modifiersTomohito Esaki-1/+0
2022-01-19drm/selftests/test-drm_dp_mst_helper: Fix memory leak in sideband_msg_req_enc...José Expósito-1/+3
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann-1/+1
2022-01-17drm/dp: Move DisplayPort helpers into separate helper moduleThomas Zimmermann-1/+1
2021-12-20mock a drm_plane in igt_check_plane_state to make the test more robustClaudio Suarez-0/+4
2021-10-22drm/i915/selftests: Properly reset mock object propers for each testDaniel Vetter-0/+1
2021-08-02drm: Fix oops in damage self-tests by mocking damage propertyDaniel Vetter-216/+71
2021-06-23drm: allow drm_atomic_print_state() to accept any drm_printerAbhinav Kumar-0/+1
2020-11-17drm/selftests/test-drm_dp_mst_helper: Move 'sideband_msg_req_encode_decode' o...Lee Jones-3/+8
2020-11-17drm/selftests/test-drm_dp_mst_helper: Place 'struct drm_dp_sideband_msg_req_b...Lee Jones-11/+20
2020-11-17drm/selftests/test-drm_framebuffer: Remove set but unused variable 'fb'Lee Jones-2/+1
2020-11-17drm/selftests/test-drm_mm: Mark 'hole_end' as always_unusedLee Jones-1/+1
2020-09-01drm/mst: Add support for QUERY_STREAM_ENCRYPTION_STATUS MST sideband messageSean Paul-0/+17
2020-06-23drm/mm/selftests: fix wrong return type castingNirmoy Das-14/+7
2020-06-23drm/mm: optimize find_hole() as wellChristian König-11/+0
2020-06-16drm/kselftest: fix spellint typo in test-drm_mm.cMasanari Iida-1/+1
2020-06-08drm/mm: add ig_frag selftestNirmoy Das-0/+125
2020-02-12drm/modes: Make sure to parse valid rotation value from cmdlineStephan Gerhold-2/+14
2020-01-13Merge tag 'amd-drm-next-5.6-2020-01-10-dp-mst-dsc' of git://people.freedeskto...Dave Airlie-4/+8
2020-01-09drm/dp_mst: Add PBN calculation for DSC modesDavid Francis-4/+8
2019-12-16drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2)Hans de Goede-0/+23
2019-12-16drm/modes: parse_cmdline: Allow specifying stand-alone optionsHans de Goede-0/+52
2019-12-16drm/modes: parse_cmdline: Accept extras directly after mode combined with opt...Hans de Goede-0/+25
2019-12-16drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', 'Hans de Goede-0/+27
2019-11-28drm/selftests: Add drm_rect selftestsVille Syrjälä-1/+236
2019-10-04drm/mm: Use helpers for drm_mm_node booleansChris Wilson-7/+7
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard-0/+137