summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display
AgeCommit message (Expand)AuthorFilesLines
13 daysdrm/amd/display: Fix DTB DTO updates breaking live pixel rate sourcesHarry Wentland2-2/+16
13 daysdrm/amd/display: dce100: skip non-DP stream encoders for DP MSTAndriy Korud1-1/+6
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-18drm/amd: Fix set but not used warningsTiezhu Yang1-6/+3
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: add missing CSC entries for BT.2020 for DCE IPsLeorize2-2/+18
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: Bound VBIOS record-chain walk loopsHarry Wentland3-14/+33
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-23drm/amdgpu: update the handle ptr in early_initSunil Khatri1-3/+3
2026-05-17drm/amd/display: Change dither policy for 10 bpc output back to ditheringMario Kleiner1-1/+1
2026-04-11drm/amd/display: Correct logic check error for fastbootCharlene Liu1-2/+2
2026-04-11drm/amd/display: Disable scaling on DCE6 for nowTimur Kristóf1-2/+2
2026-04-11drm/amd/display: Adjust DCE 8-10 clock, don't overclock by 15%Timur Kristóf1-7/+5
2026-04-11drm/amd/display: Fix DCE 6.0 and 6.4 PLL programming.Timur Kristóf2-14/+25
2026-04-11drm/amd/display: Keep PLL0 running on DCE 6.0 and 6.4Timur Kristóf1-1/+10
2026-04-11drm/amd/display: Disable fastboot on DCE 6 tooTimur Kristóf1-4/+2
2026-04-02drm/amd/display: Do not skip unrelated mode changes in DSC validationYussuf Khalil3-1/+9
2026-03-25drm/amd: fix dcn 2.01 checkAndy Nguyen1-4/+4
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/+3
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-25drm/amd/display: Fallback to boot snapshot for dispclkDillon Varone1-1/+5
2026-03-04drm/amd/display: Increase DCN35 SR enter/exit latencyLeo Li2-10/+10
2026-03-04drm/amd/display: Remove conditional for shaper 3DLUT power-onAlex Hung1-2/+1
2026-03-04drm/amd/display: bypass post csc for additional color spaces in dalClay King3-6/+25
2026-03-04drm/amd/display: Avoid updating surface with the same surface under MPOWayne Lin1-1/+1
2026-03-04drm/amd/display: Fix system resume lag issueTom Chung1-0/+10
2026-03-04drm/amd/display: Fix writeback on DCN 3.2+Alex Hung1-4/+15
2026-03-04drm/amd/display: avoid dig reg access timeout on usb4 link training failZhongwei1-2/+10
2026-03-04drm/amd/display: Fix GFX12 family constant checksMatthew Stewart2-3/+3
2026-03-04drm/amd/display: Disable FEC when powering down encodersOvidiu Bunea1-9/+15
2026-03-04drm/amd/display: only power down dig on phy endpointsDmytro Laktyushkin1-0/+2
2026-03-04drm/amd/display: Add signal type check for dcn401 get_phyd32clk_srcDmytro Laktyushkin1-3/+3
2026-03-04drm/amd/display: Fix dsc eDP issueCharlene Liu1-3/+9
2026-03-04drm/amd/display: Add USB-C DP Alt Mode lane limitation in DCN32LinCheng Ku1-3/+12
2026-03-04drm/amd/display: Use same max plane scaling limits for all 64 bpp formatsMario Kleiner1-0/+5
2026-03-04drm/amd/display: Fix out-of-bounds stream encoder index v3Srinivasan Shanmugam6-24/+24