Home
last modified time | relevance | path

Searched refs:pixel_format (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_fb.c144 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in tegra_fb_probe()
216 if (idx >= drm_format_num_planes(fb->drm_fb.pixel_format)) in tegra_fb_get_plane()
277 hsub = drm_format_horz_chroma_subsampling(cmd->pixel_format); in tegra_drm_fb_create()
278 vsub = drm_format_vert_chroma_subsampling(cmd->pixel_format); in tegra_drm_fb_create()
280 nplanes = drm_format_num_planes(cmd->pixel_format); in tegra_drm_fb_create()
294 bpp = drm_format_plane_cpp(cmd->pixel_format, i); in tegra_drm_fb_create()
H A Dtegra_dc.c151 switch (fb->drm_fb.pixel_format) { in dc_parse_drm_format()
263 nplanes = drm_format_num_planes(fb->drm_fb.pixel_format); in dc_parse_drm_format()
531 fb->drm_fb.pixel_format); in dc_plane_update()
628 fb->drm_fb.pixel_format); in dc_set_base()
701 drm_crtc->fb->pixel_format); in dc_crtc_mode_set()
/freebsd/sys/contrib/xen/io/
H A Dcameraif.h562 uint32_t pixel_format; member
1028 uint32_t pixel_format; member
H A Ddisplif.h638 uint32_t pixel_format; member
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_diu.c153 uint32_t pixel_format; member
297 sc->sc_planes[0]->pixel_format = reg; in diu_init()
/freebsd/sys/dev/drm2/
H A Ddrm_crtc_helper.c912 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth, in drm_helper_mode_fill_fb_struct()
914 fb->pixel_format = mode_cmd->pixel_format; in drm_helper_mode_fill_fb_struct()
H A Ddrm_mode.h294 __u32 pixel_format; /* fourcc code from drm_fourcc.h */ member
H A Ddrm_crtc.c1807 if (fb->pixel_format == plane->format_types[i]) in drm_mode_setplane()
1810 DRM_DEBUG_KMS("Invalid pixel format 0x%08x\n", fb->pixel_format); in drm_mode_setplane()
2158 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth); in drm_mode_addfb()
2192 uint32_t format = r->pixel_format & ~DRM_FORMAT_BIG_ENDIAN; in format_check()
2267 DRM_DEBUG_KMS("bad framebuffer format 0x%08x\n", r->pixel_format); in framebuffer_check()
2271 hsub = drm_format_horz_chroma_subsampling(r->pixel_format); in framebuffer_check()
2272 vsub = drm_format_vert_chroma_subsampling(r->pixel_format); in framebuffer_check()
2273 num_planes = drm_format_num_planes(r->pixel_format); in framebuffer_check()
2288 unsigned int cpp = drm_format_plane_cpp(r->pixel_format, i); in framebuffer_check()
H A Ddrm_crtc.h263 uint32_t pixel_format; /* fourcc format */ member
/freebsd/sys/contrib/v4l/
H A Dvideodev2.h424 __u32 pixel_format; /* Pixel format */ member
452 __u32 pixel_format; /* Pixel format */ member