summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
AgeCommit message (Expand)AuthorFilesLines
2019-02-06drm/amd/display: Apply all surface updates onto surfacesNicholas Kazlauskas1-9/+0
2019-02-06drm/amd/display: Don't re-enable CRC when CONFIG_DEBUG_FS isn't definedNicholas Kazlauskas1-0/+2
2019-02-06drm/amd/display: Use memset to initialize variables in fill_plane_dcc_attributesNathan Chancellor1-2/+5
2019-02-06drm/amd/display: Use memset to initialize variables in amdgpu_dm_atomic_commi...Nathan Chancellor1-2/+5
2019-02-06drm/amd/display: Attach VRR properties for eDP connectorsNicholas Kazlauskas1-1/+2
2019-02-04Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie3-23/+61
2019-02-04Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-3/+3
2019-02-01Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie5-700/+760
2019-01-28drm/amd/display: Don't leak memory when updating streamsNicholas Kazlauskas1-1/+7
2019-01-28drm/amd/display: Re-enable CRC capture following modesetNicholas Kazlauskas2-4/+17
2019-01-28drm/amd/display: Enable vblank interrupt during CRC captureNicholas Kazlauskas2-22/+34
2019-01-28drm/amd/display: Poll pending down rep before clear payload allocation tableMartin Tsai1-0/+7
2019-01-26drm/amd/display: Know what a pageflip isDavid Francis1-1/+2
2019-01-26drm/amd/display: Perform plane updates only when neededDavid Francis1-129/+62
2019-01-26drm/amd/display: Call into DC once per multiplane flipDavid Francis1-181/+155
2019-01-26drm/amd/display: Simplify underscan and ABM commitDavid Francis1-18/+31
2019-01-26drm/amdgpu: Replace kzalloc with kcallocGustavo A. R. Silva1-2/+5
2019-01-26drm/amd/display: Skip create new stream if crtc state doesn't changeJerry (Fangzhi) Zuo1-0/+4
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter3-3/+3
2019-01-17drm/amd/display: Detach backlight from streamDavid Francis1-1/+1
2019-01-15drm/amd/display: Only get the connector state for VRR when toggledNicholas Kazlauskas1-1/+1
2019-01-14drm/amd/display: dal-pplib interface refactor dal parthersen wu1-0/+57
2019-01-14drm/amd/display: Shift dc link aux to aux_payloadDavid Francis1-69/+15
2019-01-14Revert "drm/amd/display: Signal hw_done() after waiting for flip_done()"Leo Li1-8/+2
2019-01-14drm/amd/display: Only get the connector state for VRR when toggledNicholas Kazlauskas1-1/+1
2019-01-14drm/amd/display: Move iteration out of dm_update_crtcsLeo Li1-166/+175
2019-01-14drm/amd/display: Move iteration out of dm_update_planesLeo Li1-106/+114
2019-01-14drm/amd/display: Set requested plane state DCC params for GFX9Nicholas Kazlauskas1-2/+88
2019-01-14drm/amd/display: Remove unused parameter plane_statesDavid Francis1-2/+1
2019-01-14drm/amd/display: Fix driver load crash in amdgpu_dmLeo Li1-18/+4
2019-01-14drm/amd/display: Use 100 Hz precision for pipe pixel clocksKen Chalmers2-5/+5
2019-01-14drm/amd/display: Add backlight pwm debugfsDavid Francis1-2/+47
2019-01-14drm/amd/display: Detach backlight from streamDavid Francis1-1/+1
2019-01-14drm/amd/display: remove sink reference in dc_stream_stateJun Lei2-7/+9
2019-01-11Merge drm/drm-next into drm-misc-nextMaxime Ripard4-230/+779
2019-01-11drm/amdgpu/display: Keep malloc ref to MST portLyude Paul1-4/+7
2019-01-09Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2-10/+2
2019-01-09drm/amdgpu: Don't fail resume process if resuming atomic state failsLyude Paul1-3/+2
2019-01-09drm/amdgpu: Don't ignore rc from drm_dp_mst_topology_mgr_resume()Lyude Paul1-9/+23
2019-01-06Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-19/+76
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-287/+1013
2018-12-20drm/amd/display: Use div_u64 for flip timestamp ns to msNicholas Kazlauskas1-1/+4
2018-12-19drm/amd/display: Add below the range support for FreeSyncNicholas Kazlauskas2-19/+63
2018-12-19drm/amd/display: Skip fast cursor updates for fb changesNicholas Kazlauskas1-0/+10
2018-12-12drm/amd/display: Add fast path for cursor plane updatesNicholas Kazlauskas2-2/+73
2018-12-11drm/amd/display: Fix duplicating scaling/underscan connector stateNicholas Kazlauskas1-0/+4
2018-12-11drm/amd/display: Fix unintialized max_bpc state valuesNicholas Kazlauskas1-0/+2
2018-12-11Revert "drm/amd/display: Set RMX_ASPECT as default"Nicholas Kazlauskas1-4/+2
2018-12-10drm/dp-mst-helper: Remove hotplug callbackDaniel Vetter1-9/+0
2018-12-06drm/amd/display: Add tracing to dcDavid Francis2-0/+107