Displaying 10 results from an estimated 10 matches for "picosecond".
Did you mean:
picoseconds
2016 Oct 12
2
RFC: General purpose type-safe formatting library
On Tue, Oct 11, 2016 at 8:59 PM Mehdi Amini <mehdi.amini at apple.com> wrote:
>
> 5. *Not flexible.* How do you print a std::chrono::time_point with
> llvm::format()? You can't. You have to resort to providing an overloaded
> streaming operator or formatting it some other way.
>
>
> It seems to me that there is no silver bullet for that: being for
>
2020 Feb 22
0
[PATCH 04/12] drm: Nuke mode->vrefresh
...ode(struct mcde_dsi *d,
> */
> /* (ps/s) / (pixels/s) = ps/pixels */
> pclk = DIV_ROUND_UP_ULL(1000000000000,
> - (mode->vrefresh * mode->htotal * mode->vtotal));
> + (drm_mode_vrefresh(mode) * mode->htotal * mode->vtotal));
> dev_dbg(d->dev, "picoseconds between two pixels: %llu\n",
> pclk);
>
This just caught my eye while browsing the patch.
It looks like a backward way to get the clock.
But patch is fine, it was just a drive-by comment.
Whole patch is:
Reviewed-by: Sam Ravnborg <sam at ravnborg.org>
(with or without remo...
2005 Apr 04
3
"Time went backwards" messages
I have a high end IBM system with 4 HT CPUs, am running xen-unstable
with only Dom0 active, and I get lots of "Timer ISR/n: Time went
backwards" messages. This is a short segment from dmesg:
Timer ISR/1: Time went backwards: -259000 4465110000000 9741000 4465120000000
Timer ISR/6: Time went backwards: -224000 4465110000000 9776000 4465120000000
Timer ISR/6: Time went backwards: -159000
2020 Apr 03
0
[PATCH v2 03/17] drm: Nuke mode->vrefresh
...(mode->vrefresh * mode->htotal * mode->vtotal));
> + (drm_mode_vrefresh(mode) * mode->htotal * mode->vtotal));
Shouldn't you just use the pixel clock here ?
Update: There's a patch further in this series that handles this, great
:-)
> dev_dbg(d->dev, "picoseconds between two pixels: %llu\n",
> pclk);
>
[snip]
> diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.c b/drivers/gpu/drm/nouveau/nouveau_connector.c
> index 9a9a7f5003d3..ac80b1ac459c 100644
> --- a/drivers/gpu/drm/nouveau/nouveau_connector.c
> +++ b/drivers/gpu/dr...
2020 Feb 19
5
[PATCH 04/12] drm: Nuke mode->vrefresh
...ic void mcde_dsi_setup_video_mode(struct mcde_dsi *d,
*/
/* (ps/s) / (pixels/s) = ps/pixels */
pclk = DIV_ROUND_UP_ULL(1000000000000,
- (mode->vrefresh * mode->htotal * mode->vtotal));
+ (drm_mode_vrefresh(mode) * mode->htotal * mode->vtotal));
dev_dbg(d->dev, "picoseconds between two pixels: %llu\n",
pclk);
@@ -568,7 +568,7 @@ static void mcde_dsi_setup_video_mode(struct mcde_dsi *d,
bpl *= d->mdsi->lanes;
dev_dbg(d->dev,
"calculated bytes per line: %llu @ %d Hz with HS %lu Hz\n",
- bpl, mode->vrefresh, d->mdsi->hs_rate...
2020 Apr 03
3
[PATCH v2 03/17] drm: Nuke mode->vrefresh
...ic void mcde_dsi_setup_video_mode(struct mcde_dsi *d,
*/
/* (ps/s) / (pixels/s) = ps/pixels */
pclk = DIV_ROUND_UP_ULL(1000000000000,
- (mode->vrefresh * mode->htotal * mode->vtotal));
+ (drm_mode_vrefresh(mode) * mode->htotal * mode->vtotal));
dev_dbg(d->dev, "picoseconds between two pixels: %llu\n",
pclk);
@@ -568,7 +568,7 @@ static void mcde_dsi_setup_video_mode(struct mcde_dsi *d,
bpl *= d->mdsi->lanes;
dev_dbg(d->dev,
"calculated bytes per line: %llu @ %d Hz with HS %lu Hz\n",
- bpl, mode->vrefresh, d->mdsi->hs_rate...
2020 Apr 04
0
[PATCH v2 03/17] drm: Nuke mode->vrefresh
...ruct
> mcde_dsi *d,
> */
> /* (ps/s) / (pixels/s) = ps/pixels */
> pclk = DIV_ROUND_UP_ULL(1000000000000,
> - (mode->vrefresh * mode->htotal * mode->vtotal));
> + (drm_mode_vrefresh(mode) * mode->htotal * mode->vtotal));
> dev_dbg(d->dev, "picoseconds between two pixels: %llu\n",
> pclk);
>
> @@ -568,7 +568,7 @@ static void mcde_dsi_setup_video_mode(struct
> mcde_dsi *d,
> bpl *= d->mdsi->lanes;
> dev_dbg(d->dev,
> "calculated bytes per line: %llu @ %d Hz with HS %lu Hz\n",
> - bpl, m...
2020 Apr 28
0
[PATCH v3 03/16] drm: Nuke mode->vrefresh
...ic void mcde_dsi_setup_video_mode(struct mcde_dsi *d,
*/
/* (ps/s) / (pixels/s) = ps/pixels */
pclk = DIV_ROUND_UP_ULL(1000000000000,
- (mode->vrefresh * mode->htotal * mode->vtotal));
+ (drm_mode_vrefresh(mode) * mode->htotal * mode->vtotal));
dev_dbg(d->dev, "picoseconds between two pixels: %llu\n",
pclk);
@@ -568,7 +568,7 @@ static void mcde_dsi_setup_video_mode(struct mcde_dsi *d,
bpl *= d->mdsi->lanes;
dev_dbg(d->dev,
"calculated bytes per line: %llu @ %d Hz with HS %lu Hz\n",
- bpl, mode->vrefresh, d->mdsi->hs_rate...
2005 Oct 11
2
Question on hardware requirements when not using a land-line
Hello all. I am new to Asterisk as well as this group so please excuse me for a bit as I learn the
ropes of Asterisk. Anyway, I currently am using a pap2-na adapter with Teliax and Mesa Networks (my isp) and
was wondering what I will need to get Asterisk running correctly. I am wondering what I will need in the machine besides
a NIC card to handle my home traffic. I have only 3 phones in the
2005 Oct 13
0
Not ringing on incoming callls
Anyone have any ideas as to why a call coming in won't ring the phone? I can call the phone from my cell and when I hear it ringing on the cell phone I pick up the house phone that should be ringing and am able to talk. I have tried two different pap2-na adapters, have verified the ports on my firewall and also a couple of different house phones. I am not running Asterisk yet but will be