| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | atmel-hlcdc.txt | 9 - atmel,vl-bpix: Bits per pixel. 11 The unit is bits per pixel, there are four values,
|
| H A D | tegra20-dc.txt | 24 - nvidia,bits-per-pixel: number of bits per pixel (depth) 78 nvidia,bits-per-pixel = <16>;
|
| H A D | exynos-fb.txt | 12 samsung,vl-bpix: Bits per pixel 50 samsung,logo-width: pixel width of logo image. Valid if logo_on = 1 51 samsung,logo-height: pixel height of logo image. Valid if logo_on = 1
|
| H A D | exynos_mipi_dsi.txt | 14 samsung,dsim-config-e-pixel-format: pixel stream format for main 62 samsung,dsim-config-e-pixel-format = <7>;
|
| H A D | display-timing.txt | 30 - active high = drive pixel data on rising edge/ 32 - active low = drive pixel data on falling edge/
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | libnsbmp.c | 878 uint32_t pixel = 0; in bmp_decode_rle8() local 992 pixel = bmp->colour_table[idx]; in bmp_decode_rle8() 1005 scanline[x++] = pixel; in bmp_decode_rle8() 1032 uint32_t pixel = 0, pixel2; in bmp_decode_rle4() local 1112 pixel = *data++; in bmp_decode_rle4() 1113 if ((pixel >> 4) >= bmp->colours) in bmp_decode_rle4() 1116 [pixel >> 4]; in bmp_decode_rle4() 1118 if ((pixel & 0xf) >= bmp->colours) in bmp_decode_rle4() 1121 [pixel & 0xf]; in bmp_decode_rle4() 1156 pixel = bmp->colour_table[pixel2 >> 4]; in bmp_decode_rle4() [all …]
|
| H A D | Kconfig | 286 prompt "Rockchip video console bits per pixel" 290 Used to set the bits per pixel of video console.
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | tegra20-medcom-wide.dts | 58 nvidia,bits-per-pixel = <16>;
|
| H A D | tegra20-tec.dts | 70 nvidia,bits-per-pixel = <16>;
|
| H A D | at91sam9263ek.dts | 105 bits-per-pixel = <16>;
|
| H A D | at91sam9261ek.dts | 45 bits-per-pixel = <16>;
|
| H A D | at91sam9rlek.dts | 41 bits-per-pixel = <16>;
|
| H A D | at91sam9m10g45ek.dts | 226 bits-per-pixel = <32>;
|
| H A D | exynos4210-trats.dts | 70 samsung,dsim-config-e-pixel-format = <7>;
|
| H A D | bcm283x.dtsi | 283 clock-names = "pixel", "hdmi";
|
| H A D | rk3399-evb.dts | 334 bits-per-pixel = <24>;
|
| H A D | rk3288-evb-rk1608.dtsi | 448 bits-per-pixel = <24>;
|
| H A D | imx7ulp-evk.dts | 308 bits-per-pixel = <16>;
|
| H A D | imx6ul-opos6uldev.dts | 190 bits-per-pixel = <32>;
|
| H A D | imx6ull-14x14-evk.dts | 418 bits-per-pixel = <16>;
|
| H A D | sun5i-a13.dtsi | 228 clock-output-names = "tcon-pixel-clock";
|
| H A D | logicpd-torpedo-37xx-devkit.dts | 338 pixel-clock-frequency = <72000000>;
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | Kconfig | 54 bool "Support 8-bit-per-pixel displays" 58 Support drawing text and bitmaps onto a 8-bit-per-pixel display. 64 bool "Support 16-bit-per-pixel displays" 68 Support drawing text and bitmaps onto a 16-bit-per-pixel display. 74 bool "Support 32-bit-per-pixel displays" 78 Support drawing text and bitmaps onto a 32-bit-per-pixel display. 309 Support for the ANX9804 bridge chip, which can take pixel data coming 317 Support for the SSD2828 bridge chip, which can take pixel data coming 536 VIDEO_VISIBLE_COLS visible pixel columns (cols=pitch) 537 VIDEO_VISIBLE_ROWS visible pixel rows [all …]
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.bus_vcxk | 33 defines the physical alignment of a pixel row
|
| /rk3399_rockchip-uboot/drivers/video/rockchip/ |
| H A D | Kconfig | 68 16,18, 24 bits per pixel with upto 2k resolution ratio.
|