Hello,
The atmel-hlcdc DRM driver has been merged in linux 4.0. This patch series adds the appropriate string to modetest and kmstest tools so that they can be used without specifying the driver name.
Note that I already sent this patch a few weeks ago (hence the RESEND in the title) but I'm not sure I'm sending it to the appropriate persons. If that's the case, could you give me a list of people I should add in Cc ?
Best Regards,
Boris
Boris BREZILLON (2): modetest: add atmel-hlcdc driver support tests/kmstest: support atmel-hlcdc
tests/kmstest/main.c | 1 + tests/modetest/modetest.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
From: Boris BREZILLON boris.brezillon@free-electrons.com
Signed-off-by: Boris BREZILLON boris.brezillon@free-electrons.com --- tests/modetest/modetest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c index 7f0c1cc..18bb052 100644 --- a/tests/modetest/modetest.c +++ b/tests/modetest/modetest.c @@ -1494,7 +1494,7 @@ int main(int argc, char **argv) int drop_master = 0; int test_vsync = 0; int test_cursor = 0; - const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos", "tilcdc", "msm", "sti", "tegra", "imx-drm", "rockchip" }; + const char *modules[] = { "i915", "radeon", "nouveau", "vmwgfx", "omapdrm", "exynos", "tilcdc", "msm", "sti", "tegra", "imx-drm", "rockchip", "atmel-hlcdc" }; char *device = NULL; char *module = NULL; unsigned int i;
From: Boris BREZILLON boris.brezillon@free-electrons.com
Signed-off-by: Boris BREZILLON boris.brezillon@free-electrons.com --- tests/kmstest/main.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/tests/kmstest/main.c b/tests/kmstest/main.c index 7d50f5b..19ce570 100644 --- a/tests/kmstest/main.c +++ b/tests/kmstest/main.c @@ -64,6 +64,7 @@ static const char *drivers[] = { "exynos", "imx-drm", "rockchip", + "atmel-hlcdc", NULL };
Hi Boris,
On 28 May 2015 at 09:07, Boris Brezillon boris.brezillon@free-electrons.com wrote:
Hello,
The atmel-hlcdc DRM driver has been merged in linux 4.0. This patch series adds the appropriate string to modetest and kmstest tools so that they can be used without specifying the driver name.
Note that I already sent this patch a few weeks ago (hence the RESEND in the title) but I'm not sure I'm sending it to the appropriate persons. If that's the case, could you give me a list of people I should add in Cc ?
I'm afraid that not many people have time/interest in libdrm nowadays. Considering the lack of objections, plus that the module is part of a released kernel, I've went ahead and pushed these two patches.
Thanks Emil
dri-devel@lists.freedesktop.org