summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/link/protocols
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: Fix possible overflow in integer multiplicationAlex Hung2024-07-011-1/+1
* drm/amd/display: Validate function returnsAlex Hung2024-06-271-2/+1
* drm/amd/display: Fix reduced resolution and refresh rateDaniel Sa2024-06-271-10/+11
* drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is presentMichael Strauss2024-06-271-1/+9
* Revert "drm/amd/display: workaround for oled eDP not lighting up on DCN401"Joshua Aberback2024-06-141-3/+0
* drm/amd/display: Remove reduntant comparisons by CoverityIvan Lipski2024-06-141-2/+6
* Revert "drm/amd/display: Handle HPD_IRQ for internal link"Sung-huai Wang2024-06-141-15/+9
* drm/amd/display: use preferred link settings for dp signal onlyWenjing Liu2024-06-141-14/+10
* drm/amd/display: Ignore UHBR13.5 cable ID cap for passive cable max link rateGeorge Shen2024-06-141-1/+2
* drm/amd/display: Add fallback defaults for invalid LTTPR DPCD capsMichael Strauss2024-06-141-3/+16
* drm/amd/display: Extend PSRSU residency modeJack Chang2024-06-142-3/+3
* drm/amd/display: Add retires when read DPCDJoan Lee2024-06-051-6/+20
* drm/amd/display: workaround for oled eDP not lighting up on DCN401Joshua Aberback2024-06-051-0/+3
* drm/amd/display: turn on symclk for dio virtual stream in dpms sequenceWenjing Liu2024-06-051-0/+3
* drm/amd/display: remove unused struct 'aux_payloads'Dr. David Alan Gilbert2024-05-201-4/+0
* drm/amd/display: Not fallback if link BW is smaller than req BWCruise2024-05-202-17/+4
* drm/amd/display: Check UHBR13.5 cap when determining max link capGeorge Shen2024-05-131-4/+18
* drm/amd/display: Expand to higher link ratesSung Joon Kim2024-05-131-0/+3
* drm/amd/display: Fix Coverity INTEGER_OVERFLOW within decide_fallback_link_se...Hersen Wu2024-05-021-1/+1
* drm/amd/display: Add missing NULL pointer check within dpcd_extend_address_rangeHersen Wu2024-05-021-0/+1
* drm/amd/display: Check index for aux_rd_interval before usingAlex Hung2024-05-021-2/+2
* drm/amd/display: Fix FEC_READY write on DP LTIlya Bakoulin2024-04-301-8/+6
* drm/amd/display: Disable error correction if it's not supportedCruise2024-04-301-26/+21
* drm/amd/display: Allocate zero bw after bw alloc enableMeenakshikumar Somasundaram2024-04-301-1/+9
* drm/amd/display: Handle HPD_IRQ for internal linkSung-huai Wang2024-04-301-9/+16
* drm/amd/display: Fix uninitialized variables in DCAlex Hung2024-04-261-1/+1
* drm/amd/display: Fix uninitialized variables in DCAlex Hung2024-04-264-16/+16
* drm/amd/display: Change DPCD address rangeRodrigo Siqueira2024-04-121-1/+1
* drm/amd/display: Fix compiler warnings on high compiler warning levelsAric Cyr2024-04-091-2/+2
* drm/amd/display: handle invalid connector indicesJoshua Aberback2024-04-091-2/+2
* drm/amd/display: Expand supported Replay residency modeLeon Huang2024-04-092-3/+6
* drm/amd/display: Enable new interface design for alternate scramblingSung Joon Kim2024-03-223-15/+67
* drm/amd/display: Amend coasting vtotal for replay low hzChunTao Tso2024-03-202-4/+4
* drm/amd/display: Use kcalloc() instead of kzalloc()Lenko Donchev2024-02-221-1/+1
* drm/amd/display: Add 'replay' NULL check in 'edp_set_replay_allow_active()'Srinivasan Shanmugam2024-02-161-1/+2
* drm/amd/display: Update FIXED_VS Retimer HWSS Test Pattern SequencesMichael Strauss2024-02-141-1/+5
* drm/amd/display: Add align done checkZhikai Zhai2024-02-141-1/+4
* drm/amd/display: Initialize 'wait_time_microsec' variable in link_dp_training...Srinivasan Shanmugam2024-02-121-1/+1
* drm/amd/display: correct comment in set_default_brightness_aux()Camille Cho2024-02-071-1/+1
* drm/amd/display: Don't perform rate toggle on DP2-capable FIXED_VS retimersMichael Strauss2024-02-071-10/+12
* drm/amd/display: Remove Legacy FIXED_VS Transparent LT SequenceMichael Strauss2024-02-073-359/+1
* drm/amd/display: Fix buffer overflow in 'get_host_router_total_dp_tunnel_bw()'Srinivasan Shanmugam2024-01-311-1/+1
* drm/amd/display: Fix uninitialized variable usage in core_link_ 'read_dpcd() ...Srinivasan Shanmugam2024-01-221-2/+2
* drm/amd/display: Avoid enum conversion warningNathan Chancellor2024-01-151-2/+3
* drm/amd/display: Fix variable deferencing before NULL check in edp_setup_repl...Srinivasan Shanmugam2024-01-151-4/+7
* drm/amd/display: Dpia hpd status not in sync after S4Meenakshikumar Somasundaram2024-01-091-14/+22
* drm/amd/display: Request usb4 bw for mst streamsPeichen Huang2024-01-092-14/+54
* drm/amd/display: avoid stringop-overflow warnings for dp_decide_lane_settings()Arnd Bergmann2024-01-052-2/+2
* drm/amd/display: Add some functions for Panel ReplayTom Chung2024-01-032-0/+29
* drm/amd/display: Add dpia display mode validation logicMeenakshikumar Somasundaram2024-01-031-37/+93