summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc
AgeCommit message (Expand)AuthorFilesLines
11 daysdrm/amd/display: fix BT.2020 YCbCr output CSC matrices for DCENathan Lucas2-6/+8
11 daysdrm/amd/display: fix BT.2020 YCbCr limited output CSC matrixNathan Lucas1-11/+20
2026-08-19drm/amd/display: Check for tg ops in dce110_set_avmuteRay Wu1-1/+4
2026-08-19drm/amd/display: Add AV mute wait frames to dce110_set_avmuteRay Wu1-1/+20
2026-08-09drm/amd/display: check GRPH_FLIP status before sending eventLeo Li2-0/+46
2026-08-09drm/amd/display: use proper context for loggingJiri Slaby (SUSE)1-11/+9
2026-08-09drm/amd/display: Silence link_dpms I2C retimer failuresAlan Swanson1-8/+8
2026-08-09drm/amd/display: Increase HDMI AV mute wait from 2 to 3 framesRay Wu1-5/+11
2026-08-09drm/amd/display: Fix divide-by-zero in calculate_mcache_setting on zero viewportGeorge Zhang1-6/+25
2026-08-09drm/amd/display: check if dml21_add_phantom_plane() is successfulAlex Deucher1-8/+7
2026-08-03drm/amd/display: Fix DTB DTO updates breaking live pixel rate sourcesHarry Wentland2-2/+16
2026-08-03drm/amd/display: dce100: skip non-DP stream encoders for DP MSTAndriy Korud1-1/+6
2026-08-03drm/amd/display: detect_link_and_local_sink: DP alt mode timeout path leaks p...WenTao Liang1-1/+4
2026-08-03drm/amd/display: use kvzalloc to allocate struct dcHonglei Huang1-3/+3
2026-08-03drm/amd/display: set MSA MISC1 bit 6 when using VSC SDP for DCE 11.xLeorize2-2/+16
2026-08-03drm/amd/display: Restore periodic detection for DCN35Ivan Lipski3-4/+2
2026-08-03drm/amd/display: Add dp_skip_rbr flag for NUTMEGTimur Kristóf3-4/+6
2026-08-03drm/amd/display: Fix preferred link rate for NUTMEGTimur Kristóf1-1/+3
2026-07-24drm/amd/display: Fix Color Manager (3DLUT, Shaper, Blend)Dillon Varone18-689/+1439
2026-06-03drm/amd/display: Bound VBIOS record-chain walk loopsHarry Wentland3-14/+33
2026-06-03drm/amd/display: Reject gpio_bitshift >= 32 in bios_parser_get_gpio_pin_info()Harry Wentland1-2/+4
2026-06-03drm/amd/display: Use krealloc_array() in dal_vector_reserve()Harry Wentland1-2/+2
2026-06-03drm/amd/display: Clamp VBIOS HDMI retimer register count to array sizeHarry Wentland1-16/+32
2026-06-03drm/amd/display: Fix out-of-bounds read in dp_get_eq_aux_rd_interval()Harry Wentland1-1/+1
2026-06-03drm/amd/display: add missing CSC entries for BT.2020 for DCE IPsLeorize2-2/+18
2026-05-27drm/amd/display: Write REFCLK to 48MHz on DCN21Ivan Lipski1-2/+13
2026-05-19drm/amd/display: Validate payload length and link_index in dc_process_dmub_au...Harry Wentland1-1/+5
2026-05-19drm/amd/display: Validate GPIO pin LUT table size before iteratingHarry Wentland1-0/+9
2026-05-19drm/amd/display: Fix integer overflow in bios_get_image()Harry Wentland1-3/+6
2026-05-12drm/amd/display: Wrap DCN32 phantom-plane allocation in DC_RUN_WITH_PREEMPTIO...Mikhail Gavrilov1-1/+7
2026-04-29drm/amd/display: Read EDID from VBIOS embedded panel infoTimur Kristóf1-0/+62
2026-04-29drm/amd/display: Allow constructing DCE8 link encoder without DDCTimur Kristóf1-1/+2
2026-04-29drm/amd/display: Allow constructing DCE6 link encoder without DDCTimur Kristóf1-1/+2
2026-04-29drm/amd/display: Allow DCE link encoder without AUX registersTimur Kristóf1-1/+3
2026-04-29drm/amd/display: Allow embedded connectors without DDCTimur Kristóf3-2/+7
2026-04-28drm/amd/display: Update MCIF_ADDR macro to address IGT DWB regressionGaghik Khachatrian1-2/+2
2026-04-24drm/amd/display: Restore analog connector supportRoman Li3-37/+71
2026-04-22drm/amd/display: Disable 10-bit truncation and dithering on DCE 6.xTimur Kristóf1-0/+6
2026-04-17drm/amd/display: Move dml2_destroy to non-FPU compilation unitRafal Ostrowski3-12/+13
2026-04-17drm/amd/display: Fix fpu guard warningWayne Lin8-8/+36
2026-04-17drm/amd/display: Promote DC to 3.2.378Taimur Hassan1-1/+1
2026-04-17drm/amd/display: add pstate schedule admissibility flags and frame-time utilityWenjing Liu3-0/+14
2026-04-17drm/amd/display: add const qualifiers to watermark params structWenjing Liu1-17/+17
2026-04-17drm/amd/display: fix math_mod() using arg1 instead of arg2Wenjing Liu1-1/+1
2026-04-17drm/amd/display: Fix compiler warningsGaghik Khachatrian3-6/+8
2026-04-17drm/amd/display: Remove redundant includes from DCRoman Li2-4/+0
2026-04-17drm/amd/display: Promote DC to 3.2.377Taimur Hassan1-1/+1
2026-04-17drm/amd/display: Fix coding style issueChuanyu Tseng1-2/+3
2026-04-17drm/amd/display: Remove Duplicate Prefetch ParameterZheng, Austin2-3/+0
2026-04-17drm/amd/display: Add DCN42 PMO policy for DML2.1Nicholas Kazlauskas5-7/+229