summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dsc
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: Fix compilation errorTao.Huang2020-11-022-5/+5
* drm/amd/display: Add an option to limit max DSC target bpp per sinkNikola Cornij2020-10-261-8/+16
* drm/amd/display: Mask DPCD field to avoid reading unsupported field valueJaehyun Chung2020-08-171-1/+3
* drm/amd/display: Fix DSC force enable on SSTEryk Brol2020-08-171-1/+15
* drm/amd/display: add DCN support for aarch64Daniel Kolesa2020-08-101-0/+5
* drm/amd/display: rename dsc extended caps as dsc branch decoder capsWenjing Liu2020-07-211-5/+5
* drm/amd/display: Use u16 for drm_bpp in DSC calculationsNicholas Kazlauskas2020-07-011-4/+4
* drm/amd/display: Rework dsc to isolate FPU operationsRodrigo Siqueira2020-07-015-50/+153
* drm: Correct DP DSC macro typoRodrigo Siqueira2020-04-301-1/+1
* drm/amd/display: Add debug option to disable DSC supportWenjing Liu2020-01-221-1/+2
* drm/amd/display: Add debug option to override DSC target bpp incrementNikola Cornij2019-12-181-1/+18
* drm/amd/display: Add interface to adjust DSC max target bpp limitJoshua Aberback2019-12-181-3/+11
* amdgpu: Enable initial DCN support on POWERTimothy Pearson2019-12-181-0/+8
* Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter2019-12-176-37/+78
|\
| * drm/amdgpu: fix license on Kconfig and MakefilesAlex Deucher2019-12-111-0/+1
| * drm/amd/display: add dsc policy getterWenjing Liu2019-12-051-39/+64
| * drm/amd/display: add dc dsc functions to return bpp range for pixel encodingWenjing Liu2019-12-051-7/+31
| * drm/amd/display: Add DSC 422Native debug optionIlya Bakoulin2019-11-191-1/+5
| * drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTEDBhawanpreet Lakha2019-11-136-12/+0
* | drm/amdgpu: fix license on Kconfig and MakefilesAlex Deucher2019-12-111-0/+1
* | Merge v5.4-rc7 into drm-nextDave Airlie2019-11-141-7/+12
|\ \ | |/ |/|
| * drm/amdgpu: enable -msse2 for GCC 7.1+ usersNick Desaulniers2019-10-301-3/+1
| * drm/amdgpu: fix stack alignment ABI mismatch for GCC 7.1+Nick Desaulniers2019-10-301-0/+9
| * drm/amdgpu: fix stack alignment ABI mismatch for ClangNick Desaulniers2019-10-301-6/+4
* | Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-10-262-18/+70
|\ \ | |/ |/|
| * drm/amd/display: Remove set but not used variable 'source_bpp'zhengbin2019-10-071-3/+0
| * drm/amd/display: Isolate DSC module from driver dependenciesBayan Zabihiyan2019-09-131-11/+64
| * drm/amd/display: config to override DSC start slice heightNikola Cornij2019-09-131-6/+8
* | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-4/+3
|\ \ | |/ |/|
| * kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-041-4/+3
| * drm/amd/display: Set one 4:2:0-related PPS field as recommended by DSC specNikola Cornij2019-07-181-0/+6
* | drm/amd/display: Change DSC policy from slices per column to minimum slice he...Nikola Cornij2019-08-151-39/+32
* | drm/amd/display: Remove drm_dsc_dc.cDavid Francis2019-08-121-453/+0
* | drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to unde...Nick Desaulniers2019-07-301-0/+4
* | drm/amd/display: Set one 4:2:0-related PPS field as recommended by DSC specNikola Cornij2019-07-181-0/+6
* | drm/amd/display: Update drm_dsc to reflect native 4.2.0 DSC specDavid Francis2019-07-181-4/+69
|/
* drm/amd/display: Support clang option for stack alignmentArnd Bergmann2019-07-161-4/+12
* drm/amd/display: fix a couple of spelling mistakesColin Ian King2019-06-271-4/+4
* drm/amd/display: update dsc max_target_bpp to 16 bppWenjing Liu2019-06-221-8/+1
* drm/amd/display: update DSC MST DP virtual DPCD peer device enumeration policyWenjing Liu2019-06-221-1/+4
* drm/amd/display: fix a potential issue in DSC logicWenjing Liu2019-06-221-4/+10
* drm/amd/display: Add support for extended DSC DPCD capsNikola Cornij2019-06-221-37/+81
* drm/amd/display: Add 170Mpix/sec DSC throughput supportNikola Cornij2019-06-222-245/+8
* drm/amd/display: Consider DSC target bpp precision when calculating DSC targe...Nikola Cornij2019-06-221-8/+17
* drm/amd/display: Implement DSC MST fair share algorithmWenjing Liu2019-06-221-8/+18
* drm/amd/display: Make sure DSC slice height is divisible by 2 for 4:2:0 color...Nikola Cornij2019-06-221-2/+11
* drm/amd/display: Use 1/8th DSC target bitrate precision for N4:2:2 and 4:2:0 ...Nikola Cornij2019-06-221-0/+4
* drm/amd/display: Remove additional FEC link bandwidth reductionNikola Cornij2019-06-221-3/+2
* drm/amd/display: remove target_dpp hack for dscWenjing Liu2019-06-221-21/+6
* drm/amd/display: remove legacy DSC functionsWenjing Liu2019-06-221-114/+9