summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
AgeCommit message (Expand)AuthorFilesLines
2020-03-05drm/amd/display: Clear link settings on MST disable connectorBhawanpreet Lakha1-0/+1
2020-03-05drm/amd/display: fix typo "to found" -> "to find"Roman Li1-8/+8
2020-02-28Merge tag 'amd-drm-next-5.7-2020-02-26' of git://people.freedesktop.org/~agd5...Dave Airlie6-73/+565
2020-02-26drm/amdgpu/display: don't call drm_dp_mst_connector_late_register (v2)Alex Deucher1-2/+1
2020-02-26drm/amdgpu/display: split dp connector registration (v4)Alex Deucher1-2/+7
2020-02-26drm/amdgpu/display: add a late register connector callbackAlex Deucher1-4/+14
2020-02-26drm/amd/display: move dpcd debugfs members setupAlex Deucher3-4/+3
2020-02-26drm/amdgpu/display: move debugfs init into core amdgpu debugfs (v2)Alex Deucher1-5/+0
2020-02-26drm/amdgpu: don't call drm_connector_register for non-MST portsAlex Deucher1-1/+0
2020-02-26drm/amdgpu/display: clean up hdcp workqueue handlingAlex Deucher1-4/+6
2020-02-25drm/amd/display: Add DMUB firmware state debugfsNicholas Kazlauskas1-0/+27
2020-02-25drm/amd/display: Add dmcu f/w loading for NV12Roman Li1-1/+6
2020-02-25drm/amd/display: Don't ask PSP to load DMCUB for backdoor loadNicholas Kazlauskas1-8/+12
2020-02-25drm/amd/display: DMUB Firmware Load by PSPHersen Wu1-2/+12
2020-02-25drm/amd/display: dmub back door loadHersen Wu1-5/+4
2020-02-19drm/amdgpu/display: clean up hdcp workqueue handlingAlex Deucher1-4/+6
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard7-178/+824
2020-02-13drm/amdgpu: Convert to CRTC VBLANK callbacksThomas Zimmermann1-4/+6
2020-02-13drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann1-1/+2
2020-02-11drm/amd/display: Fix psr static frames calculationRoman Li1-2/+3
2020-02-11drm/amd/display: Add backlight support via AUXRodrigo Siqueira2-28/+167
2020-02-06drm/amd/display: Add DMUB tracebuffer debugfsNicholas Kazlauskas1-0/+61
2020-02-06drm/amd/display: Fix psr static frames calculationRoman Li1-2/+3
2020-02-06drm/amd/display: call psp set/get interfacesBhawanpreet Lakha1-1/+49
2020-02-06drm/amd/display: Load srm before enabling HDCPBhawanpreet Lakha1-0/+7
2020-02-06drm/amd/display: Add sysfs interface for set/get srmBhawanpreet Lakha2-3/+185
2020-02-05drm/amd/display: Pass amdgpu_device instead of psp_contextBhawanpreet Lakha3-4/+5
2020-02-05drm/amd/dm/mst: Ignore payload update failuresLyude Paul1-9/+4
2020-02-04drm/amd/display: Fix HW/SW state mismatchBhawanpreet Lakha1-0/+19
2020-02-04drm/amd/display: Fix a typo when computing dsc configurationMikita Lipski1-1/+1
2020-01-31drm/amd/display: Move drm_dp_mst_atomic_check() to the front of dc_validate_g...Zhan Liu1-4/+10
2020-01-23drm/amd/display: Fix update type for multiple planesRoman Li1-30/+34
2020-01-23drm/amd/display: Do DMCUB hw_init before DCNicholas Kazlauskas1-2/+2
2020-01-16drm/amd/display: make PSR static screen entry within 30 msAnthony Koo1-6/+26
2020-01-14drm/amdgpu/display: set gpu vm flag for renoirAlex Deucher1-0/+1
2020-01-14drm/amdgpu/display: set gpu vm flag for all asics which support itAlex Deucher1-6/+8
2020-01-14drm/amdgpu/display: Use u64 divide macro for round up divisionMikita Lipski1-1/+1
2020-01-11drm/amd/display: Fix compilation warnings on i386Mikita Lipski1-2/+2
2020-01-10drm/amdgpu/display: protect new DSC code with CONFIG_DRM_AMD_DC_DCNAlex Deucher3-1/+17
2020-01-10drm/amd/display: Trigger modesets on MST DSC connectorsMikita Lipski1-0/+33
2020-01-10drm/amd/display: Recalculate VCPI slots for new DSC connectorsMikita Lipski1-5/+71
2020-01-10drm/amd/display: Check return value of drm helperMikita Lipski1-45/+54
2020-01-10drm/amd/display: MST DSC compute fair shareDavid Francis3-0/+370
2020-01-10drm/amd/display: Add PBN per slot calculation for DSCMikita Lipski2-0/+10
2020-01-10drm/dp_mst: Manually overwrite PBN divider for calculating timeslotsMikita Lipski1-1/+2
2020-01-10drm/amd/display: Write DSC enable to MST DPCDDavid Francis1-1/+18
2020-01-10drm/amd/display: Validate DSC caps on MST endpointsDavid Francis2-1/+29
2020-01-10drm/dp_mst: Add PBN calculation for DSC modesDavid Francis1-1/+1
2020-01-07drm/amd/display: Reduce HDMI pixel encoding if max clock is exceededThomas Anderson1-22/+23
2020-01-07drm/amd: use list_for_each_entry for list iteration.Wambui Karuga1-15/+4