From ed7d177f66885dfbc4e8410154559c4767fefa9f Mon Sep 17 00:00:00 2001 From: nobled Date: Thu, 9 Sep 2010 10:07:21 +0100 Subject: libkms/radeon: Add backend Todo: What tiling should be set on scanout buffers? Haven't tested besides compiling it. --- libkms/internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libkms/internal.h') diff --git a/libkms/internal.h b/libkms/internal.h index 63122d11..51f5e65c 100644 --- a/libkms/internal.h +++ b/libkms/internal.h @@ -70,4 +70,6 @@ int intel_create(int fd, struct kms_driver **out); int nouveau_create(int fd, struct kms_driver **out); +int radeon_create(int fd, struct kms_driver **out); + #endif -- cgit v1.2.3-54-g00ecf