Re: [PATCH 12/13] drm/dp_mst: Add DSC enablement helpers to DRM

2019-11-04 Thread Lyude Paul
Hey! Great start so far, some comments down below: On Wed, 2019-10-30 at 15:24 -0400, mikita.lip...@amd.com wrote: > From: Mikita Lipski > > Adding the following elements to add MST DSC support to DRM: > > - dsc_enable boolean flag to drm_dp_vcpi_allocation structure to signal, > which port got

[PATCH 12/13] drm/dp_mst: Add DSC enablement helpers to DRM

2019-10-30 Thread mikita.lipski
From: Mikita Lipski Adding the following elements to add MST DSC support to DRM: - dsc_enable boolean flag to drm_dp_vcpi_allocation structure to signal, which port got DSC enabled - function drm_dp_helper_update_vcpi_slots_for_dsc allows reallocation of newly recalculated VCPI slots and raises

[PATCH 12/13] drm/dp_mst: Add DSC enablement helpers to DRM

2019-10-29 Thread mikita.lipski
From: Mikita Lipski Adding the following elements to add MST DSC support to DRM: - dsc_enable boolean flag to drm_dp_vcpi_allocation structure to signal, which port got DSC enabled - function drm_dp_helper_update_vcpi_slots_for_dsc allows reallocation of newly recalculated VCPI slots and raises