summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/amd/display: determine is mst hdcp based on stream instead of sink signalWenjing Liu2020-03-091-0/+1
| * | drm/amdgpu/display: navi1x copy dcn watermark clock settings to smu resume fr...Hersen Wu2020-03-051-0/+69
| * | drm/amd/display: Clear link settings on MST disable connectorBhawanpreet Lakha2020-03-051-0/+1
| * | drm/amd/display: fix typo "to found" -> "to find"Roman Li2020-03-051-8/+8
* | | Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-03-121-13/+0
|\ \ \ | | |/ | |/|
| * | drm/amdgpu: Remove drm_fb_helper_{add,remove}_one_connector callsPankaj Bharadiya2020-03-061-13/+0
| |/
* | Merge v5.6-rc5 into drm-nextDave Airlie2020-03-112-0/+70
|\ \ | |/ |/|
| * drm/amdgpu/display: navi1x copy dcn watermark clock settings to smu resume fr...Hersen Wu2020-03-051-0/+69
| * drm/amd/display: Clear link settings on MST disable connectorBhawanpreet Lakha2020-03-051-0/+1
| * drm/amdgpu/display: clean up hdcp workqueue handlingAlex Deucher2020-02-191-4/+6
* | Merge tag 'amd-drm-next-5.7-2020-02-26' of git://people.freedesktop.org/~agd5...Dave Airlie2020-02-286-73/+565
|\ \
| * | drm/amdgpu/display: don't call drm_dp_mst_connector_late_register (v2)Alex Deucher2020-02-261-2/+1
| * | drm/amdgpu/display: split dp connector registration (v4)Alex Deucher2020-02-261-2/+7
| * | drm/amdgpu/display: add a late register connector callbackAlex Deucher2020-02-261-4/+14
| * | drm/amd/display: move dpcd debugfs members setupAlex Deucher2020-02-263-4/+3
| * | drm/amdgpu/display: move debugfs init into core amdgpu debugfs (v2)Alex Deucher2020-02-261-5/+0
| * | drm/amdgpu: don't call drm_connector_register for non-MST portsAlex Deucher2020-02-261-1/+0
| * | drm/amdgpu/display: clean up hdcp workqueue handlingAlex Deucher2020-02-261-4/+6
| * | drm/amd/display: Add DMUB firmware state debugfsNicholas Kazlauskas2020-02-251-0/+27
| * | drm/amd/display: Add dmcu f/w loading for NV12Roman Li2020-02-251-1/+6
| * | drm/amd/display: Don't ask PSP to load DMCUB for backdoor loadNicholas Kazlauskas2020-02-251-8/+12
| * | drm/amd/display: DMUB Firmware Load by PSPHersen Wu2020-02-251-2/+12
| * | drm/amd/display: dmub back door loadHersen Wu2020-02-251-5/+4
| * | drm/amd/display: Add backlight support via AUXRodrigo Siqueira2020-02-112-28/+167
| * | drm/amd/display: Add DMUB tracebuffer debugfsNicholas Kazlauskas2020-02-061-0/+61
| * | drm/amd/display: Fix psr static frames calculationRoman Li2020-02-061-2/+3
| * | drm/amd/display: call psp set/get interfacesBhawanpreet Lakha2020-02-061-1/+49
| * | drm/amd/display: Load srm before enabling HDCPBhawanpreet Lakha2020-02-061-0/+7
| * | drm/amd/display: Add sysfs interface for set/get srmBhawanpreet Lakha2020-02-062-3/+185
| * | drm/amd/display: Pass amdgpu_device instead of psp_contextBhawanpreet Lakha2020-02-043-4/+5
* | | Merge v5.6-rc2 into drm-misc-nextMaxime Ripard2020-02-177-178/+824
|\ \ \ | | |/ | |/|
| * | drm/amd/display: Fix psr static frames calculationRoman Li2020-02-111-2/+3
| |/
| * drm/amd/dm/mst: Ignore payload update failuresLyude Paul2020-02-041-9/+4
| * drm/amd/display: Fix HW/SW state mismatchBhawanpreet Lakha2020-02-041-0/+19
| * drm/amd/display: Fix a typo when computing dsc configurationMikita Lipski2020-02-041-1/+1
| * drm/amd/display: Move drm_dp_mst_atomic_check() to the front of dc_validate_g...Zhan Liu2020-01-301-4/+10
| * drm/amd/display: Fix update type for multiple planesRoman Li2020-01-221-30/+34
| * drm/amd/display: Do DMCUB hw_init before DCNicholas Kazlauskas2020-01-221-2/+2
| * drm/amd/display: make PSR static screen entry within 30 msAnthony Koo2020-01-161-6/+26
| * drm/amdgpu/display: set gpu vm flag for renoirAlex Deucher2020-01-141-0/+1
| * drm/amdgpu/display: set gpu vm flag for all asics which support itAlex Deucher2020-01-141-6/+8
| * drm/amdgpu/display: Use u64 divide macro for round up divisionMikita Lipski2020-01-141-1/+1
| * drm/amd/display: Fix compilation warnings on i386Mikita Lipski2020-01-101-2/+2
| * drm/amdgpu/display: protect new DSC code with CONFIG_DRM_AMD_DC_DCNAlex Deucher2020-01-093-1/+17
| * drm/amd/display: Trigger modesets on MST DSC connectorsMikita Lipski2020-01-091-0/+33
| * drm/amd/display: Recalculate VCPI slots for new DSC connectorsMikita Lipski2020-01-091-5/+71
| * drm/amd/display: Check return value of drm helperMikita Lipski2020-01-091-45/+54
| * drm/amd/display: MST DSC compute fair shareDavid Francis2020-01-093-0/+370
| * drm/amd/display: Add PBN per slot calculation for DSCMikita Lipski2020-01-092-0/+10
| * drm/dp_mst: Manually overwrite PBN divider for calculating timeslotsMikita Lipski2020-01-091-1/+2