Re: [PATCH 5/8] drm/display: Move DSC header and helpers into display-helper module

2022-04-01 Thread Javier Martinez Canillas
On 3/22/22 20:27, Thomas Zimmermann wrote: > DSC is the Display Stream Compression standard for DisplayPort. Move > the DSC code into display/ and split the header into files for protocol > core and DRM helpers. Adapt all users of the code. No functional > changes. > > To avoid the proliferation

[PATCH 5/8] drm/display: Move DSC header and helpers into display-helper module

2022-03-22 Thread Thomas Zimmermann
DSC is the Display Stream Compression standard for DisplayPort. Move the DSC code into display/ and split the header into files for protocol core and DRM helpers. Adapt all users of the code. No functional changes. To avoid the proliferation of Kconfig options, DSC is part of DRM's support for