From ac5b6f96e97aaf95f4e668b4057006b221cffaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Thu, 20 Sep 2018 18:53:05 +0200 Subject: [PATCH] Convert README to markdown And update it a little for the current Gitlab infrastructure. --- README | 25 ------------------------- README.md | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 25 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 1a74a12..0000000 --- a/README +++ /dev/null @@ -1,25 +0,0 @@ -xf86-video-amdgpu - AMD Radeon video driver for the Xorg X server - -Patches and questions regarding this software should be directed at the -amd-gfx mailing list: - - https://lists.freedesktop.org/mailman/listinfo/amd-gfx - -Please submit bug reports to the Xorg bugzilla: - - https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/AMDgpu - -The master development code repository can be found at: - - git://anongit.freedesktop.org/git/xorg/driver/xf86-video-amdgpu - - https://cgit.freedesktop.org/xorg/driver/xf86-video-amdgpu - -For patch submission instructions, see: - - https://www.x.org/wiki/Development/Documentation/SubmittingPatches - -For more information on the git code manager, see: - - https://wiki.x.org/wiki/GitPage - diff --git a/README.md b/README.md new file mode 100644 index 0000000..04af1f1 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +xf86-video-amdgpu - Xorg driver for AMD Radeon GPUs using the amdgpu kernel driver +================================================================================== + +Questions regarding this software should be directed at the +[amd-gfx mailing list](https://lists.freedesktop.org/mailman/listinfo/amd-gfx). + +Please +[submit bug reports](https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/AMDgpu) +to the Xorg bugzilla. + +The +[master development code repository](https://gitlab.freedesktop.org/xorg/driver/xf86-video-amdgpu) +can be found at FreeDesktop Gitlab. + +Please use merge requests for patch submission. + +See the X.org wiki for +[further patch submission instructions](https://www.x.org/wiki/Development/Documentation/SubmittingPatches) +and +[more information on the git code manager](https://wiki.x.org/wiki/GitPage). +