Searched refs:drm_dev_t (Results 1 – 1 of 1) sorted by relevance
71 } drm_dev_t; typedef76 static uint32_t get_plane_property_id(drm_dev_t * drm_dev, const char * name);77 static uint32_t get_crtc_property_id(drm_dev_t * drm_dev, const char * name);78 static uint32_t get_conn_property_id(drm_dev_t * drm_dev, const char * name);81 static int drm_get_plane_props(drm_dev_t * drm_dev);82 static int drm_get_crtc_props(drm_dev_t * drm_dev);83 static int drm_get_conn_props(drm_dev_t * drm_dev);84 static int drm_add_plane_property(drm_dev_t * drm_dev, const char * name, uint64_t value);85 static int drm_add_crtc_property(drm_dev_t * drm_dev, const char * name, uint64_t value);86 static int drm_add_conn_property(drm_dev_t * drm_dev, const char * name, uint64_t value);[all …]