summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc
AgeCommit message (Expand)AuthorFilesLines
2018-10-04drm/amd/display: fix use of uninitialized memoryWesley Chalmers1-0/+2
2018-10-04drm/amd/display/dc/dce: Fix multiple potential integer overflowsGustavo A. R. Silva1-5/+5
2018-09-26drm/amd/display: support access ddc for mst branchEric Yang1-0/+4
2018-09-19drm/amd/display: Prevent PSR from being enabled if initialization failsAnthony Koo2-16/+24
2018-09-15drm/amd/display: Check if clock source in use before disablingMikita Lipski3-15/+40
2018-09-15drm/amd/display: Pass connector id when executing VBIOS CTMikita Lipski1-2/+2
2018-09-15drm/amd/display: Report non-DP display as disconnected without EDIDHarry Wentland1-0/+11
2018-09-15drm/amd/display: update clk for various HDMI color depthsMikita Lipski1-0/+18
2018-09-15drm/amd/display: Don't share clk source between DP and HDMIMikita Lipski4-2/+26
2018-09-15drm/amd/display: fix type of variableGustavo A. R. Silva1-1/+1
2018-07-17drm/amd/display: Fix DP HBR2 Eye Diagram Pattern on CarrizoHersen Wu3-5/+6
2018-07-12amd/dc/dce100: On dce100, set clocks to 0 on suspendDavid Francis1-3/+16
2018-07-10drm/amd/display: fix invalid function table overrideChristian König1-2/+25
2018-07-10Revert "drm/amd/display: Don't return ddc result and read_bytes in same retur...Alex Deucher2-10/+5
2018-06-15Merge tag 'drm-next-2018-06-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds11-28/+73
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook4-6/+9
2018-05-29drm/amd/display: Read DP_SINK_COUNT_ESI range on HPD for DP 1.4Nikola Cornij1-5/+30
2018-05-29drm/amd/display: Read DPCD link caps up to and including DP_ADAPTER_CAPNikola Cornij1-1/+1
2018-05-29drm/amd/display: fix dscl_manual_ratio_initDmytro Laktyushkin4-11/+11
2018-05-29drm/amd/display: Set TMZ and DCC for secondary surfaceEric Bernstein2-4/+18
2018-05-29drm/amd/display: DP component depth 16 bpcEric Bernstein1-0/+4
2018-05-29drm/amd/display: check if audio clk enable is applicableRoman Li1-1/+2
2018-05-29drm/amd/display: add register offset != 0 check.Charlene Liu2-2/+3
2018-05-29drm/amd/display: replace msleep with udelay in fbc pathRoman Li1-4/+4
2018-05-19drm/amd/display: DCN1 link encoderEric Bernstein5-23/+1716
2018-05-19drm/amd/display: Clear underflow status for debug purposesNikola Cornij1-0/+6
2018-05-19drm/amd/display: constify a few dc_surface_update fieldsJun Lei1-7/+7
2018-05-19drm/amd/display: Only limit VSR downscaling when actually downscalingXingyue Tao1-11/+10
2018-05-19drm/amd/display: don't create new dc_sink if nothing changed at detectionSamson Tam1-18/+77
2018-05-19drm/amd/display: Fix up dm logging functionalityAnthony Koo3-5/+1
2018-05-19drm/amd/display: update dml to allow sync with DVDmytro Laktyushkin3-470/+515
2018-05-19drm/amd/display: Log DTN only after the atomic commit in DiagNikola Cornij1-57/+62
2018-05-19drm/amd/display: disable mpo if brightness adjustedYue Hin Lau2-0/+2
2018-05-19drm/amd/display: Add dc cap to restrict VSR downscaling src sizeXingyue Tao3-5/+13
2018-05-19drm/amd/display: Update HW sequencer initializationEric Bernstein4-8/+20
2018-05-19drm/amd/display: underflow/blankscreen recoveryCharlene Liu8-2/+135
2018-05-19drm/amd/display: truncate scaling ratios and inits to 19 bit precisionDmytro Laktyushkin1-8/+17
2018-05-19drm/amd/display: Make DisplayStats work with just DC DisplayStats minorAnthony Koo1-1/+1
2018-05-19drm/amd/display: inline more of fixed point codeDmytro Laktyushkin1-141/+15
2018-05-19drm/amd/display: get rid of 32.32 unsigned fixed pointDmytro Laktyushkin28-529/+372
2018-05-19drm/amd/display: Cleanup unused SetPlaneConfigAnthony Koo3-84/+0
2018-05-19drm/amdgpu/display: remove VEGA20 config optionAlex Deucher3-185/+0
2018-05-19drm/amdgpu/display: remove VEGAM config optionAlex Deucher9-24/+0
2018-05-17drm/amd/display: Add harvest IP support for Vega20Jerry (Fangzhi) Zuo1-0/+208
2018-05-17drm/amd/display: Add BIOS smu_info v3_3 support for Vega20Jerry (Fangzhi) Zuo1-0/+5
2018-05-17drm/amd/display: Remove COMBO_DISPLAY_PLL0 from Vega20Feifei Xu1-1/+10
2018-05-16Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie85-1345/+4988
2018-05-15drm/amd/display: disable FBC on underlay pipeShirish S1-1/+6
2018-05-15drm/amd/display: Use kvzalloc for potentially large allocationsMichel Dänzer1-7/+7
2018-05-15drm/amd/display: Don't return ddc result and read_bytes in same return valueHarry Wentland2-5/+10