summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests/drm_hdmi_state_helper_test.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-02drm/tests: hdmi: Handle drm_kunit_helper_enable_crtc_connector() returning ED...José Expósito1-0/+143
2025-06-02drm/tests: hdmi: Add test for unsuccessful fallback to YUV420Cristian Ciocaltea1-0/+87
2025-06-02drm/tests: hdmi: Add max TMDS rate fallback tests for YUV420 modeCristian Ciocaltea1-0/+154
2025-06-02drm/tests: hdmi: Rename max TMDS rate fallback testsCristian Ciocaltea1-4/+4
2025-06-02drm/tests: hdmi: Add limited range tests for YUV420 modeCristian Ciocaltea1-5/+103
2025-06-02drm/tests: hdmi: Switch to drm_atomic_get_new_connector_state() where possibleCristian Ciocaltea1-6/+6
2025-06-02drm/tests: hdmi: Setup ycbcr_420_allowed before initializing connectorCristian Ciocaltea1-0/+2
2025-06-02drm/tests: hdmi: Drop unused drm_kunit_helper_connector_hdmi_init_funcs()Cristian Ciocaltea1-10/+0
2025-06-02drm/tests: hdmi: Replace open coded EDID setupCristian Ciocaltea1-142/+92
2025-06-02drm/tests: hdmi: Add macro to simplify EDID setupCristian Ciocaltea1-18/+28
2025-06-02drm/tests: hdmi: Switch to 'void *' type for EDID dataCristian Ciocaltea1-2/+2
2025-06-02drm/tests: hdmi: Replace '[_]MHz' with 'mhz'Cristian Ciocaltea1-4/+4
2025-03-20drm/tests: hdmi_state_helpers: Switch to new helperMaxime Ripard1-66/+92
2025-03-03drm/tests: Drop drm_kunit_helper_acquire_ctx_alloc()Maxime Ripard1-104/+150
2025-02-06drm/tests: hdmi: Fix recursive lockingMaxime Ripard1-57/+57
2025-02-06drm/tests: hdmi: Reorder DRM entities variables assignmentMaxime Ripard1-39/+42
2025-02-06drm/tests: hdmi: Remove redundant assignmentsMaxime Ripard1-4/+0
2025-02-06drm/tests: hdmi: Fix WW_MUTEX_SLOWPATH failuresMaxime Ripard1-0/+7
2025-01-14drm/tests: hdmi: Add connector disablement testLiu Ying1-0/+52
2024-12-05drm/display: hdmi: add generic mode_valid helperDmitry Baryshkov1-5/+175
2024-12-05drm/tests: hdmi: return meaningful value from set_connector_edid()Dmitry Baryshkov1-16/+15
2024-12-05drm/tests: hdmi: rename connector creation functionDmitry Baryshkov1-101/+101
2024-12-05drm/tests: hdmi: handle empty modes in find_preferred_mode()Dmitry Baryshkov1-1/+1
2024-10-31drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()Jinjie Ruan1-4/+4
2024-06-20drm/tests: add drm_hdmi_state_helper_test MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-05-28drm/connector: hdmi: Add Infoframes generationMaxime Ripard1-0/+1
2024-05-28drm/tests: Add RGB Quantization testsMaxime Ripard1-0/+355
2024-05-28drm/tests: Add tests for Broadcast RGB propertyMaxime Ripard1-0/+151
2024-05-28drm/tests: Add HDMI connector bpc and format testsMaxime Ripard1-0/+509
2024-05-28drm/connector: hdmi: Compute bpc and format automaticallyMaxime Ripard1-9/+16
2024-05-28drm/tests: Add HDMI connector rate filter hook testsMaxime Ripard1-0/+65
2024-05-28drm/connector: hdmi: Add custom hook to filter TMDS character rateMaxime Ripard1-0/+4
2024-05-28drm/tests: Add TDMS character rate connector state testsMaxime Ripard1-0/+166
2024-05-28drm/connector: hdmi: Calculate TMDS character rateMaxime Ripard1-0/+3
2024-05-28drm/tests: Add output formats testsMaxime Ripard1-0/+32
2024-05-28drm/connector: hdmi: Add support for output formatMaxime Ripard1-5/+17
2024-05-28drm/tests: Add output bpc testsMaxime Ripard1-0/+438