summaryrefslogtreecommitdiff
path: root/kms++/inc
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2016-12-08 01:11:44 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2017-04-16 19:12:43 +0300
commit5610b6440617246972105a93ca6a35c9ed045db4 (patch)
tree0459a58382ce3addd3e25b2c7b158a87c17b635a /kms++/inc
parent9847712d62ab55c5aff4abaf92c9093566b50cd1 (diff)
Remove libdrm_omap dependency
The library is just a wrapper around ioctls. It doesn't provide much value, and its API is marked as experimental and should thus not be expected to be stable. As third party library dependencies are always painful for distributors and packagers, use the ioctls directly for now. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'kms++/inc')
-rw-r--r--kms++/inc/kms++/omap/omapframebuffer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/kms++/inc/kms++/omap/omapframebuffer.h b/kms++/inc/kms++/omap/omapframebuffer.h
index 16d6cf8..9b628f4 100644
--- a/kms++/inc/kms++/omap/omapframebuffer.h
+++ b/kms++/inc/kms++/omap/omapframebuffer.h
@@ -3,8 +3,6 @@
#include <kms++/mappedframebuffer.h>
#include <kms++/pixelformats.h>
-struct omap_bo;
-
namespace kms
{
class OmapCard;
@@ -30,10 +28,7 @@ public:
int prime_fd(unsigned plane);
private:
- OmapCard& m_omap_card;
-
struct FramebufferPlane {
- struct omap_bo* omap_bo;
uint32_t handle;
int prime_fd;
uint32_t size;