aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/display/dc/calcs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-09drm/amdgpu/display: Fix Pollock Variant DetectionAly-Tawfik1-0/+5
2020-03-05drm/amd/display: fix indentation issue on a hunk of codeColin Ian King1-23/+23
2020-02-25drm/amd/display: Fix RV2 Variant DetectionMichael Strauss1-5/+15
2020-02-04drm/amdgpu/display: handle multiple numbers of fclks in dcn_calcs.c (v2)Alex Deucher1-11/+23
2020-01-16drm/amd/display: fixup DML dependenciesJun Lei1-43/+0
2020-01-14drm/amd/display: add Pollock IDs, fix Pollock & Dali clk mgr constructMichael Strauss1-2/+2
2020-01-07drm/amd/display: use true, false for bool variable in dce_calcs.czhengbin1-12/+12
2019-12-18amdgpu: Enable initial DCN support on POWERTimothy Pearson2-0/+10
2019-12-18amdgpu: Prepare DCN floating point macros for generic arch supportTimothy Pearson1-12/+12
2019-12-17Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/linux into drm-nextDaniel Vetter2-5/+1
2019-11-13drm/amd/display: rename DCN1_0 kconfig to DCNBhawanpreet Lakha1-1/+1
2019-11-13drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTEDBhawanpreet Lakha1-4/+0
2019-10-30drm/amdgpu: enable -msse2 for GCC 7.1+ usersNick Desaulniers1-3/+1
2019-10-30drm/amdgpu: fix stack alignment ABI mismatch for GCC 7.1+Nick Desaulniers1-0/+9
2019-10-30drm/amdgpu: fix stack alignment ABI mismatch for ClangNick Desaulniers1-6/+4
2019-09-27Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+4
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+3
2019-09-17drm/amd/display: Implement voltage limitation for daliBhawanpreet Lakha1-0/+4
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada1-3/+3
2019-08-23drm/amd/display: Implement voltage limitation stubJoseph Gravenor1-1/+9
2019-08-23drm/amdgpu/display: add flag for multi-display mclk switchingAlex Deucher1-1/+4
2019-08-23drm/amd/display: update bw_calcs to take pipe sync into account (v3)Alex Deucher1-2/+28
2019-07-30drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routinesNick Desaulniers1-0/+4
2019-07-18drm/amd/display: add dcc programming for dual planeDmytro Laktyushkin2-2/+2
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-0/+2
2019-06-22drm/amd/display: Optimize bandwidth validation by adding early returnJoshua Aberback1-7/+4
2019-06-21drm/amd/display: Add DCN2 changes to DMLHarry Wentland1-0/+7
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-0/+2
2019-06-11drm/amd/display: add some math functions for dcn_calc_mathCharlene Liu2-0/+23
2019-06-10drm/amd: drop use of drmp.h in os_types.hSam Ravnborg1-0/+2
2019-05-31drm/amd/display: fix crash on setmode when mode is close to bw limitSu Sung Chung1-2/+13
2019-05-31drm/amd/display: fix calculation of total_data_read_bandwidthSu Sung Chung1-1/+38
2019-05-31drm/amd/display: make clk mgr soc specificEric Yang2-2/+2
2019-04-15drm/amd/display: Add profiling tools for bandwidth validationJoshua Aberback1-0/+18
2019-04-15drm/amd/display: Add fast_validate parameterJoshua Aberback1-2/+4
2019-04-03drm/amd/display: Fix multi-thread writing to 1 stateAidan Wood1-49/+49
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-44/+54
2019-03-27drm/amd/display: Populate macro_tile_size field for dmlJoshua Aberback1-40/+48
2019-03-27drm/amd/display: add preferred pipe split logicJun Lei1-1/+1
2019-03-19drm/amd/display: fix up reference clock abstractionsJun Lei1-1/+1
2019-03-19drm/amd/display: Add pp_smu null pointer checkCharlene Liu1-2/+4
2019-03-06drm/amd/display: don't call dm_pp_ function from an fpu blockHarry Wentland1-2/+6
2019-03-05drm/amd/display: PPLIB HookupJun Lei1-1/+1
2019-02-06drm/amdgpu/display: fix compiler errors [-Werror,-Wparentheses-equality]Pratik Vishwakarma1-1/+1
2019-01-29Revert "drm/amd/display: add -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines"Alex Deucher1-1/+1
2019-01-25drm/amd/display: add -msse2 to prevent Clang from emitting libcalls to undefined SW FP routinesndesaulniers@google.com1-1/+1
2019-01-14drm/amd/display: Use 100 Hz precision for pipe pixel clocksKen Chalmers2-10/+10
2019-01-14drm/amd/display: update DCN dml calcsDmytro Laktyushkin1-7/+0
2019-01-14drm/amd/display: remove sink reference in dc_stream_stateJun Lei1-1/+1
2019-01-14drm/amd/display: update bw formula to v252Eric Yang1-9/+34