summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dml/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-05-26drm/amd/display: Move FPU associated DCN30 code to DML folderJasdeep Dhillon1-1/+2
2022-03-25drm/amd/display: move FPU related code from dcn31 to dml/dcn31 folderMelissa Wen1-0/+2
2022-03-15drm/amd/display: move FPU code from dcn10 to dml/dcn10 folderMelissa Wen1-0/+2
2022-03-15drm/amd/display: move FPU associated DCN303 code to DML folderJasdeep Dhillon1-0/+2
2022-01-18drm/amd/display: move calcs folder into DMLIsabella Basso1-1/+9
2022-01-18drm/amd/display: move FPU associated DCN302 code to DML folder (#2266)Jasdeep Dhillon1-0/+2
2021-10-28drm/amd/display: move FPU associated DCN301 code to DML folderQingqing Zhuo1-0/+3
2021-10-28drm/amd/display: move FPU associated DSC code to DML folderQingqing Zhuo1-0/+3
2021-10-06drm/amd/display: Re-arrange FPU code structure for dcn2xQingqing Zhuo1-2/+2
2021-08-05drm/amd/display: Move specific DCN2x code that uses FPU to DMLRodrigo Siqueira1-0/+4
2021-07-01drm/amd/display: Respect CONFIG_FRAME_WARN=0 in dml MakefileReka Norman1-2/+6
2021-06-22drm/amdgpu/display: fold DRM_AMD_DC_DCN3_1 into DRM_AMD_DC_DCNAlex Deucher1-6/+0
2021-06-04drm/amd/display: Add DCN3.1 DML calculation supportNicholas Kazlauskas1-0/+11
2021-01-06drm/amdgpu/display: drop DCN support for aarch64Alex Deucher1-4/+0
2020-11-04drm/amdgpu/display: FP fixes for DCN3.x (v4)Alex Deucher1-2/+6
2020-11-04drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3)Alex Deucher1-5/+0
2020-08-10drm/amd/display: add DCN support for aarch64Daniel Kolesa1-0/+13
2020-07-01drm/amd/display: Add DCN3 DMLBhawanpreet Lakha1-0/+7
2020-05-21drm/amd/display: Remove dml_common_def fileRodrigo Siqueira1-2/+0
2019-12-18amdgpu: Enable initial DCN support on POWERTimothy Pearson1-0/+9
2019-12-17Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter1-6/+2
2019-11-13drm/amd/display: rename DCN1_0 kconfig to DCNBhawanpreet Lakha1-2/+2
2019-11-13drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_1 flagBhawanpreet Lakha1-4/+0
2019-11-13drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTEDBhawanpreet Lakha1-2/+2
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-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-14/+11
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada1-10/+7
2019-08-29drm/amd/display: Add DCN2.1 changes to DMLRoman Li1-0/+4
2019-08-29drm/amd/display: Add Renoir DMLBhawanpreet Lakha1-0/+4
2019-07-30drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to unde...Nick Desaulniers1-0/+4
2019-07-18drm/amd/display: support "dummy pstate"Jun Lei1-0/+3
2019-06-22drm/amd/display: Properly guard display_mode_vba with DCN2Leo Li1-3/+4
2019-06-21drm/amd/display: Add DCN2 changes to DMLHarry Wentland1-2/+13
2018-07-05drm/amd/display: remove soc_bounding_box.cDmytro Laktyushkin1-2/+1
2018-02-19drm/amd/display: Remove unused CFLAGS entry in DML MakefileHarry Wentland1-1/+0
2018-02-19amdgpu/dc/dml: Support clang option for stack alignmentMatthias Kaehlcke1-1/+7
2018-02-19amdgpu/dc/dml: Consolidate redundant CFLAGSMatthias Kaehlcke1-7/+8
2018-02-19drm/amd/display: dc: Remove unused display_mode_vba.cHarry Wentland1-4/+2
2017-12-04drm/amdgpu: add license to MakefilesAlex Deucher1-0/+21
2017-10-21drm/amd/display: drop display_pipe_clocks.c.Dave Airlie1-1/+1
2017-10-21drm/amd/display: Restructuring and cleaning up DMLDmytro Laktyushkin1-4/+4
2017-10-21Revert "amdgpu/dc: drop display_pipe_clocks.c."Harry Wentland1-1/+1
2017-10-21Revert "amdgpu/dc: drop dml display_mode_support.c (v2)"Harry Wentland1-1/+3
2017-09-28amdgpu/dc: drop dml display_mode_support.c (v2)Dave Airlie1-3/+1
2017-09-28amdgpu/dc: drop display_pipe_clocks.c.Dave Airlie1-1/+1
2017-09-26drm/amdgpu/display: Add dml support for DCNHarry Wentland1-0/+22