Searched refs:pixel_format (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_sprite.c54 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0);
63 switch (fb->pixel_format) {
221 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0);
232 switch (fb->pixel_format) {
412 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0);
422 switch (fb->pixel_format) {
623 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0);
748 if (format_is_yuv(fb->pixel_format)) {
H A Dintel_fb.c65 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp,
H A Dintel_display.c1898 switch (fb->pixel_format) {
1926 DRM_ERROR("Unknown pixel format 0x%08x\n", fb->pixel_format);
1999 switch (fb->pixel_format) {
2023 DRM_ERROR("Unknown pixel format 0x%08x\n", fb->pixel_format);
6768 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth);
7547 if (fb->pixel_format != crtc->fb->pixel_format)
7738 switch (fb->pixel_format) {
8634 } else if (set->fb->pixel_format !=
8635 set->crtc->fb->pixel_format) {
[all...]
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc_helper.c644 } else if (set->fb->pixel_format !=
645 set->crtc->fb->pixel_format) {
912 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth,
914 fb->pixel_format = mode_cmd->pixel_format;
H A Ddrm_crtc.c1874 if (fb->pixel_format == plane->format_types[i])
1877 DRM_DEBUG_KMS("Invalid pixel format 0x%08x\n", fb->pixel_format);
2290 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth);
2319 uint32_t format = r->pixel_format & ~DRM_FORMAT_BIG_ENDIAN;
2395 drm_get_format_name(r->pixel_format));
2399 hsub = drm_format_horz_chroma_subsampling(r->pixel_format);
2400 vsub = drm_format_vert_chroma_subsampling(r->pixel_format);
2401 num_planes = drm_format_num_planes(r->pixel_format);
2416 unsigned int cpp = drm_format_plane_cpp(r->pixel_format, i);
3518 if (crtc->fb->pixel_format !
[all...]
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_mode.h296 __u32 pixel_format; /* fourcc code from drm_fourcc.h */ member in struct:drm_mode_fb_cmd2
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_mode.h296 __u32 pixel_format; /* fourcc code from drm_fourcc.h */ member in struct:drm_mode_fb_cmd2
H A Ddrm_crtc.h274 uint32_t pixel_format; /* fourcc format */ member in struct:drm_framebuffer

Completed in 64 milliseconds