[PATCH 0/4]: Picture aspect ratio support in DRM layer

2016-08-04 Thread Sharma, Shashank
sends a modeset, does it set the flags properly ? - while creating a kernel_mode from user_mode, during modeset, are we preserving these flags ? (if you have my patches, this should work) Regards Shashank > Best regards, > Jose Miguel Abreu > >> Regards >> Shashank >> -O

[PATCH 0/4]: Picture aspect ratio support in DRM layer

2016-08-04 Thread Jose Abreu
es it set the flags > properly ? If it is a mode created by the user then I think not. If it is a mode that was passed by the kernel then it will if the flags are not touched. This correctly happens using libdrm's modetest but it doesn't happen when using xrandr. > - while creating a

[PATCH 0/4]: Picture aspect ratio support in DRM layer

2016-08-04 Thread Jose Abreu
pected. Best regards, Jose Miguel Abreu > > Regards > Shashank > -Original Message- > From: Jose Abreu [mailto:Jose.Abreu at synopsys.com] > Sent: Wednesday, August 3, 2016 6:38 PM > To: Daniel Vetter ; Sharma, Shashank intel.com> > Cc: intel-gfx at lists.freedesktop.o

[PATCH 0/4]: Picture aspect ratio support in DRM layer

2016-08-03 Thread Shashank Sharma
This patch series adds 4 patches. - The first two patches add aspect ratio support in DRM layes - Next two patches add new aspect ratios defined in CEA-861-F supported for HDMI 2.0 4k modes. Adding aspect ratio support in DRM layer: - The CEA videmodes contain aspect ratio information, which we

[PATCH 0/4]: Picture aspect ratio support in DRM layer

2016-08-03 Thread Sharma, Shashank
breu [mailto:jose.ab...@synopsys.com] Sent: Wednesday, August 3, 2016 6:38 PM To: Daniel Vetter ; Sharma, Shashank Cc: intel-gfx at lists.freedesktop.org; dri-devel at lists.freedesktop.org; Vetter, Daniel ; Carlos Palminha Subject: Re: [PATCH 0/4]: Picture aspect ratio support in DRM layer Hi, On

[PATCH 0/4]: Picture aspect ratio support in DRM layer

2016-08-03 Thread Sharma, Shashank
] On Behalf Of Daniel Vetter Sent: Wednesday, August 3, 2016 5:18 PM To: Sharma, Shashank Cc: dri-devel at lists.freedesktop.org; intel-gfx at lists.freedesktop.org; ville.syrjala at linux.intel.com; rodrigo.vivi at gmail.com; Vetter, Daniel Subject: Re: [PATCH 0/4]: Picture aspect ratio support

[PATCH 0/4]: Picture aspect ratio support in DRM layer

2016-08-03 Thread Jose Abreu
Hi, On 03-08-2016 12:48, Daniel Vetter wrote: > On Wed, Aug 03, 2016 at 04:26:24PM +0530, Shashank Sharma wrote: >> This patch series adds 4 patches. >> - The first two patches add aspect ratio support in DRM layes >> - Next two patches add new aspect ratios defined in CEA-861-F >> supported fo

[PATCH 0/4]: Picture aspect ratio support in DRM layer

2016-08-03 Thread Daniel Vetter
On Wed, Aug 03, 2016 at 04:26:24PM +0530, Shashank Sharma wrote: > This patch series adds 4 patches. > - The first two patches add aspect ratio support in DRM layes > - Next two patches add new aspect ratios defined in CEA-861-F > supported for HDMI 2.0 4k modes. > > Adding aspect ratio support