|
| CDRMCrtc (int fd, uint32_t crtc) |
|
| CDRMCrtc (const CDRMCrtc &)=delete |
|
CDRMCrtc & | operator= (const CDRMCrtc &)=delete |
|
uint32_t | GetCrtcId () const |
|
uint32_t | GetBufferId () const |
|
uint32_t | GetX () const |
|
uint32_t | GetY () const |
|
drmModeModeInfoPtr | GetMode () const |
|
bool | GetModeValid () const |
|
| CDRMObject (const CDRMObject &)=delete |
|
CDRMObject & | operator= (const CDRMObject &)=delete |
|
std::string | GetTypeName () const |
|
std::string | GetPropertyName (uint32_t propertyId) const |
|
uint32_t | GetId () const |
|
uint32_t | GetPropertyId (const std::string &name) const |
|
std::optional< uint64_t > | GetPropertyValue (std::string_view name, std::string_view valueName) const |
|
bool | SetProperty (const std::string &name, uint64_t value) |
|
bool | SupportsProperty (const std::string &name) |
|
The documentation for this class was generated from the following files:
- xbmc/windowing/gbm/drm/DRMCrtc.h
- xbmc/windowing/gbm/drm/DRMCrtc.cpp