/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_of.c | 47 uint32_t possible_crtcs = 0; drm_of_find_possible_crtcs() local
|
H A D | drm_crtc.c | 1148 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 D | exynos_drm_core.c | 28 unsigned long possible_crtcs = 0; exynos_drm_create_enc_conn() local
|
H A D | exynos_drm_encoder.c | 164 exynos_drm_encoder_create(struct drm_device *dev, struct exynos_drm_display *display, unsigned long possible_crtcs) exynos_drm_encoder_create() argument
|
H A D | exynos_drm_plane.c | 211 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 D | rcar_du_drv.h | 47 unsigned int possible_crtcs; member in struct:rcar_du_output_routing
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
H A D | ipuv3-plane.c | 366 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 D | sti_drm_plane.c | 216 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 D | intel_sprite.c | 1197 unsigned long possible_crtcs; intel_plane_init() local
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
H A D | dc.c | 642 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 D | rockchip_drm_vop.c | 1232 unsigned long possible_crtcs = 1 << drm_crtc_index(crtc); vop_create_crtc() local
|
/linux-4.1.27/include/uapi/drm/ |
H A D | drm_mode.h | 170 __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 D | drm_crtc.h | 593 uint32_t possible_crtcs; member in struct:drm_encoder 850 uint32_t possible_crtcs; member in struct:drm_plane
|