Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_mode_config.c134 if (count < card_res->count_crtcs && in drm_mode_getresources()
140 card_res->count_crtcs = count; in drm_mode_getresources()
/openbmc/linux/include/uapi/drm/
H A Ddrm_mode.h268 __u32 count_crtcs; member
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch13136 + if (res->count_crtcs <= 0)
13190 + for (i = 0; i < res->count_crtcs; ++i) {