Re: [PATCH v6 08/28] drm/dsc: Define Display Stream Compression PPS infoframe

2018-11-01 Thread Manasi Navare
On Thu, Nov 01, 2018 at 06:42:17PM +0200, Ville Syrjälä wrote: > On Wed, Oct 24, 2018 at 03:28:20PM -0700, Manasi Navare wrote: > > This patch defines a new header file for all the DSC 1.2 structures > > and creates a structure for PPS infoframe which will be used to send > > picture parameter set

Re: [Intel-gfx] [PATCH v6 08/28] drm/dsc: Define Display Stream Compression PPS infoframe

2018-11-01 Thread Ville Syrjälä
On Thu, Nov 01, 2018 at 06:42:17PM +0200, Ville Syrjälä wrote: > On Wed, Oct 24, 2018 at 03:28:20PM -0700, Manasi Navare wrote: > > This patch defines a new header file for all the DSC 1.2 structures > > and creates a structure for PPS infoframe which will be used to send > > picture parameter set

Re: [PATCH v6 08/28] drm/dsc: Define Display Stream Compression PPS infoframe

2018-11-01 Thread Ville Syrjälä
On Wed, Oct 24, 2018 at 03:28:20PM -0700, Manasi Navare wrote: > This patch defines a new header file for all the DSC 1.2 structures > and creates a structure for PPS infoframe which will be used to send > picture parameter set secondary data packet for display stream compression. > All the PPS inf

[PATCH v6 08/28] drm/dsc: Define Display Stream Compression PPS infoframe

2018-10-24 Thread Manasi Navare
This patch defines a new header file for all the DSC 1.2 structures and creates a structure for PPS infoframe which will be used to send picture parameter set secondary data packet for display stream compression. All the PPS infoframe syntax elements are taken from DSC 1.2 specification from VESA.