Hi all,
On 14-08-19 19:36, Hans de Goede wrote:
Hi,
On 14-08-19 19:26, Daniel Vetter wrote:
On Tue, Aug 13, 2019 at 09:57:19AM +0200, Hans de Goede wrote:
Hi,
On 13-08-19 08:25, Nishka Dasgupta wrote:
The static structure vbox_fb_helper_funcs, of type drm_fb_helper_funcs,
is used only when
On Wed, Aug 14, 2019 at 08:42:27PM +0200, Sam Ravnborg wrote:
> On Wed, Aug 14, 2019 at 07:51:37PM +0200, Daniel Vetter wrote:
> > On Wed, Aug 14, 2019 at 07:36:55PM +0200, Hans de Goede wrote:
> > > Hi,
> > >
> > > On 14-08-19 19:26, Daniel Vetter wrote:
> > > > On Tue, Aug 13, 2019 at 09:57:19AM
On Wed, Aug 14, 2019 at 07:51:37PM +0200, Daniel Vetter wrote:
> On Wed, Aug 14, 2019 at 07:36:55PM +0200, Hans de Goede wrote:
> > Hi,
> >
> > On 14-08-19 19:26, Daniel Vetter wrote:
> > > On Tue, Aug 13, 2019 at 09:57:19AM +0200, Hans de Goede wrote:
> > > > Hi,
> > > >
> > > > On 13-08-19 08:2
On Wed, Aug 14, 2019 at 07:36:55PM +0200, Hans de Goede wrote:
> Hi,
>
> On 14-08-19 19:26, Daniel Vetter wrote:
> > On Tue, Aug 13, 2019 at 09:57:19AM +0200, Hans de Goede wrote:
> > > Hi,
> > >
> > > On 13-08-19 08:25, Nishka Dasgupta wrote:
> > > > The static structure vbox_fb_helper_funcs, of
Hi,
On 14-08-19 19:26, Daniel Vetter wrote:
On Tue, Aug 13, 2019 at 09:57:19AM +0200, Hans de Goede wrote:
Hi,
On 13-08-19 08:25, Nishka Dasgupta wrote:
The static structure vbox_fb_helper_funcs, of type drm_fb_helper_funcs,
is used only when it is passed as the third argument to
drm_fb_helpe
On Tue, Aug 13, 2019 at 09:57:19AM +0200, Hans de Goede wrote:
> Hi,
>
> On 13-08-19 08:25, Nishka Dasgupta wrote:
> > The static structure vbox_fb_helper_funcs, of type drm_fb_helper_funcs,
> > is used only when it is passed as the third argument to
> > drm_fb_helper_fbdev_setup(), which does not
Hi,
On 13-08-19 08:25, Nishka Dasgupta wrote:
The static structure vbox_fb_helper_funcs, of type drm_fb_helper_funcs,
is used only when it is passed as the third argument to
drm_fb_helper_fbdev_setup(), which does not modify it. Hence make it
constant to protect it from unintended modifications.