Lines Matching defs:bpp
51 int bpp; /* Bits per pixel, 0 indicates invalid */
64 /* non-supported format has bpp default to 0 */
84 /* non-supported format has bpp default to 0 */
154 u32 tiled, int stride_mask, int bpp)
174 if (bpp == 8)
176 else if (bpp == 16 || bpp == 32 || bpp == 64)
179 gvt_dbg_core("skl: unsupported bpp:%d\n", bpp);
240 plane->bpp = skl_pixel_formats[fmt].bpp;
245 plane->bpp = bdw_pixel_formats[fmt].bpp;
249 if (!plane->bpp) {
270 _PRI_PLANE_STRIDE_MASK, plane->bpp);
291 u8 bpp; /* Bits per pixel; 0 indicates invalid */
298 {DRM_FORMAT_ARGB8888, 32, 128, 128, "128x128 32bpp ARGB"},
299 {DRM_FORMAT_ARGB8888, 32, 256, 256, "256x256 32bpp ARGB"},
300 {DRM_FORMAT_ARGB8888, 32, 64, 64, "64x64 32bpp ARGB"},
301 {DRM_FORMAT_ARGB8888, 32, 64, 64, "64x64 32bpp ARGB"},
303 /* non-supported format has bpp default to 0 */
362 if (!cursor_pixel_formats[index].bpp) {
367 plane->bpp = cursor_pixel_formats[index].bpp;