Re: [PATCH v2 07/23] drm/dsc: Define Display Stream Compression PPS infoframe

2018-08-23 Thread Manasi Navare
Thanks for the review. And yes it just removes the bitfields in PPS since the packing of the bitfields and memory allocations are heavily dependent on HW. So we cant have them in DRM level. I will make sure to add this in version history and also add Suggested-by: jani.nik...@linux.intel.com

Re: [PATCH v2 07/23] drm/dsc: Define Display Stream Compression PPS infoframe

2018-08-23 Thread Manasi Navare
sts.freedesktop.org; Jani Nikula > >; Ville Syrjala ; > >Srivatsa, Anusha ; Harry Wentland > > > >Subject: [PATCH v2 07/23] drm/dsc: Define Display Stream Compression PPS > >infoframe > > > >This patch defines a new header file for all the DSC 1.2 structures and

Re: [PATCH v2 07/23] drm/dsc: Define Display Stream Compression PPS infoframe

2018-08-23 Thread Harry Wentland
On 2018-07-31 05:07 PM, 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 infoframe syntax

RE: [PATCH v2 07/23] drm/dsc: Define Display Stream Compression PPS infoframe

2018-08-17 Thread Srivatsa, Anusha
K >; dri-devel@lists.freedesktop.org; Jani Nikula >; Ville Syrjala ; >Srivatsa, Anusha ; Harry Wentland > >Subject: [PATCH v2 07/23] drm/dsc: Define Display Stream Compression PPS >infoframe > >This patch defines a new header file for all the DSC 1.2 structures and >creates a >s

[PATCH v2 07/23] drm/dsc: Define Display Stream Compression PPS infoframe

2018-07-31 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.