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