[PATCH] modetest: Also print the pixel clock
Alex Deucher
alexdeucher at gmail.com
Thu Sep 1 13:18:16 UTC 2016
On Wed, Aug 31, 2016 at 10:45 PM, Stéphane Marchesin
<marcheu at chromium.org> wrote:
> This can be useful for debugging. xrandr prints it, so why not.
> ---
> tests/modetest/modetest.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
>
> diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c
> index 21d5438..dedd286 100644
> --- a/tests/modetest/modetest.c
> +++ b/tests/modetest/modetest.c
> @@ -198,7 +198,7 @@ static void dump_encoders(struct device *dev)
>
> static void dump_mode(drmModeModeInfo *mode)
> {
> - printf(" %s %d %d %d %d %d %d %d %d %d",
> + printf(" %s %d %d %d %d %d %d %d %d %d %d",
> mode->name,
> mode->vrefresh,
> mode->hdisplay,
> @@ -208,7 +208,8 @@ static void dump_mode(drmModeModeInfo *mode)
> mode->vdisplay,
> mode->vsync_start,
> mode->vsync_end,
> - mode->vtotal);
> + mode->vtotal,
> + mode->clock);
>
> printf(" flags: ");
> mode_flag_str(mode->flags);
> --
> 2.8.0.rc3.226.g39d4020
>
> _______________________________________________
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
More information about the dri-devel
mailing list