Home
last modified time | relevance | path

Searched refs:get_prop_id (Results 1 – 1 of 1) sorted by relevance

/external/libdrm/tests/planetest/
Ddev.c72 static uint32_t get_prop_id(struct sp_dev *dev, in get_prop_id() function
171 dev->connectors[i].crtc_id_pid = get_prop_id(dev, props, in create_sp_dev()
216 dev->crtcs[i].mode_pid = get_prop_id(dev, props, "MODE_ID"); in create_sp_dev()
217 dev->crtcs[i].active_pid = get_prop_id(dev, props, "ACTIVE"); in create_sp_dev()
260 plane->crtc_pid = get_prop_id(dev, props, "CRTC_ID"); in create_sp_dev()
265 plane->fb_pid = get_prop_id(dev, props, "FB_ID"); in create_sp_dev()
270 plane->crtc_x_pid = get_prop_id(dev, props, "CRTC_X"); in create_sp_dev()
275 plane->crtc_y_pid = get_prop_id(dev, props, "CRTC_Y"); in create_sp_dev()
280 plane->crtc_w_pid = get_prop_id(dev, props, "CRTC_W"); in create_sp_dev()
285 plane->crtc_h_pid = get_prop_id(dev, props, "CRTC_H"); in create_sp_dev()
[all …]