aboutsummaryrefslogtreecommitdiff
path: root/drmproperty.cpp
diff options
context:
space:
mode:
authorAlexandru Gheorghe <alexandru-cosmin.gheorghe@arm.com>2018-05-01 14:37:10 +0100
committerAlexandru Gheorghe <alexandru-cosmin.gheorghe@arm.com>2018-07-13 15:36:23 +0100
commit0f5abd797b74aa27a80ddf84218a6457a203dcb8 (patch)
tree4ef6bd84e555ac33aa9545097dd77ea5b4a939af /drmproperty.cpp
parent81a295ccf4f822acc4edece9df87c551f8d5927e (diff)
downloaddrm_hwcomposer-0f5abd797b74aa27a80ddf84218a6457a203dcb8.tar.gz
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>
Diffstat (limited to 'drmproperty.cpp')
-rw-r--r--drmproperty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drmproperty.cpp b/drmproperty.cpp
index 6f65dac..d7a06e3 100644
--- a/drmproperty.cpp
+++ b/drmproperty.cpp
@@ -14,8 +14,8 @@
* limitations under the License.
*/
+#include "drmdevice.h"
#include "drmproperty.h"
-#include "drmresources.h"
#include <errno.h>
#include <stdint.h>