search for: proptotype

Displaying 5 results from an estimated 5 matches for "proptotype".

Did you mean: proptotypes
2006 Jan 04
17
Scriptaculous + Prototype shrunk to < 50Kb
Maybe I''m anal but I like fat-free JS, so I pulled the Proptotype and core Scriptaculous files into one single JS file at 49Kb. It''s "packed" so if you care about that kind of thing, it''s also "obfuscated". Download from my personal site at www.alistercameron.com. - Alister PS. Of course this is the current version a...
2018 Dec 10
1
[PATCH 7/7] drm: Split out drm_probe_helper.h
...patch because it break compiling at least on sti driver. drm_probe_helper.h doesn't bring the same includes than drm_crtc_helper.h: #include <drm/drm_crtc.h> #include <drm/drm_modeset_helper_vtables.h> #include <drm/drm_modeset_helper.h> so some types, structures and functions proptotypes are missing while compiling. > Benjamin > > > Signed-off-by: Daniel Vetter <daniel.vetter at intel.com> > > > Cc: linux-arm-kernel at lists.infradead.org > > > Cc: virtualization at lists.linux-foundation.org > > > Cc: etnaviv at lists.freedesktop.org...
2018 Dec 10
1
[PATCH 7/7] drm: Split out drm_probe_helper.h
...patch because it break compiling at least on sti driver. drm_probe_helper.h doesn't bring the same includes than drm_crtc_helper.h: #include <drm/drm_crtc.h> #include <drm/drm_modeset_helper_vtables.h> #include <drm/drm_modeset_helper.h> so some types, structures and functions proptotypes are missing while compiling. > Benjamin > > > Signed-off-by: Daniel Vetter <daniel.vetter at intel.com> > > > Cc: linux-arm-kernel at lists.infradead.org > > > Cc: virtualization at lists.linux-foundation.org > > > Cc: etnaviv at lists.freedesktop.org...
2018 Dec 10
1
[PATCH 7/7] drm: Split out drm_probe_helper.h
...patch because it break compiling at least on sti driver. drm_probe_helper.h doesn't bring the same includes than drm_crtc_helper.h: #include <drm/drm_crtc.h> #include <drm/drm_modeset_helper_vtables.h> #include <drm/drm_modeset_helper.h> so some types, structures and functions proptotypes are missing while compiling. > Benjamin > > > Signed-off-by: Daniel Vetter <daniel.vetter at intel.com> > > > Cc: linux-arm-kernel at lists.infradead.org > > > Cc: virtualization at lists.linux-foundation.org > > > Cc: etnaviv at lists.freedesktop.org...
2018 Dec 10
1
[PATCH 7/7] drm: Split out drm_probe_helper.h
On Mon, Dec 10, 2018 at 11:11:33AM +0100, Daniel Vetter wrote: > Having the probe helper stuff (which pretty much everyone needs) in > the drm_crtc_helper.h file (which atomic drivers should never need) is > confusing. Split them out. > > To make sure I actually achieved the goal here I went through all > drivers. And indeed, all atomic drivers are now free of >