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

/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_fb.c147 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp,
219 if (idx >= drm_format_num_planes(fb->drm_fb.pixel_format))
280 hsub = drm_format_horz_chroma_subsampling(cmd->pixel_format);
281 vsub = drm_format_vert_chroma_subsampling(cmd->pixel_format);
283 nplanes = drm_format_num_planes(cmd->pixel_format);
297 bpp = drm_format_plane_cpp(cmd->pixel_format, i);
H A Dtegra_dc.c157 switch (fb->drm_fb.pixel_format) {
269 nplanes = drm_format_num_planes(fb->drm_fb.pixel_format);
537 fb->drm_fb.pixel_format);
634 fb->drm_fb.pixel_format);
708 drm_crtc->fb->pixel_format);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_sprite.c56 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0);
66 switch (fb->pixel_format) {
237 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0);
247 switch (fb->pixel_format) {
H A Dintel_fb.c74 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp,
H A Dintel_display.c2064 switch (fb->pixel_format) {
2092 DRM_ERROR("Unknown pixel format 0x%08x\n", fb->pixel_format);
2162 switch (fb->pixel_format) {
2186 DRM_ERROR("Unknown pixel format 0x%08x\n", fb->pixel_format);
6662 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth);
7435 if (fb->pixel_format != crtc->fb->pixel_format)
8646 switch (mode_cmd->pixel_format) {
8655 DRM_DEBUG("invalid format: 0x%08x\n", mode_cmd->pixel_format);
8666 DRM_DEBUG("invalid format: 0x%08x\n", mode_cmd->pixel_format);
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_fb.c120 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp);
211 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp,
/freebsd-11-stable/sys/dev/drm2/
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_helper.c914 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth,
916 fb->pixel_format = mode_cmd->pixel_format;
H A Ddrm_crtc.c1809 if (fb->pixel_format == plane->format_types[i])
1812 DRM_DEBUG_KMS("Invalid pixel format 0x%08x\n", fb->pixel_format);
2160 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth);
2194 uint32_t format = r->pixel_format & ~DRM_FORMAT_BIG_ENDIAN;
2269 DRM_DEBUG_KMS("bad framebuffer format 0x%08x\n", r->pixel_format);
2273 hsub = drm_format_horz_chroma_subsampling(r->pixel_format);
2274 vsub = drm_format_vert_chroma_subsampling(r->pixel_format);
2275 num_planes = drm_format_num_planes(r->pixel_format);
2290 unsigned int cpp = drm_format_plane_cpp(r->pixel_format, i);
H A Ddrm_crtc.h265 uint32_t pixel_format; /* fourcc format */ member in struct:drm_framebuffer
/freebsd-11-stable/sys/contrib/v4l/
H A Dvideodev2.h424 __u32 pixel_format; /* Pixel format */ member in struct:v4l2_frmsizeenum
452 __u32 pixel_format; /* Pixel format */ member in struct:v4l2_frmivalenum

Completed in 142 milliseconds