From e3820f911a337c5eb1832449c378658469305ef1 Mon Sep 17 00:00:00 2001 From: Jyri Sarha Date: Tue, 20 Oct 2015 16:48:08 +0300 Subject: libkms++/plane: Add methods for getting details of the DRM object --- libkms++/plane.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libkms++/plane.h') diff --git a/libkms++/plane.h b/libkms++/plane.h index 0c232c0..2faca78 100644 --- a/libkms++/plane.h +++ b/libkms++/plane.h @@ -25,6 +25,15 @@ public: PlaneType plane_type() const; + std::vector get_formats() const; + uint32_t crtc_id() const; + uint32_t fb_id() const; + + uint32_t crtc_x() const; + uint32_t crtc_y() const; + uint32_t x() const; + uint32_t y() const; + uint32_t gamma_size() const; private: Plane(Card& card, uint32_t id); ~Plane(); -- cgit v1.2.3