search for: dumb

Displaying 20 results from an estimated 2775 matches for "dumb".

2012 Nov 29
1
[mgcv][gam] Manually defining my own knots?
...o figure out the knots, because this will lead to un-comparable results when the many fitted models are combined. Here is a caricatured example of what I want to do: #Random data x = runif(1000,0,1) y = (log(x^2)+x^3)/sin(x) example = gam(y~s(x)) plot(example) #But I want to define my own knots dumb.knots = c(.7,.8,.9) dumb.example = gam(y~s(x,k=3),knots=list(dumb.knots)) plot(dumb.example) dumb.example2 = gam(y~s(x,k=3)) plot(dumb.example2) Dumb example 1 is the same as dumb example 2, but it shouldn't be. Once I figure out how to do this, I'll take the fitted coefficients from eac...
2025 Jan 19
1
[PATCH v2 25/25] drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb()
...gt;>> it, but we don't have clear rules what the ioctl does with specific >>>>> parameters, and we don't document how it has to be used. >>>>> >>>>> Perhaps the situation is bad, and all we can really say is that >>>>> CREATE_DUMB only works for use with simple RGB formats, and the >>>>> behavior for all other formats is platform specific. But I think even >>>>> that would be valuable in the UAPI docs. >>>> To be honest, I would not want to specify behavior for anything but the >&...
2025 Jan 16
2
[PATCH v2 25/25] drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb()
...> > >> it, but we don't have clear rules what the ioctl does with specific > > >> parameters, and we don't document how it has to be used. > > >> > > >> Perhaps the situation is bad, and all we can really say is that > > >> CREATE_DUMB only works for use with simple RGB formats, and the > > >> behavior for all other formats is platform specific. But I think even > > >> that would be valuable in the UAPI docs. > > > > > > To be honest, I would not want to specify behavior for anything but...
2025 Jan 19
1
[PATCH v2 25/25] drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb()
...but we don't have clear rules what the ioctl does with specific >>>>>> parameters, and we don't document how it has to be used. >>>>>> >>>>>> Perhaps the situation is bad, and all we can really say is that >>>>>> CREATE_DUMB only works for use with simple RGB formats, and the >>>>>> behavior for all other formats is platform specific. But I think even >>>>>> that would be valuable in the UAPI docs. >>>>> To be honest, I would not want to specify behavior for anything b...
2025 Jan 16
3
[PATCH v2 25/25] drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb()
...d we have userspace using > >> it, but we don't have clear rules what the ioctl does with specific > >> parameters, and we don't document how it has to be used. > >> > >> Perhaps the situation is bad, and all we can really say is that > >> CREATE_DUMB only works for use with simple RGB formats, and the > >> behavior for all other formats is platform specific. But I think even > >> that would be valuable in the UAPI docs. > > > > To be honest, I would not want to specify behavior for anything but the > > linear...
2025 Jan 16
3
[PATCH v2 25/25] drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb()
...e the current UAPI, and we have userspace using >> it, but we don't have clear rules what the ioctl does with specific >> parameters, and we don't document how it has to be used. >> >> Perhaps the situation is bad, and all we can really say is that >> CREATE_DUMB only works for use with simple RGB formats, and the >> behavior for all other formats is platform specific. But I think even >> that would be valuable in the UAPI docs. > > To be honest, I would not want to specify behavior for anything but the > linear RGB formats. If anyt...
2025 Jan 09
25
[PATCH v2 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
Dumb-buffer pitch and size is specified by width, height, bits-per-pixel plus various hardware-specific alignments. The calculation of these values is inconsistent and duplicated among drivers. The results for formats with bpp < 8 are incorrect. This series fixes this for most drivers. Default scanl...
2015 Nov 27
7
how do I download pictures from a dumb phone?
How do I download pictures from a dumb phone? I have a Samsung phone I bought at a Walmart. According the the front, it worships Verizon. Beyond that, I'm not at all sure what kind. If I use a real USB connector to connect it to my PC, CentOS sees it as a character special device. What, if anything, I can do with that device, I do...
2025 Jan 10
0
[PATCH v2 02/25] drm/dumb-buffers: Provide helper to set pitch and size
Hi Am 10.01.25 um 02:49 schrieb Andy Yan: > Hi Thomas, > > At 2025-01-09 22:56:56, "Thomas Zimmermann" <tzimmermann at suse.de> wrote: >> Add drm_modes_size_dumb(), a helper to calculate the dumb-buffer >> scanline pitch and allocation size. Implementations of struct >> drm_driver.dumb_create can call the new helper for their size >> computations. There's currently quite a bit of code duplication >> among DRM's memory manager...
2025 Jan 16
1
[PATCH v2 25/25] drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb()
...point is that we have the current UAPI, and we have userspace using > it, but we don't have clear rules what the ioctl does with specific > parameters, and we don't document how it has to be used. > > Perhaps the situation is bad, and all we can really say is that > CREATE_DUMB only works for use with simple RGB formats, and the > behavior for all other formats is platform specific. But I think even > that would be valuable in the UAPI docs. To be honest, I would not want to specify behavior for anything but the linear RGB formats. If anything, I'd take Dani...
2006 May 30
4
Add text/numbers to x axis?
Is there any simple way to add text to the x axis in R? I have tried to add simple characters in R without any greater sucess. As an example of what I want to do is the added C in the following "dumb" plot (produced with MacAnova using the option "dumb:T"): ++------+-------+------+-------+------+-------+------+-------++ 1+ : *+ | : * * | |...
2025 Jan 19
1
[PATCH v2 25/25] drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb()
...have clear rules what the ioctl does with specific >>>>>>> parameters, and we don't document how it has to be used. >>>>>>> >>>>>>> Perhaps the situation is bad, and all we can really say is that >>>>>>> CREATE_DUMB only works for use with simple RGB formats, and the >>>>>>> behavior for all other formats is platform specific. But I think >>>>>>> even >>>>>>> that would be valuable in the UAPI docs. >>>>>> To be honest, I would n...
2025 Jan 20
1
[PATCH v2 25/25] drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb()
Hi, On 20/01/2025 09:49, Thomas Zimmermann wrote: > Hi > > > Am 16.01.25 um 11:03 schrieb Tomi Valkeinen: > [...] >> Aligning video= and dumb buffers almost sounds like going backwards. >> video= parameter is bad, > > Who told you that? Video= is still the way to specify an initial display > mode to the kernel and it will remain so. You did =). "It aligns dumb buffers and video=". I understand the need for d...
2025 Jan 09
1
[PATCH v2 22/25] drm/vmwgfx: Compute dumb-buffer sizes with drm_mode_size_dumb()
Call drm_mode_size_dumb() to compute dumb-buffer scanline pitch and buffer size. No alignment required. Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de> Cc: Zack Rusin <zack.rusin at broadcom.com> Cc: Broadcom internal kernel review list <bcm-kernel-feedback-list at broadcom.com> --- drivers/g...
2015 Nov 28
2
how do I download pictures from a dumb phone?
On Fri, 27 Nov 2015, John R Pierce wrote: > On 11/27/2015 3:40 PM, Michael Hennebry wrote: >> How do I download pictures from a dumb phone? > I've used a program called BitPim on MS Windows to copy stuff to/from 'dumb' > phones like that, it specifically supports Verizon phones. I see there's a > Linux version, but no idea what it takes to get working. In addition to > letting you at the pictu...
2025 Jan 20
1
[PATCH v2 25/25] drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb()
Hi Am 16.01.25 um 11:03 schrieb Tomi Valkeinen: [...] > Aligning video= and dumb buffers almost sounds like going backwards. > video= parameter is bad, Who told you that? Video= is still the way to specify an initial display mode to the kernel and it will remain so. Of course, it is better to auto-detect settings, but that's for a different use case. Best regards T...
2004 Jan 07
1
sambaProfilePath
dumb question... if I put \\SERVER\PROFILES\%u in sambaProfilePath for some user and that user logs in for the first time, it literally creates a %u directory in the proper folder and not the uid name. Am I dumb? Must I actually hard code each one in? Craig
2007 Apr 21
2
Dumb question (KDE Trash Can)
Hi All, I've got a really dumb question. I seem to have lost my Trash Can on my KDE desktop and try and as I might I can't get it back. Anyone have any idea how I can create this again or get it back? It's on the desktop as it should be in Gnome, but has disappeared from the KDE desktop. -- Mark "If you have foun...
2025 Jan 13
0
[PATCH v2 02/25] drm/dumb-buffers: Provide helper to set pitch and size
Hi Am 13.01.25 um 04:53 schrieb Andy Yan: [...] >> Thanks for taking a look. That NV-related code at [0] is a 'somewhat >> non-idiomatic use' of the UAPI. The dumb-buffer interface really just >> supports a single plane. The fix would be a new ioctl that takes a DRM >> 4cc constant and returns a buffer handle/pitch/size for each plane. But >> that's separate series throughout the various components. > So is there a standard way to cre...
2025 Jan 09
1
[PATCH v2 25/25] drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb()
Call drm_mode_size_dumb() to compute dumb-buffer scanline pitch and buffer size. Align the pitch according to hardware requirements. Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de> Cc: Laurent Pinchart <laurent.pinchart at ideasonboard.com> Cc: Tomi Valkeinen <tomi.valkeinen at ideasonboard.com&g...