Re: [PATCH] drm/meson: fix max mode_config height/width

2019-10-11 Thread Jeykumar Sankaran
On 2019-10-09 03:47, Daniel Vetter wrote: On Tue, Sep 24, 2019 at 10:28:48AM -0700, Jeykumar Sankaran wrote: Reviving this thread from the context of the below conversion: https://lore.kernel.org/linux-arm-msm/db26145b-3f64-a334-f698-76f972332881 @baylibre.com/T/#u On 2018-10-05 01:19, Neil

Re: [PATCH] drm/meson: fix max mode_config height/width

2019-10-09 Thread Daniel Vetter
On Tue, Sep 24, 2019 at 10:28:48AM -0700, Jeykumar Sankaran wrote: > Reviving this thread from the context of the below conversion: > > https://lore.kernel.org/linux-arm-msm/db26145b-3f64-a334-f698-76f972332...@baylibre.com/T/#u > > On 2018-10-05 01:19, Neil Armstrong wrote: > > On 05/10/2018 09:

Re: [PATCH] drm/meson: fix max mode_config height/width

2019-09-24 Thread Jeykumar Sankaran
Reviving this thread from the context of the below conversion: https://lore.kernel.org/linux-arm-msm/db26145b-3f64-a334-f698-76f972332...@baylibre.com/T/#u On 2018-10-05 01:19, Neil Armstrong wrote: On 05/10/2018 09:58, Daniel Vetter wrote: On Fri, Oct 5, 2018 at 9:39 AM Neil Armstrong wrote:

Re: [PATCH] drm/meson: fix max mode_config height/width

2018-10-05 Thread Neil Armstrong
On 05/10/2018 09:58, Daniel Vetter wrote: > On Fri, Oct 5, 2018 at 9:39 AM Neil Armstrong wrote: >> [...] >> OK, won't this be enough ? >> --- a/include/drm/drm_mode_config.h >> +++ b/include/drm/drm_mode_config.h >> @@ -333,6 +333,8 @@ struct drm_mode_config_funcs { >> * @min_height: minimum

Re: [PATCH] drm/meson: fix max mode_config height/width

2018-10-05 Thread Daniel Vetter
On Fri, Oct 5, 2018 at 9:39 AM Neil Armstrong wrote: > > On 04/10/2018 20:10, Daniel Vetter wrote: > > On Thu, Oct 4, 2018 at 5:05 PM Neil Armstrong > > wrote: > >> > >> On 04/10/2018 12:09, Daniel Vetter wrote: > >>> On Thu, Oct 04, 2018 at 10:42:43AM +0200, Neil Armstrong wrote: > The mod

Re: [PATCH] drm/meson: fix max mode_config height/width

2018-10-05 Thread Neil Armstrong
On 04/10/2018 20:10, Daniel Vetter wrote: > On Thu, Oct 4, 2018 at 5:05 PM Neil Armstrong wrote: >> >> On 04/10/2018 12:09, Daniel Vetter wrote: >>> On Thu, Oct 04, 2018 at 10:42:43AM +0200, Neil Armstrong wrote: The mode_config max_width/max_height determines the maximum framebuffer siz

Re: [PATCH] drm/meson: fix max mode_config height/width

2018-10-04 Thread Daniel Vetter
On Thu, Oct 4, 2018 at 5:05 PM Neil Armstrong wrote: > > On 04/10/2018 12:09, Daniel Vetter wrote: > > On Thu, Oct 04, 2018 at 10:42:43AM +0200, Neil Armstrong wrote: > >> The mode_config max_width/max_height determines the maximum framebuffer > >> size the pixel reader can handle. But the values

Re: [PATCH] drm/meson: fix max mode_config height/width

2018-10-04 Thread Neil Armstrong
On 04/10/2018 12:09, Daniel Vetter wrote: > On Thu, Oct 04, 2018 at 10:42:43AM +0200, Neil Armstrong wrote: >> The mode_config max_width/max_height determines the maximum framebuffer >> size the pixel reader can handle. But the values were set thinking they >> were determining the maximum screen di

Re: [PATCH] drm/meson: fix max mode_config height/width

2018-10-04 Thread Daniel Vetter
On Thu, Oct 04, 2018 at 10:42:43AM +0200, Neil Armstrong wrote: > The mode_config max_width/max_height determines the maximum framebuffer > size the pixel reader can handle. But the values were set thinking they > were determining the maximum screen dimensions. > > This patch changes the values to

[PATCH] drm/meson: fix max mode_config height/width

2018-10-04 Thread Neil Armstrong
The mode_config max_width/max_height determines the maximum framebuffer size the pixel reader can handle. But the values were set thinking they were determining the maximum screen dimensions. This patch changes the values to the maximum height/width the CANVAS block can handle rounded to some cohe