Re: [PATCH] drm: add fb max width/height fields to drm_mode_config

2019-10-14 Thread Daniel Vetter
On Thu, Oct 03, 2019 at 01:27:18PM +0300, Ville Syrjälä wrote: > On Wed, Oct 02, 2019 at 03:55:10PM -0400, Rob Clark wrote: > > On Wed, Oct 2, 2019 at 9:45 AM Ville Syrjälä > > wrote: > > > > > > On Tue, Oct 01, 2019 at 02:20:55PM -0700, Jeykumar Sankaran wrote: > > > > On 2019-09-30 03:39, Ville

Re: [PATCH] drm: add fb max width/height fields to drm_mode_config

2019-10-03 Thread Ville Syrjälä
On Wed, Oct 02, 2019 at 03:55:10PM -0400, Rob Clark wrote: > On Wed, Oct 2, 2019 at 9:45 AM Ville Syrjälä > wrote: > > > > On Tue, Oct 01, 2019 at 02:20:55PM -0700, Jeykumar Sankaran wrote: > > > On 2019-09-30 03:39, Ville Syrjälä wrote: > > > > On Fri, Sep 27, 2019 at 06:28:51PM -0700, Jeykumar

Re: [PATCH] drm: add fb max width/height fields to drm_mode_config

2019-10-02 Thread Rob Clark
On Wed, Oct 2, 2019 at 9:45 AM Ville Syrjälä wrote: > > On Tue, Oct 01, 2019 at 02:20:55PM -0700, Jeykumar Sankaran wrote: > > On 2019-09-30 03:39, Ville Syrjälä wrote: > > > On Fri, Sep 27, 2019 at 06:28:51PM -0700, Jeykumar Sankaran wrote: > > >> The mode_config max width/height values

Re: [PATCH] drm: add fb max width/height fields to drm_mode_config

2019-10-02 Thread Ville Syrjälä
On Tue, Oct 01, 2019 at 02:20:55PM -0700, Jeykumar Sankaran wrote: > On 2019-09-30 03:39, Ville Syrjälä wrote: > > On Fri, Sep 27, 2019 at 06:28:51PM -0700, Jeykumar Sankaran wrote: > >> The mode_config max width/height values determine the maximum > >> resolution the pixel reader can handle. > >

Re: [PATCH] drm: add fb max width/height fields to drm_mode_config

2019-10-01 Thread Jeykumar Sankaran
On 2019-09-30 03:39, Ville Syrjälä wrote: On Fri, Sep 27, 2019 at 06:28:51PM -0700, Jeykumar Sankaran wrote: The mode_config max width/height values determine the maximum resolution the pixel reader can handle. Not according to the docs I "fixed" a while ago. But the same values are used to

Re: [PATCH] drm: add fb max width/height fields to drm_mode_config

2019-09-30 Thread Ville Syrjälä
On Fri, Sep 27, 2019 at 06:28:51PM -0700, Jeykumar Sankaran wrote: > The mode_config max width/height values determine the maximum > resolution the pixel reader can handle. Not according to the docs I "fixed" a while ago. > But the same values are > used to restrict the size of the framebuffer

[PATCH] drm: add fb max width/height fields to drm_mode_config

2019-09-27 Thread Jeykumar Sankaran
The mode_config max width/height values determine the maximum resolution the pixel reader can handle. But the same values are used to restrict the size of the framebuffer creation. Hardware's with scaling blocks can operate on framebuffers larger/smaller than that of the pixel reader resolutions

[PATCH] drm: add fb max width/height fields to drm_mode_config

2019-09-27 Thread Jeykumar Sankaran
The mode_config max width/height values determine the maximum resolution the pixel reader can handle. But the same values are used to restrict the size of the framebuffer creation. Hardware's with scaling blocks can operate on framebuffers larger/smaller than that of the pixel reader resolutions