summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display
AgeCommit message (Expand)AuthorFilesLines
13 daysdrm/amd/display: Fix dcn32 DTB DTO update breaking live pixel rate sourcesHarry Wentland1-1/+8
13 daysdrm/amd/display: set new_stream to NULL after releaseWenTao Liang1-0/+1
13 daysdrm/amd/display: detect_link_and_local_sink: DP alt mode timeout path leaks p...WenTao Liang1-1/+4
13 daysdrm/amd/display: Handle struct drm_plane_state.ignore_damage_clipsThomas Zimmermann1-4/+6
13 daysRevert "drm/amd/display: Add missing kdoc for ALLM parameters"Sasha Levin1-2/+0
2026-07-24drm/amd/display: Add missing kdoc for ALLM parametersSrinivasan Shanmugam1-0/+2
2026-07-24drm/amd: Fix set but not used warningsTiezhu Yang1-7/+4
2026-07-04drm/amd/display: Bound VBIOS record-chain walk loopsHarry Wentland3-14/+33
2026-06-19drm/amd/display: Use krealloc_array() in dal_vector_reserve()Harry Wentland1-2/+2
2026-06-19drm/amd/display: Fix NULL deref and buffer over-read in SDP debugfsHarry Wentland1-0/+5
2026-06-19drm/amd/display: Clamp VBIOS HDMI retimer register count to array sizeHarry Wentland1-16/+32
2026-06-19drm/amd/display: Clamp HDMI HDCP2 rx_id_list read to buffer sizeHarry Wentland1-1/+2
2026-06-19drm/amd/display: Reject gpio_bitshift >= 32 in bios_parser_get_gpio_pin_info()Harry Wentland1-2/+4
2026-06-01drm/amd/display: Validate payload length and link_index in dc_process_dmub_au...Harry Wentland1-1/+5
2026-06-01drm/amd/display: Validate GPIO pin LUT table size before iteratingHarry Wentland1-0/+9
2026-06-01drm/amd/display: Fix integer overflow in bios_get_image()Harry Wentland1-3/+6
2026-05-23drm/amd/display: Read EDID from VBIOS embedded panel infoTimur Kristóf2-0/+66
2026-05-23drm/amd/display: Allow DCE link encoder without AUX registersTimur Kristóf1-1/+3
2026-05-17drm/amd/display: Do not skip unrelated mode changes in DSC validationYussuf Khalil3-2/+11
2026-03-25drm/amd/display: Fix DisplayID not-found handling in parse_edid_displayid_vrr()Srinivasan Shanmugam1-2/+2
2026-03-25drm/amd/display: Wrap dcn32_override_min_req_memclk() in DC_FP_{START, END}Xi Ruoyao1-0/+2
2026-03-25drm/amd/display: Add pixel_clock to amd_pp_display_configurationTimur Kristóf3-2/+3
2026-03-25drm/amd/display: Use GFP_ATOMIC in dc_create_stream_for_sinkNatalie Vock1-1/+1
2026-03-04drm/amd/display: Remove conditional for shaper 3DLUT power-onAlex Hung1-2/+1
2026-03-04drm/amd/display: Avoid updating surface with the same surface under MPOWayne Lin1-1/+1
2026-03-04drm/amd/display: Use same max plane scaling limits for all 64 bpp formatsMario Kleiner1-0/+5
2026-02-06drm/amd/display: use udelay rather than fsleepAlex Deucher1-1/+1
2026-01-30drm/amd/display: Bump the HDMI clock to 340MHzMario Limonciello2-2/+4
2026-01-30drm/amd/display: Check dce_hwseq before dereferencing itAlex Hung1-1/+1
2026-01-17drm/amd/display: Fix DP no audio issueCharlene Liu1-4/+4
2026-01-11drm/amd/display: Fix null pointer deref in dcn20_resource.cAurabindo Pillai1-4/+5
2026-01-11drm/amd/display: Use GFP_ATOMIC in dc_create_plane_state()Alex Deucher1-1/+1
2026-01-11drm/amd/display: Fix logical vs bitwise bug in get_embedded_panel_info_v2_1()Dan Carpenter1-4/+4
2025-12-07drm/amd/display: Check NULL before accessingAlex Hung1-3/+8
2025-12-01drm/amd/display: Move sleep into each retry for retrieve_link_cap()Mario Limonciello (AMD)1-4/+5
2025-12-01drm/amd/display: Increase DPCD read retriesMario Limonciello (AMD)1-1/+1
2025-11-24drm/amd/display: Fix black screen with HDMI outputsAlex Hung1-0/+1
2025-11-24drm/amd/display: Enable mst when it's detected but yet to be initializedWayne Lin1-1/+9
2025-11-24drm/amd/display: Add AVI infoframe copy in copy_stream_update_to_streamKarthi Kandasamy3-1/+15
2025-11-24drm/amd/display: Disable VRR on DCE 6Timur Kristóf3-1/+10
2025-11-24drm/amd/display: Fix DVI-D/HDMI adaptersTimur Kristóf1-0/+4
2025-11-24drm/amd/display: update dpp/disp clock from smu clock tablePaul Hsieh2-3/+33
2025-11-24drm/amd/display: add more cyan skillfish devicesAlex Deucher2-1/+12
2025-11-24drm/amd/display: Increase AUX Intra-Hop Done Max Wait DurationMichael Strauss1-2/+7
2025-11-24drm/amd/display: ensure committing streams is seamlessClay King1-0/+12
2025-10-19drm/amd/display: Properly disable scaling on DCE6Timur Kristóf2-4/+13
2025-10-19drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6Timur Kristóf1-4/+2
2025-10-19drm/amd/display: Add missing DCE6 SCL_HORZ_FILTER_INIT* SRIsTimur Kristóf1-0/+2
2025-10-15drm/amd/display: Remove redundant semicolonsLiao Yuanhong1-1/+0
2025-10-02minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-0/+2