aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dsc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-21drm/amd/display: rename dsc extended caps as dsc branch decoder capsWenjing Liu1-5/+5
2020-07-01drm/amd/display: Use u16 for drm_bpp in DSC calculationsNicholas Kazlauskas1-4/+4
2020-07-01drm/amd/display: Rework dsc to isolate FPU operationsRodrigo Siqueira5-50/+153
2020-04-30drm: Correct DP DSC macro typoRodrigo Siqueira1-1/+1
2020-01-22drm/amd/display: Add debug option to disable DSC supportWenjing Liu1-1/+2
2019-12-18drm/amd/display: Add debug option to override DSC target bpp incrementNikola Cornij1-1/+18
2019-12-18drm/amd/display: Add interface to adjust DSC max target bpp limitJoshua Aberback1-3/+11
2019-12-18amdgpu: Enable initial DCN support on POWERTimothy Pearson1-0/+8
2019-12-17Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/linux into drm-nextDaniel Vetter6-37/+78
2019-12-11drm/amdgpu: fix license on Kconfig and MakefilesAlex Deucher1-0/+1
2019-12-11drm/amdgpu: fix license on Kconfig and MakefilesAlex Deucher1-0/+1
2019-12-05drm/amd/display: add dsc policy getterWenjing Liu1-39/+64
2019-12-05drm/amd/display: add dc dsc functions to return bpp range for pixel encodingWenjing Liu1-7/+31
2019-11-19drm/amd/display: Add DSC 422Native debug optionIlya Bakoulin1-1/+5
2019-11-13drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTEDBhawanpreet Lakha6-12/+0
2019-11-14Merge v5.4-rc7 into drm-nextDave Airlie1-7/+12
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-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie2-18/+70
2019-10-07drm/amd/display: Remove set but not used variable 'source_bpp'zhengbin1-3/+0
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+3
2019-09-13drm/amd/display: Isolate DSC module from driver dependenciesBayan Zabihiyan1-11/+64
2019-09-13drm/amd/display: config to override DSC start slice heightNikola Cornij1-6/+8
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada1-4/+3
2019-08-15drm/amd/display: Change DSC policy from slices per column to minimum slice heightNikola Cornij1-39/+32
2019-08-12drm/amd/display: Remove drm_dsc_dc.cDavid Francis1-453/+0
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: Set one 4:2:0-related PPS field as recommended by DSC specNikola Cornij1-0/+6
2019-07-18drm/amd/display: Update drm_dsc to reflect native 4.2.0 DSC specDavid Francis1-4/+69
2019-07-18drm/amd/display: Set one 4:2:0-related PPS field as recommended by DSC specNikola Cornij1-0/+6
2019-07-16drm/amd/display: Support clang option for stack alignmentArnd Bergmann1-4/+12
2019-06-27drm/amd/display: fix a couple of spelling mistakesColin Ian King1-4/+4
2019-06-22drm/amd/display: update dsc max_target_bpp to 16 bppWenjing Liu1-8/+1
2019-06-22drm/amd/display: update DSC MST DP virtual DPCD peer device enumeration policyWenjing Liu1-1/+4
2019-06-22drm/amd/display: fix a potential issue in DSC logicWenjing Liu1-4/+10
2019-06-22drm/amd/display: Add support for extended DSC DPCD capsNikola Cornij1-37/+81
2019-06-22drm/amd/display: Add 170Mpix/sec DSC throughput supportNikola Cornij2-245/+8
2019-06-22drm/amd/display: Consider DSC target bpp precision when calculating DSC target bppNikola Cornij1-8/+17
2019-06-22drm/amd/display: Implement DSC MST fair share algorithmWenjing Liu1-8/+18
2019-06-22drm/amd/display: Make sure DSC slice height is divisible by 2 for 4:2:0 color formatNikola Cornij1-2/+11
2019-06-22drm/amd/display: Use 1/8th DSC target bitrate precision for N4:2:2 and 4:2:0 formatsNikola Cornij1-0/+4
2019-06-22drm/amd/display: Remove additional FEC link bandwidth reductionNikola Cornij1-3/+2
2019-06-22drm/amd/display: remove target_dpp hack for dscWenjing Liu1-21/+6
2019-06-22drm/amd/display: remove legacy DSC functionsWenjing Liu1-114/+9
2019-06-22drm/amd/display: Calculate link bandwidth in a common functionNikola Cornij1-9/+5
2019-06-22drm/amd/display: Add DSC support for Navi (v2)Harry Wentland9-0/+2787