drm: Branch 'master' - 2 commits

[email protected] (Emil Velikov)
Newsgroups gmane.comp.video.dri.patches
Message-ID <[email protected]>
 tests/modetest/modetest.c |    5 +++--
 tests/util/kms.c          |    1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 72a041694e9467ceb903808edf305eb7ea1cc813
Author: Stéphane Marchesin <[email protected]>
Date:   Wed Aug 31 19:45:45 2016 -0700

    modetest: Also print the pixel clock
    
    This can be useful for debugging. xrandr prints it, so why not.
    
    Reviewed-by: Emil Velikov <[email protected]>
    Reviewed-by: Alex Deucher <[email protected]>

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);
commit 587e5a81790cf9e9ce670b2a0062bde0c3b9cb21
Author: Daniel Kurtz <[email protected]>
Date:   Thu Sep 1 09:48:17 2016 +0800

    modetest: add mediatek to module list
    
    There is a mediatek drm kms driver: Add "mediatek" to the static
    lists of driver names.
    
    Signed-off-by: Daniel Kurtz <[email protected]>
    Signed-off-by: JB Tsai <[email protected]>
    Signed-off-by: Nicolas Boichat <[email protected]>
    Reviewed-by: Emil Velikov <[email protected]>

diff --git a/tests/util/kms.c b/tests/util/kms.c
index c20134e..4d89ac8 100644
--- a/tests/util/kms.c
+++ b/tests/util/kms.c
@@ -143,6 +143,7 @@ static const char * const modules[] = {
 	"fsl-dcu-drm",
 	"vc4",
 	"virtio_gpu",
+	"mediatek",
 };
 
 int util_open(const char *device, const char *module)

------------------------------------------------------------------------------

--
_______________________________________________
Dri-patches mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.