Searched defs:possible_crtcs (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_of.c47 uint32_t possible_crtcs = 0; drm_of_find_possible_crtcs() local
H A Ddrm_crtc.c1148 drm_universal_plane_init(struct drm_device *dev, struct drm_plane *plane, unsigned long possible_crtcs, const struct drm_plane_funcs *funcs, const uint32_t *formats, uint32_t format_count, enum drm_plane_type type) drm_universal_plane_init() argument
1222 drm_plane_init(struct drm_device *dev, struct drm_plane *plane, unsigned long possible_crtcs, const struct drm_plane_funcs *funcs, const uint32_t *formats, uint32_t format_count, bool is_primary) drm_plane_init() argument
/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dexynos_drm_core.c28 unsigned long possible_crtcs = 0; exynos_drm_create_enc_conn() local
H A Dexynos_drm_encoder.c164 exynos_drm_encoder_create(struct drm_device *dev, struct exynos_drm_display *display, unsigned long possible_crtcs) exynos_drm_encoder_create() argument
H A Dexynos_drm_plane.c211 exynos_plane_init(struct drm_device *dev, struct exynos_drm_plane *exynos_plane, unsigned long possible_crtcs, enum drm_plane_type type, unsigned int zpos) exynos_plane_init() argument
/linux-4.1.27/drivers/gpu/drm/rcar-du/
H A Drcar_du_drv.h47 unsigned int possible_crtcs; member in struct:rcar_du_output_routing
/linux-4.1.27/drivers/gpu/drm/imx/
H A Dipuv3-plane.c366 ipu_plane_init(struct drm_device *dev, struct ipu_soc *ipu, int dma, int dp, unsigned int possible_crtcs, bool priv) ipu_plane_init() argument
/linux-4.1.27/drivers/gpu/drm/sti/
H A Dsti_drm_plane.c216 sti_drm_plane_init(struct drm_device *dev, struct sti_layer *layer, unsigned int possible_crtcs, enum drm_plane_type type) sti_drm_plane_init() argument
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_sprite.c1197 unsigned long possible_crtcs; intel_plane_init() local
/linux-4.1.27/drivers/gpu/drm/tegra/
H A Ddc.c642 unsigned long possible_crtcs = 1 << drm->mode_config.num_crtc; tegra_dc_primary_plane_create() local
/linux-4.1.27/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c1232 unsigned long possible_crtcs = 1 << drm_crtc_index(crtc); vop_create_crtc() local
/linux-4.1.27/include/uapi/drm/
H A Ddrm_mode.h170 __u32 possible_crtcs; member in struct:drm_mode_get_plane
197 __u32 possible_crtcs; member in struct:drm_mode_get_encoder
/linux-4.1.27/include/drm/
H A Ddrm_crtc.h593 uint32_t possible_crtcs; member in struct:drm_encoder
850 uint32_t possible_crtcs; member in struct:drm_plane

Completed in 892 milliseconds