RE: [PATCH v8 01/17] drm/dp_mst: Add PBN calculation for DSC modes

2019-12-07 Thread Lipski, Mikita
Mikita<mailto:mikita.lip...@amd.com>; amd-...@lists.freedesktop.org<mailto:amd-...@lists.freedesktop.org> Cc: dri-devel@lists.freedesktop.org<mailto:dri-devel@lists.freedesktop.org>; David Francis<mailto:david.fran...@amd.com> Subject: Re: [PATCH v8 01/17] drm/dp_mst: Add PBN calcula

Re: [PATCH v8 01/17] drm/dp_mst: Add PBN calculation for DSC modes

2019-12-06 Thread Lyude Paul
This patch still needs to be rebased, and the selftests for the PBN calculation that got added still need to be updated to reflect the changes for dsc. The code for PBN calculation changed quite a bit upstream since this series started. On Tue, 2019-12-03 at 09:35 -0500, mikita.lip...@amd.com wrot

Re: [PATCH v8 01/17] drm/dp_mst: Add PBN calculation for DSC modes

2019-12-05 Thread kbuild test robot
Hi, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on next-20191203] [cannot apply to drm-intel/for-linux-next linus/master v5.4-rc8 drm-exynos/exynos-drm-next v5.4] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system

[PATCH v8 01/17] drm/dp_mst: Add PBN calculation for DSC modes

2019-12-03 Thread mikita.lipski
From: David Francis With DSC, bpp can be fractional in multiples of 1/16. Change drm_dp_calc_pbn_mode to reflect this, adding a new parameter bool dsc. When this parameter is true, treat the bpp parameter as having units not of bits per pixel, but 1/16 of a bit per pixel v2: Don't add separate