Home
last modified time | relevance | path

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

/linux/include/uapi/drm/
H A Ddrm_mode.h434 * zero, set @count_modes to 1, and set @modes_ptr to a temporary struct
437 * To retrieve the elements, allocate arrays for @encoders_ptr, @modes_ptr,
461 /** @modes_ptr: Pointer to struct drm_mode_modeinfo array. */
462 __u64 modes_ptr; member
/linux/drivers/gpu/drm/
H A Ddrm_connector.c3390 mode_ptr = (struct drm_mode_modeinfo __user *)(unsigned long)out_resp->modes_ptr; in drm_mode_getconnector()