/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_of.c | 48 uint32_t possible_crtcs = 0; drm_of_find_possible_crtcs() local
|
H A D | drm_crtc.c | 1159 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, unsigned int format_count, enum drm_plane_type type) drm_universal_plane_init() argument 1233 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, unsigned int format_count, bool is_primary) drm_plane_init() argument
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/sti/ |
H A D | sti_cursor.c | 238 sti_cursor_create(struct drm_device *drm_dev, struct device *dev, int desc, void __iomem *baseaddr, unsigned int possible_crtcs) sti_cursor_create() argument
|
H A D | sti_gdp.c | 604 sti_gdp_create(struct drm_device *drm_dev, struct device *dev, int desc, void __iomem *baseaddr, unsigned int possible_crtcs, enum drm_plane_type type) sti_gdp_create() argument
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_plane.c | 221 exynos_plane_init(struct drm_device *dev, struct exynos_drm_plane *exynos_plane, unsigned long possible_crtcs, enum drm_plane_type type, const uint32_t *formats, unsigned int fcount, unsigned int zpos) exynos_plane_init() argument
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
H A D | ipuv3-plane.c | 382 ipu_plane_init(struct drm_device *dev, struct ipu_soc *ipu, int dma, int dp, unsigned int possible_crtcs, enum drm_plane_type type) ipu_plane_init() argument
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | intel_sprite.c | 1061 unsigned long possible_crtcs; intel_plane_init() local
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
H A D | dc.c | 648 unsigned long possible_crtcs = 1 << drm->mode_config.num_crtc; tegra_dc_primary_plane_create() local
|
/linux-4.4.14/include/uapi/drm/ |
H A D | drm_mode.h | 185 __u32 possible_crtcs; member in struct:drm_mode_get_plane 212 __u32 possible_crtcs; member in struct:drm_mode_get_encoder
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop.c | 1508 unsigned long possible_crtcs = 1 << drm_crtc_index(crtc); vop_create_crtc() local
|
/linux-4.4.14/include/drm/ |
H A D | drm_crtc.h | 590 uint32_t possible_crtcs; member in struct:drm_encoder 853 uint32_t possible_crtcs; member in struct:drm_plane
|