Re: [vbox-dev] [PATCH v4] staging: vboxvideo: Add vboxvideo to drivers/staging

2017-06-28 Thread Daniel Vetter
undefined! >>>> ERROR: "unregister_framebuffer" [drivers/staging/vboxvideo/vboxvideo.ko] >>>> undefined! > > > Hmm, this is likely caused by building with a Kconfig with FBDEV disabled. > > The attached patch should fix this. I will send out a v5 wit

Re: [vbox-dev] [RESEND PATCH] staging: vboxvideo: remove dead gamma lut code

2017-08-07 Thread Daniel Vetter
= vbox_crtc_disable, > - .load_lut = vbox_crtc_load_lut, > .prepare = vbox_crtc_prepare, > .commit = vbox_crtc_commit, > }; > -- > 2.11.0 > > ___ > dri-devel mailing list > dri-de...@lists.freedesktop.org > h

Re: [vbox-dev] [RESEND PATCH] staging: vboxvideo: remove dead gamma lut code

2017-08-09 Thread Daniel Vetter
On Tue, Aug 08, 2017 at 01:54:52PM +0200, Peter Rosin wrote: > On 2017-08-07 11:21, Daniel Vetter wrote: > > On Fri, Aug 04, 2017 at 12:45:06PM +0200, Peter Rosin wrote: > >> The redundant fb helpers .load_lut, .gamma_set and .gamma_get are > >> no longer used. Remove