drm_hwcomposer: Rename DrmResources to DrmDevice
DrmDevice is a better name to reflect the fact that DrmResources/
DrmDevice can handle just one dri node.
Suggested here [1] by Sean Paul.
[1] https://lists.freedesktop.org/archives/dri-devel/2018-April/173290.html
Signed-off-by: Alexandru Gheorghe <alexandru-cosmin.gheorghe@arm.com>
diff --git a/drmencoder.cpp b/drmencoder.cpp
index 3d762f3..f61c8fd 100644
--- a/drmencoder.cpp
+++ b/drmencoder.cpp
@@ -15,8 +15,8 @@
*/
#include "drmcrtc.h"
+#include "drmdevice.h"
#include "drmencoder.h"
-#include "drmresources.h"
#include <stdint.h>
#include <xf86drmMode.h>