Lines Matching refs:fourcc
8038 int fourcc, pixel_format; in i9xx_get_initial_plane_config() local
8063 fourcc = i9xx_format_to_fourcc(pixel_format); in i9xx_get_initial_plane_config()
8064 fb->pixel_format = fourcc; in i9xx_get_initial_plane_config()
8065 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8; in i9xx_get_initial_plane_config()
9091 int fourcc, pixel_format; in skylake_get_initial_plane_config() local
9109 fourcc = skl_format_to_fourcc(pixel_format, in skylake_get_initial_plane_config()
9112 fb->pixel_format = fourcc; in skylake_get_initial_plane_config()
9113 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8; in skylake_get_initial_plane_config()
9199 int fourcc, pixel_format; in ironlake_get_initial_plane_config() local
9224 fourcc = i9xx_format_to_fourcc(pixel_format); in ironlake_get_initial_plane_config()
9225 fb->pixel_format = fourcc; in ironlake_get_initial_plane_config()
9226 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8; in ironlake_get_initial_plane_config()