Home
last modified time | relevance | path

Searched refs:pixel (Results 1 – 25 of 32) sorted by relevance

12

/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Datmel-hlcdc.txt9 - atmel,vl-bpix: Bits per pixel.
11 The unit is bits per pixel, there are four values,
H A Dtegra20-dc.txt24 - nvidia,bits-per-pixel: number of bits per pixel (depth)
78 nvidia,bits-per-pixel = <16>;
H A Dexynos-fb.txt12 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 Dexynos_mipi_dsi.txt14 samsung,dsim-config-e-pixel-format: pixel stream format for main
62 samsung,dsim-config-e-pixel-format = <7>;
H A Ddisplay-timing.txt30 - 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 Dlibnsbmp.c878 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 DKconfig286 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 Dtegra20-medcom-wide.dts58 nvidia,bits-per-pixel = <16>;
H A Dtegra20-tec.dts70 nvidia,bits-per-pixel = <16>;
H A Dat91sam9263ek.dts105 bits-per-pixel = <16>;
H A Dat91sam9261ek.dts45 bits-per-pixel = <16>;
H A Dat91sam9rlek.dts41 bits-per-pixel = <16>;
H A Dat91sam9m10g45ek.dts226 bits-per-pixel = <32>;
H A Dexynos4210-trats.dts70 samsung,dsim-config-e-pixel-format = <7>;
H A Dbcm283x.dtsi283 clock-names = "pixel", "hdmi";
H A Drk3399-evb.dts334 bits-per-pixel = <24>;
H A Drk3288-evb-rk1608.dtsi448 bits-per-pixel = <24>;
H A Dimx7ulp-evk.dts308 bits-per-pixel = <16>;
H A Dimx6ul-opos6uldev.dts190 bits-per-pixel = <32>;
H A Dimx6ull-14x14-evk.dts418 bits-per-pixel = <16>;
H A Dsun5i-a13.dtsi228 clock-output-names = "tcon-pixel-clock";
H A Dlogicpd-torpedo-37xx-devkit.dts338 pixel-clock-frequency = <72000000>;
/rk3399_rockchip-uboot/drivers/video/
H A DKconfig54 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 DREADME.bus_vcxk33 defines the physical alignment of a pixel row
/rk3399_rockchip-uboot/drivers/video/rockchip/
H A DKconfig68 16,18, 24 bits per pixel with upto 2k resolution ratio.

12