Searched +full:tcon0 +full:- +full:pixel +full:- +full:clock (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/display/allwinner,sun4i-a10-tcon.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Chen-Yu Tsai <wens@csie.org>11 - Maxime Ripard <mripard@kernel.org>18 "#clock-cells":23 - const: allwinner,sun4i-a10-tcon24 - const: allwinner,sun5i-a13-tcon25 - const: allwinner,sun6i-a31-tcon[all …]
1 /* SPDX-License-Identifier: GPL-2.0-or-later */6 * Boris Brezillon <boris.brezillon@free-electrons.com>7 * Maxime Ripard <maxime.ripard@free-electrons.com>27 #define SUN4I_TCON_GINT0_VBLANK_ENABLE(pipe) BIT(31 - (pipe))30 #define SUN4I_TCON_GINT0_VBLANK_INT(pipe) BIT(15 - (pipe))67 #define SUN4I_TCON0_BASIC0_X(width) ((((width) - 1) & 0xfff) << 16)68 #define SUN4I_TCON0_BASIC0_Y(height) (((height) - 1) & 0xfff)71 #define SUN4I_TCON0_BASIC1_H_TOTAL(total) ((((total) - 1) & 0x1fff) << 16)72 #define SUN4I_TCON0_BASIC1_H_BACKPORCH(bp) (((bp) - 1) & 0xfff)76 #define SUN4I_TCON0_BASIC2_V_BACKPORCH(bp) (((bp) - 1) & 0xfff)[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later6 * Maxime Ripard <maxime.ripard@free-electrons.com>11 #include <linux/media-bus-format.h>48 drm_connector_list_iter_begin(encoder->dev, &iter); in sun4i_tcon_get_connector()50 if (connector->encoder == encoder) { in sun4i_tcon_get_connector()66 return -EINVAL; in sun4i_tcon_get_pixel_depth()68 info = &connector->display_info; in sun4i_tcon_get_pixel_depth()69 if (info->num_bus_formats != 1) in sun4i_tcon_get_pixel_depth()70 return -EINVAL; in sun4i_tcon_get_pixel_depth()72 switch (info->bus_formats[0]) { in sun4i_tcon_get_pixel_depth()[all …]
4 * Maxime Ripard <maxime.ripard@free-electrons.com>6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/interrupt-controller/arm-gic.h>46 #include <dt-bindings/thermal/thermal.h>47 #include <dt-bindings/dma/sun4i-a10.h>48 #include <dt-bindings/clock/sun7i-a20-ccu.h>49 #include <dt-bindings/reset/sun4i-a10-ccu.h>50 #include <dt-bindings/pinctrl/sun4i-a10.h>53 interrupt-parent = <&gic>;54 #address-cells = <1>;[all …]
5 * This file is dual-licensed: you can use it either under the terms44 #include <dt-bindings/thermal/thermal.h>45 #include <dt-bindings/dma/sun4i-a10.h>46 #include <dt-bindings/clock/sun4i-a10-ccu.h>47 #include <dt-bindings/reset/sun4i-a10-ccu.h>50 #address-cells = <1>;51 #size-cells = <1>;52 interrupt-parent = <&intc>;59 #address-cells = <1>;60 #size-cells = <1>;[all …]
4 * Maxime Ripard <maxime.ripard@free-electrons.com>6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/interrupt-controller/arm-gic.h>46 #include <dt-bindings/thermal/thermal.h>48 #include <dt-bindings/clock/sun6i-a31-ccu.h>49 #include <dt-bindings/clock/sun6i-rtc.h>50 #include <dt-bindings/reset/sun6i-a31-ccu.h>53 interrupt-parent = <&gic>;54 #address-cells = <1>;55 #size-cells = <1>;[all …]
2 * Copyright 2014 Chen-Yu Tsai4 * Chen-Yu Tsai <wens@csie.org>6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/interrupt-controller/arm-gic.h>47 #include <dt-bindings/clock/sun9i-a80-ccu.h>48 #include <dt-bindings/clock/sun9i-a80-de.h>49 #include <dt-bindings/clock/sun9i-a80-usb.h>50 #include <dt-bindings/reset/sun9i-a80-ccu.h>51 #include <dt-bindings/reset/sun9i-a80-de.h>52 #include <dt-bindings/reset/sun9i-a80-usb.h>[all …]