Lines Matching refs:fourcc
6947 int fourcc, pixel_format; in i9xx_get_initial_plane_config() local
6972 fourcc = i9xx_format_to_fourcc(pixel_format); in i9xx_get_initial_plane_config()
6973 fb->pixel_format = fourcc; in i9xx_get_initial_plane_config()
6974 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8; in i9xx_get_initial_plane_config()
8000 int fourcc, pixel_format; in skylake_get_initial_plane_config() local
8018 fourcc = skl_format_to_fourcc(pixel_format, in skylake_get_initial_plane_config()
8021 fb->pixel_format = fourcc; in skylake_get_initial_plane_config()
8022 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8; in skylake_get_initial_plane_config()
8108 int fourcc, pixel_format; in ironlake_get_initial_plane_config() local
8133 fourcc = i9xx_format_to_fourcc(pixel_format); in ironlake_get_initial_plane_config()
8134 fb->pixel_format = fourcc; in ironlake_get_initial_plane_config()
8135 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8; in ironlake_get_initial_plane_config()