Home
last modified time | relevance | path

Searched +full:24 +full:bpp (Results 1 – 25 of 649) sorted by relevance

12345678910>>...26

/kernel/linux/linux-6.6/include/linux/platform_data/
Dshmob_drm.h22 SHMOB_DRM_IFACE_RGB8, /* 24bpp, 8:8:8 */
23 SHMOB_DRM_IFACE_RGB9, /* 18bpp, 9:9 */
24 SHMOB_DRM_IFACE_RGB12A, /* 24bpp, 12:12 */
25 SHMOB_DRM_IFACE_RGB12B, /* 12bpp */
26 SHMOB_DRM_IFACE_RGB16, /* 16bpp */
27 SHMOB_DRM_IFACE_RGB18, /* 18bpp */
28 SHMOB_DRM_IFACE_RGB24, /* 24bpp */
29 SHMOB_DRM_IFACE_YUV422, /* 16bpp */
30 SHMOB_DRM_IFACE_SYS8A, /* 24bpp, 8:8:8 */
31 SHMOB_DRM_IFACE_SYS8B, /* 18bpp, 8:8:2 */
[all …]
/kernel/linux/linux-5.10/include/linux/platform_data/
Dshmob_drm.h24 SHMOB_DRM_IFACE_RGB8, /* 24bpp, 8:8:8 */
25 SHMOB_DRM_IFACE_RGB9, /* 18bpp, 9:9 */
26 SHMOB_DRM_IFACE_RGB12A, /* 24bpp, 12:12 */
27 SHMOB_DRM_IFACE_RGB12B, /* 12bpp */
28 SHMOB_DRM_IFACE_RGB16, /* 16bpp */
29 SHMOB_DRM_IFACE_RGB18, /* 18bpp */
30 SHMOB_DRM_IFACE_RGB24, /* 24bpp */
31 SHMOB_DRM_IFACE_YUV422, /* 16bpp */
32 SHMOB_DRM_IFACE_SYS8A, /* 24bpp, 8:8:8 */
33 SHMOB_DRM_IFACE_SYS8B, /* 18bpp, 8:8:2 */
[all …]
/kernel/linux/linux-5.10/include/video/
Dsh_mobile_lcdc.h50 #define LDMT1R_DAPOL (1 << 24)
95 #define LDDWDxR_RSW (1 << 24)
97 #define LDDRDR_RSR (1 << 24)
105 RGB8 = LDMT1R_MIFTYP_RGB8, /* 24bpp, 8:8:8 */
106 RGB9 = LDMT1R_MIFTYP_RGB9, /* 18bpp, 9:9 */
107 RGB12A = LDMT1R_MIFTYP_RGB12A, /* 24bpp, 12:12 */
108 RGB12B = LDMT1R_MIFTYP_RGB12B, /* 12bpp */
109 RGB16 = LDMT1R_MIFTYP_RGB16, /* 16bpp */
110 RGB18 = LDMT1R_MIFTYP_RGB18, /* 18bpp */
111 RGB24 = LDMT1R_MIFTYP_RGB24, /* 24bpp */
[all …]
/kernel/linux/linux-6.6/include/video/
Dsh_mobile_lcdc.h50 #define LDMT1R_DAPOL (1 << 24)
95 #define LDDWDxR_RSW (1 << 24)
97 #define LDDRDR_RSR (1 << 24)
105 RGB8 = LDMT1R_MIFTYP_RGB8, /* 24bpp, 8:8:8 */
106 RGB9 = LDMT1R_MIFTYP_RGB9, /* 18bpp, 9:9 */
107 RGB12A = LDMT1R_MIFTYP_RGB12A, /* 24bpp, 12:12 */
108 RGB12B = LDMT1R_MIFTYP_RGB12B, /* 12bpp */
109 RGB16 = LDMT1R_MIFTYP_RGB16, /* 16bpp */
110 RGB18 = LDMT1R_MIFTYP_RGB18, /* 18bpp */
111 RGB24 = LDMT1R_MIFTYP_RGB24, /* 24bpp */
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/shmobile/
Dshmob_drm_kms.c29 .bpp = 16,
34 .bpp = 24,
39 .bpp = 32,
44 .bpp = 32,
49 .bpp = 12,
54 .bpp = 12,
59 .bpp = 16,
64 .bpp = 16,
69 .bpp = 24,
74 .bpp = 24,
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
Ddrm_dsc_helper.c179 /* PPS 24 */ in drm_dsc_pps_payload_pack()
320 * For 6bpp, RC Buffer threshold 12 and 13 need a different value in drm_dsc_set_rc_buf_thresh()
342 u8 bpp; member
347 #define DSC_BPP(bpp) ((bpp) << 4) argument
351 * to DSC 1.1 fractional bpp underflow SCR (DSC_v1.1_E1.pdf)
357 .bpp = DSC_BPP(6), .bpc = 8,
367 .bpp = DSC_BPP(8), .bpc = 8,
377 .bpp = DSC_BPP(8), .bpc = 10,
391 .bpp = DSC_BPP(8), .bpc = 12,
402 .bpp = DSC_BPP(10), .bpc = 8,
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/shmobile/
Dshmob_drm_kms.c29 .bpp = 16,
34 .bpp = 24,
39 .bpp = 32,
44 .bpp = 12,
49 .bpp = 12,
54 .bpp = 16,
59 .bpp = 16,
64 .bpp = 24,
69 .bpp = 24,
111 unsigned int chroma_cpp = format->bpp == 24 ? 2 : 1; in shmob_drm_fb_create()
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
Dmatroxfb_DAC1064.h67 #define M1064_XMULCTRL_DEPTH_8BPP 0x00 /* 8 bpp paletized */
68 #define M1064_XMULCTRL_DEPTH_15BPP_1BPP 0x01 /* 15 bpp paletized + 1 bpp overlay */
69 #define M1064_XMULCTRL_DEPTH_16BPP 0x02 /* 16 bpp paletized */
70 #define M1064_XMULCTRL_DEPTH_24BPP 0x03 /* 24 bpp paletized */
71 #define M1064_XMULCTRL_DEPTH_24BPP_8BPP 0x04 /* 24 bpp direct + 8 bpp overlay paletized */
72 #define M1064_XMULCTRL_2G8V16 0x05 /* 15 bpp video direct, half xres, 8bpp paletized */
73 #define M1064_XMULCTRL_G16V16 0x06 /* 15 bpp video, 15bpp graphics, one of them paletized */
74 #define M1064_XMULCTRL_DEPTH_32BPP 0x07 /* 24 bpp paletized + 8 bpp unused */
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
Dmatroxfb_DAC1064.h67 #define M1064_XMULCTRL_DEPTH_8BPP 0x00 /* 8 bpp paletized */
68 #define M1064_XMULCTRL_DEPTH_15BPP_1BPP 0x01 /* 15 bpp paletized + 1 bpp overlay */
69 #define M1064_XMULCTRL_DEPTH_16BPP 0x02 /* 16 bpp paletized */
70 #define M1064_XMULCTRL_DEPTH_24BPP 0x03 /* 24 bpp paletized */
71 #define M1064_XMULCTRL_DEPTH_24BPP_8BPP 0x04 /* 24 bpp direct + 8 bpp overlay paletized */
72 #define M1064_XMULCTRL_2G8V16 0x05 /* 15 bpp video direct, half xres, 8bpp paletized */
73 #define M1064_XMULCTRL_G16V16 0x06 /* 15 bpp video, 15bpp graphics, one of them paletized */
74 #define M1064_XMULCTRL_DEPTH_32BPP 0x07 /* 24 bpp paletized + 8 bpp unused */
/kernel/linux/linux-5.10/Documentation/fb/
Dmatroxfb.rst46 bpp 640x400 640x480 768x576 800x600 960x720
52 24 0x1B2 0x184 0x1B5 0x18C
61 bpp 1024x768 1152x864 1280x1024 1408x1056 1600x1200
67 24 0x1B8 0x194 0x1BB 0x19C 0x1BF
94 architectures there are some glitches for 24bpp videomodes. 8, 16 and 32bpp
197 inv24 change timings parameters for 24bpp modes on Millennium and
219 4bpp, 8bpp). In DIRECTCOLOR modes it is limited to characters
252 has 8bpp support. Otherwise first available of 640x350x4bpp,
285 depth:X Bits per pixel: 0=text, 4,8,15,16,24 or 32. Default depends on
316 - 24bpp does not support correctly XF-FBDev on big-endian architectures.
[all …]
Ds3fb.rst26 * 4 bpp pseudocolor modes (with 18bit palette, two variants)
27 * 8 bpp pseudocolor mode (with 18bit palette)
28 * 16 bpp truecolor modes (RGB 555 and RGB 565)
29 * 24 bpp truecolor mode (RGB 888) on (only on Virge VX)
30 * 32 bpp truecolor mode (RGB 888) on (not on Virge VX)
31 * text mode (activated by bpp = 0)
45 There are two 4 bpp modes. First mode (selected if nonstd == 0) is mode with
62 * 24 bpp mode support on more cards
63 * support for fontwidths != 8 in 4 bpp modes
Dpxafb.rst21 mode:XRESxYRES[-BPP]
29 BPP == The bit depth. Valid values are 1, 2, 4, 8 and 16.
104 var->xres_virtual * var->yres_virtual * bpp
106 bpp = 16 -- for RGB565 or RGBT555
108 bpp = 24 -- for YUV444 packed
110 bpp = 24 -- for YUV444 planar
112 bpp = 16 -- for YUV422 planar (1 pixel = 1 Y + 1/2 Cb + 1/2 Cr)
114 bpp = 12 -- for YUV420 planar (1 pixel = 1 Y + 1/4 Cb + 1/4 Cr)
Darkfb.rst19 * 4 bpp pseudocolor modes (with 18bit palette, two variants)
20 * 8 bpp pseudocolor mode (with 18bit palette)
21 * 16 bpp truecolor modes (RGB 555 and RGB 565)
22 * 24 bpp truecolor mode (RGB 888)
23 * 32 bpp truecolor mode (RGB 888)
24 * text mode (activated by bpp = 0)
36 There are two 4 bpp modes. First mode (selected if nonstd == 0) is mode with
54 * support for fontwidths != 8 in 4 bpp modes
/kernel/linux/linux-6.6/Documentation/fb/
Dmatroxfb.rst46 bpp 640x400 640x480 768x576 800x600 960x720
52 24 0x1B2 0x184 0x1B5 0x18C
61 bpp 1024x768 1152x864 1280x1024 1408x1056 1600x1200
67 24 0x1B8 0x194 0x1BB 0x19C 0x1BF
94 architectures there are some glitches for 24bpp videomodes. 8, 16 and 32bpp
197 inv24 change timings parameters for 24bpp modes on Millennium and
219 4bpp, 8bpp). In DIRECTCOLOR modes it is limited to characters
252 has 8bpp support. Otherwise first available of 640x350x4bpp,
285 depth:X Bits per pixel: 0=text, 4,8,15,16,24 or 32. Default depends on
316 - 24bpp does not support correctly XF-FBDev on big-endian architectures.
[all …]
Ds3fb.rst26 * 4 bpp pseudocolor modes (with 18bit palette, two variants)
27 * 8 bpp pseudocolor mode (with 18bit palette)
28 * 16 bpp truecolor modes (RGB 555 and RGB 565)
29 * 24 bpp truecolor mode (RGB 888) on (only on Virge VX)
30 * 32 bpp truecolor mode (RGB 888) on (not on Virge VX)
31 * text mode (activated by bpp = 0)
45 There are two 4 bpp modes. First mode (selected if nonstd == 0) is mode with
62 * 24 bpp mode support on more cards
63 * support for fontwidths != 8 in 4 bpp modes
Dpxafb.rst21 mode:XRESxYRES[-BPP]
29 BPP == The bit depth. Valid values are 1, 2, 4, 8 and 16.
104 var->xres_virtual * var->yres_virtual * bpp
106 bpp = 16 -- for RGB565 or RGBT555
108 bpp = 24 -- for YUV444 packed
110 bpp = 24 -- for YUV444 planar
112 bpp = 16 -- for YUV422 planar (1 pixel = 1 Y + 1/2 Cb + 1/2 Cr)
114 bpp = 12 -- for YUV420 planar (1 pixel = 1 Y + 1/4 Cb + 1/4 Cr)
Darkfb.rst19 * 4 bpp pseudocolor modes (with 18bit palette, two variants)
20 * 8 bpp pseudocolor mode (with 18bit palette)
21 * 16 bpp truecolor modes (RGB 555 and RGB 565)
22 * 24 bpp truecolor mode (RGB 888)
23 * 32 bpp truecolor mode (RGB 888)
24 * text mode (activated by bpp = 0)
36 There are two 4 bpp modes. First mode (selected if nonstd == 0) is mode with
54 * support for fontwidths != 8 in 4 bpp modes
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
Drcar_du_kms.c41 .bpp = 16,
49 .bpp = 16,
57 .bpp = 16,
64 .bpp = 32,
72 .bpp = 32,
80 .bpp = 16,
88 .bpp = 16,
96 .bpp = 12,
104 .bpp = 12,
112 .bpp = 16,
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
Dfb_draw.h26 pixel_to_pat( u32 bpp, u32 pixel) in pixel_to_pat() argument
28 switch (bpp) { in pixel_to_pat()
41 case 24: in pixel_to_pat()
46 WARN(1, "pixel_to_pat(): unsupported pixelformat %d\n", bpp); in pixel_to_pat()
52 pixel_to_pat( u32 bpp, u32 pixel) in pixel_to_pat() argument
54 switch (bpp) { in pixel_to_pat()
67 case 24: in pixel_to_pat()
72 WARN(1, "pixel_to_pat(): unsupported pixelformat %d\n", bpp); in pixel_to_pat()
148 unsigned bpp = info->var.bits_per_pixel; in fb_compute_bswapmask() local
150 if ((bpp < 8) && (info->var.nonstd & FB_NONSTD_REV_PIX_IN_B)) { in fb_compute_bswapmask()
[all …]
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
Dfb_draw.h26 pixel_to_pat( u32 bpp, u32 pixel) in pixel_to_pat() argument
28 switch (bpp) { in pixel_to_pat()
41 case 24: in pixel_to_pat()
46 WARN(1, "pixel_to_pat(): unsupported pixelformat %d\n", bpp); in pixel_to_pat()
52 pixel_to_pat( u32 bpp, u32 pixel) in pixel_to_pat() argument
54 switch (bpp) { in pixel_to_pat()
67 case 24: in pixel_to_pat()
72 WARN(1, "pixel_to_pat(): unsupported pixelformat %d\n", bpp); in pixel_to_pat()
148 unsigned bpp = info->var.bits_per_pixel; in fb_compute_bswapmask() local
150 if ((bpp < 8) && (info->var.nonstd & FB_NONSTD_REV_PIX_IN_B)) { in fb_compute_bswapmask()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
Dtest-drm_cmdline_parser.c211 FAIL_ON(drm_mode_parse_command_line_for_connector("1024x-24", in drm_cmdline_test_res_missing_y_bpp()
294 FAIL_ON(!drm_mode_parse_command_line_for_connector("720x480-24", in drm_cmdline_test_res_bpp()
304 FAIL_ON(mode.bpp != 24); in drm_cmdline_test_res_bpp()
366 FAIL_ON(!drm_mode_parse_command_line_for_connector("720x480-24@60", in drm_cmdline_test_res_bpp_refresh()
377 FAIL_ON(mode.bpp != 24); in drm_cmdline_test_res_bpp_refresh()
392 FAIL_ON(!drm_mode_parse_command_line_for_connector("720x480-24@60i", in drm_cmdline_test_res_bpp_refresh_interlaced()
403 FAIL_ON(mode.bpp != 24); in drm_cmdline_test_res_bpp_refresh_interlaced()
418 FAIL_ON(!drm_mode_parse_command_line_for_connector("720x480-24@60m", in drm_cmdline_test_res_bpp_refresh_margins()
429 FAIL_ON(mode.bpp != 24); in drm_cmdline_test_res_bpp_refresh_margins()
444 FAIL_ON(!drm_mode_parse_command_line_for_connector("720x480-24@60d", in drm_cmdline_test_res_bpp_refresh_force_off()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/
Drcar_du_kms.c45 .bpp = 16,
53 .bpp = 16,
61 .bpp = 16,
68 .bpp = 32,
76 .bpp = 32,
84 .bpp = 16,
92 .bpp = 16,
100 .bpp = 12,
108 .bpp = 12,
116 .bpp = 16,
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_vdsc.c55 /* 6BPP/8BPC */
63 /* 6BPP/10BPC */
72 /* 6BPP/12BPC */
81 /* 6BPP/14BPC */
85 { 19, 23, -8 }, { 20, 24, -10 }, { 21, 24, -10 },
86 { 22, 24, -12 }, { 22, 24, -12 }, { 23, 24, -12 },
90 /* 6BPP/16BPC */
92 { 0, 20, 0 }, { 9, 22, -2 }, { 19, 24, -2 }, { 20, 24, -4 },
94 { 23, 27, -8 }, { 24, 28, -10 }, { 25, 28, -10 },
101 /* 8BPP/8BPC */
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
Dmach64_accel.c76 if (info->var.bits_per_pixel == 24) { in aty_init_engine()
77 /* In 24 bpp, the engine is in 8 bpp - this requires that all */ in aty_init_engine()
214 if (info->var.bits_per_pixel == 24) { in atyfb_copyarea()
215 /* In 24 bpp, the engine is in 8 bpp - this requires that all */ in atyfb_copyarea()
234 if (info->var.bits_per_pixel == 24) { in atyfb_copyarea()
267 if (info->var.bits_per_pixel == 24) { in atyfb_fillrect()
268 /* In 24 bpp, the engine is in 8 bpp - this requires that all */ in atyfb_fillrect()
326 case 24: in atyfb_imageblit()
336 if (info->var.bits_per_pixel == 24) { in atyfb_imageblit()
337 /* In 24 bpp, the engine is in 8 bpp - this requires that all */ in atyfb_imageblit()
[all …]
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
Dmach64_accel.c76 if (info->var.bits_per_pixel == 24) { in aty_init_engine()
77 /* In 24 bpp, the engine is in 8 bpp - this requires that all */ in aty_init_engine()
214 if (info->var.bits_per_pixel == 24) { in atyfb_copyarea()
215 /* In 24 bpp, the engine is in 8 bpp - this requires that all */ in atyfb_copyarea()
234 if (info->var.bits_per_pixel == 24) { in atyfb_copyarea()
267 if (info->var.bits_per_pixel == 24) { in atyfb_fillrect()
268 /* In 24 bpp, the engine is in 8 bpp - this requires that all */ in atyfb_fillrect()
326 case 24: in atyfb_imageblit()
336 if (info->var.bits_per_pixel == 24) { in atyfb_imageblit()
337 /* In 24 bpp, the engine is in 8 bpp - this requires that all */ in atyfb_imageblit()
[all …]

12345678910>>...26