Age | Commit message (Expand) | Author | Files | Lines |
2020-04-08 | drm/amdgpu/display: fix warning when compiling without debugfs | Alex Deucher | 1 | -1/+1 |
2020-04-07 | drm/amd/display: Check for null fclk voltage when parsing clock table | Michael Strauss | 1 | -1/+1 |
2020-04-07 | drm/amd/display: Acknowledge wm_optimized_required | Joshua Aberback | 1 | -2/+3 |
2020-04-07 | drm/amd/display: Make cursor source translation adjustment optional | Nicholas Kazlauskas | 4 | -4/+19 |
2020-04-07 | drm/amd/display: Calculate scaling ratios on every medium/full update | Nicholas Kazlauskas | 1 | -1/+12 |
2020-04-07 | drm/amd/display: Program viewport when source pos changes for DCN20 hw seq | Nicholas Kazlauskas | 1 | -0/+1 |
2020-04-07 | drm/amd/display: Fix incorrect cursor pos on scaled primary plane | Nicholas Kazlauskas | 2 | -6/+11 |
2020-04-07 | drm/amd/display: change default pipe_split policy for DCN1 | Eric Yang | 1 | -1/+1 |
2020-04-07 | drm/amd/display: Translate cursor position by source rect | Nicholas Kazlauskas | 1 | -1/+33 |
2020-04-07 | drm/amd/display: Update stream adjust in dc_stream_adjust_vmin_vmax | Isabel Zhang | 1 | -0/+2 |
2020-04-07 | drm/amd/display: Avoid create MST prop after registration | Jerry (Fangzhi) Zuo | 2 | -3/+13 |
2020-04-03 | drm/amd/display: re-order asic declarations | Shirish S | 1 | -2/+4 |
2020-03-31 | drm/amd/display: increase HDCP authentication delay | Bhawanpreet Lakha | 1 | -1/+1 |
2020-03-31 | drm/amd/display: Correctly cancel future watchdog and callback events | Bhawanpreet Lakha | 1 | -1/+3 |
2020-03-31 | drm/amd/display: Don't try hdcp1.4 when content_type is set to type1 | Bhawanpreet Lakha | 1 | -2/+6 |
2020-03-31 | drm/amd/display: Fix dcn21 num_states | Dmytro Laktyushkin | 4 | -30/+18 |
2020-03-31 | drm/amd/display: Enable BT2020 in COLOR_ENCODING property | Stylon Wang | 1 | -2/+5 |
2020-03-31 | drm/amd/display: LFC not working on 2.0x range monitors (v2) | Aric Cyr | 1 | -15/+19 |
2020-03-31 | drm/amd/display: Support plane level CTM | Stylon Wang | 3 | -1/+18 |
2020-03-31 | drm/amd/display: Revert change to HDCP display states | Isabel Zhang | 6 | -28/+49 |
2020-03-31 | drm/amd/display: Not doing optimize bandwidth if flip pending. | Yongqiang Sun | 1 | -0/+23 |
2020-03-31 | drm/amd/display: Use double buffered DRR timing update by default | Nicholas Kazlauskas | 2 | -0/+21 |
2020-03-31 | drm/amd/display: Support P010 pixel format | Stylon Wang | 4 | -3/+11 |
2020-03-31 | drm/amd/display: Update function to get optimal number of taps | Eric Bernstein | 1 | -0/+1 |
2020-03-25 | drm/amd/display: Fix pageflip event race condition for DCN. | Mario Kleiner | 1 | -3/+15 |
2020-03-20 | Merge tag 'amd-drm-next-5.7-2020-03-19' of git://people.freedesktop.org/~agd5... | Dave Airlie | 41 | -206/+276 |
2020-03-19 | drm/amd/display: add on demand pipe merge logic for dcn2+ | Dmytro Laktyushkin | 3 | -16/+56 |
2020-03-19 | drm/amd/display: Allocate scratch space for DMUB CW7 | Wyatt Wood | 2 | -4/+16 |
2020-03-19 | drm/amd/display: DPP DTO isn't update properly. | Yongqiang Sun | 3 | -4/+6 |
2020-03-19 | drm/amd/display: Remove connect DIG FE to its BE during timing programming | Nikola Cornij | 4 | -17/+4 |
2020-03-19 | drm/amd/display: combine watermark change and clock change for update clocks. | Yongqiang Sun | 3 | -9/+10 |
2020-03-19 | drm/amd/display: guard DPPHY_Internal_ctrl | Charlene Liu | 1 | -1/+1 |
2020-03-19 | drm/amd/display: differentiate vsc sdp colorimetry use criteria between MST a... | Martin Tsai | 4 | -22/+22 |
2020-03-19 | drm/amd/display: Program self refresh control register on boot | Sung Lee | 1 | -0/+3 |
2020-03-19 | drm/amd/display: remove magic numbers in hdcp_ddc | Wenjing Liu | 1 | -6/+6 |
2020-03-19 | drm/amd/display: Fallback to dmcub for psr when dmcu is disabled | Wyatt Wood | 1 | -1/+1 |
2020-03-19 | drm/amd/display: Set disable_dmcu flag properly per asic | Wyatt Wood | 3 | -6/+6 |
2020-03-19 | drm/amd/display: Remove PSR dependency on swizzle mode | Roman Li | 1 | -6/+1 |
2020-03-19 | drm/amd/display: Explicitly disable triplebuffer flips | Nicholas Kazlauskas | 1 | -0/+3 |
2020-03-19 | drm/amd/display: Pass triplebuffer surface flip flags down to plane state | Nicholas Kazlauskas | 2 | -0/+3 |
2020-03-19 | drm/amd/display: fix split threshold w/a to work with mpo | Dmytro Laktyushkin | 1 | -26/+13 |
2020-03-19 | drm/amd/display: workaround for HDMI hotplug in DPMSOFF state | Yongqiang Sun | 5 | -0/+31 |
2020-03-19 | drm/amd/display: Remove redundant hdcp display state | Isabel Zhang | 6 | -48/+27 |
2020-03-19 | drm/amd/display: Fix test pattern color space inconsistency for Linux | Jerry (Fangzhi) Zuo | 1 | -3/+6 |
2020-03-19 | drm/amd/display: update connector->display_info after read edid | Hersen Wu | 3 | -5/+19 |
2020-03-19 | drm/amd/display: Revert "DCN2.x Do not program DPPCLK if same value" | Sung Lee | 1 | -1/+1 |
2020-03-19 | Merge tag 'drm-misc-next-2020-03-17' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 1 | -6/+0 |
2020-03-13 | drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017 | Mario Kleiner | 1 | -0/+11 |
2020-03-13 | drm/amdgpu: Stop using the DRIVER debugging flag for vblank debugging messages | Lyude Paul | 1 | -6/+8 |
2020-03-13 | drm/amd/display: Possible divide by zero in set_speed() | Dan Carpenter | 1 | -11/+12 |