Re: [Intel-gfx] [PATCH 0/3] Make DRM DSC helpers more generally usable

2019-02-14 Thread Jani Nikula
On Wed, 13 Feb 2019, David Francis wrote: > drm_dsc could use some work so that drm drivers other than > i915 can make use of it their own DSC implementations > > Move rc compute, a function that forms part of the DSC spec, > into drm. Update it to DSC 1.2. Also change the packing function > to op

[Intel-gfx] [PATCH 0/3] Make DRM DSC helpers more generally usable

2019-02-13 Thread David Francis
drm_dsc could use some work so that drm drivers other than i915 can make use of it their own DSC implementations Move rc compute, a function that forms part of the DSC spec, into drm. Update it to DSC 1.2. Also change the packing function to operate only on the packing struct, to allow for drivers