From 66429ef50279f0085d5637ceca7dae57bca5e981 Mon Sep 17 00:00:00 2001 From: Jyri Sarha Date: Tue, 20 Oct 2015 16:47:46 +0300 Subject: libkms++/encoder: Add methods for getting details of the DRM object --- libkms++/encoder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libkms++/encoder.h') diff --git a/libkms++/encoder.h b/libkms++/encoder.h index 77e4e3e..609e136 100644 --- a/libkms++/encoder.h +++ b/libkms++/encoder.h @@ -17,6 +17,7 @@ public: Crtc* get_crtc() const; std::vector get_possible_crtcs() const; + const std::string& get_encoder_type() const; private: Encoder(Card& card, uint32_t id); ~Encoder(); -- cgit v1.2.3