summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-14drm/amd/display: add Pollock IDs, fix Pollock & Dali clk mgr constructMichael Strauss3-5/+15
2020-01-14drm/amdgpu: preserve RSMU UMC index mode stateJohn Clements1-2/+41
2020-01-14drm/amdgpu: disable XGMI TA unload for arcturusJohn Clements1-0/+5
2020-01-14drm/amdgpu: update goldensetting for renoirAaron Liu1-1/+1
2020-01-14drm/amd/powerplay: update SMU12_DRIVER_IF_VERSION to 11Aaron Liu1-1/+6
2020-01-14drm/amdgpu/gmc10: free stolen memory in late_initAlex Deucher1-0/+2
2020-01-14drm/amdgpu/gmc10: remove dead codeAlex Deucher1-9/+0
2020-01-14drm/amdgpu/display: set gpu vm flag for renoirAlex Deucher1-0/+1
2020-01-14drm/amdgpu: enable S/G display on PCO and RV2 (v2)Alex Deucher1-6/+16
2020-01-14drm/amdgpu/display: set gpu vm flag for all asics which support itAlex Deucher1-6/+8
2020-01-14drm/amdgpu/gfx9: remove unused sdma headersAlex Deucher1-9/+0
2020-01-14drm/amd/amdgpu: add missing umc_6_1_2_sh_mask.h header file (v2)Tom St Denis1-0/+91
2020-01-14drm/amdgpu: check sdma ras funcs pointer before accessingHawking Zhang1-2/+6
2020-01-14drm/amdgpu: calculate MCUMC_ADDRT0 per asic's UMC offsetGuchun Chen1-4/+6
2020-01-14drm/amdgpu: add MCUMC_ADDRT0 offset to ip header fileGuchun Chen2-0/+4
2020-01-14drm/amdgpu/powerplay: fix warning in smu_v11_0.cAlex Deucher1-1/+1
2020-01-14drm/amd/powerplay: sw ctf for arcturusKenneth Feng1-2/+3
2020-01-14drm/amdgpu/sriov: workaround on rev_id for Navi12 under sriovTiecheng Zhou1-0/+6
2020-01-14drm/amd/display: Don't disable DP PHY when link loss happensZhan Liu1-1/+0
2020-01-14drm/amdgpu: read sdma edc counter to clear the countersHawking Zhang2-10/+8
2020-01-14drm/amdgpu: add ras_late_init and ras_fini for sdma v4Hawking Zhang2-2/+7
2020-01-14drm/amdgpu: support error reporting for sdma ip blockHawking Zhang1-0/+8
2020-01-14drm/amdgpu: add query_ras_error_count function for sdma v4Hawking Zhang2-0/+169
2020-01-14drm/amdgpu: enable VCN2.5 IP block for ArcturusLeo Liu1-2/+1
2020-01-14drm/amdgpu/vcn2.5: fix PSP FW loading for the second instanceLeo Liu1-2/+2
2020-01-14drm/amdgpu: catch amdgpu_irq_add_id failureNirmoy Das1-0/+4
2020-01-14drm/amd/powerplay: cover the powerplay implementation details V3Evan Quan12-208/+212
2020-01-14drm/amdkfd: Improve function get_sdma_rlc_reg_offset() (v2)Yong Zhao1-22/+46
2020-01-14drm/amdgpu/display: Use u64 divide macro for round up divisionMikita Lipski1-1/+1
2020-01-13Merge tag 'amd-drm-next-5.6-2020-01-10-dp-mst-dsc' of git://people.freedeskto...Dave Airlie16-48/+1006
2020-01-13Merge tag 'amd-drm-next-5.6-2020-01-09' of git://people.freedesktop.org/~agd5...Dave Airlie203-2086/+8517
2020-01-10drm/amd/display: Fix compilation warnings on i386Mikita Lipski1-2/+2
2020-01-09drm/dp_mst: fix documentation of drm_dp_mst_add_affected_dsc_crtcsAlex Deucher1-1/+1
2020-01-09drm/amdgpu/display: protect new DSC code with CONFIG_DRM_AMD_DC_DCNAlex Deucher3-1/+17
2020-01-09drm: add dp helper to initialize remote aux channel.David (Dingchen) Zhang2-0/+16
2020-01-09drm/amd/display: Trigger modesets on MST DSC connectorsMikita Lipski1-0/+33
2020-01-09drm/dp_mst: Add helper to trigger modeset on affected DSC MST CRTCsMikita Lipski1-0/+61
2020-01-09drm/amd/display: Recalculate VCPI slots for new DSC connectorsMikita Lipski1-5/+71
2020-01-09drm/amd/display: Check return value of drm helperMikita Lipski1-45/+54
2020-01-09drm/amd/display: MST DSC compute fair shareDavid Francis5-2/+376
2020-01-09drm/amd/display: Add PBN per slot calculation for DSCMikita Lipski2-0/+10
2020-01-09drm/dp_mst: Rename drm_dp_mst_atomic_check_topology_stateMikita Lipski1-3/+3
2020-01-09drm/dp_mst: Add branch bandwidth validation to MST atomic checkMikita Lipski1-2/+64
2020-01-09drm/dp_mst: Add DSC enablement helpers to DRMMikita Lipski1-0/+61
2020-01-09drm/dp_mst: Manually overwrite PBN divider for calculating timeslotsMikita Lipski4-5/+11
2020-01-09drm/amd/display: Write DSC enable to MST DPCDDavid Francis1-1/+18
2020-01-09drm/amd/display: Validate DSC caps on MST endpointsDavid Francis2-1/+29
2020-01-09drm/amd/display: Initialize DSC PPS variables to 0David Francis2-0/+6
2020-01-09drm/dp_mst: Add new quirk for Synaptics MST hubsMikita Lipski2-0/+29
2020-01-09drm/dp_mst: Add helpers for MST DSC and virtual DPCD auxDavid Francis1-0/+143