Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm/nvidia/drm2/
H A Dtegra_fb.c147 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in tegra_fb_probe()
219 if (idx >= drm_format_num_planes(fb->drm_fb.pixel_format)) in tegra_fb_get_plane()
280 hsub = drm_format_horz_chroma_subsampling(cmd->pixel_format); in tegra_drm_fb_create()
281 vsub = drm_format_vert_chroma_subsampling(cmd->pixel_format); in tegra_drm_fb_create()
283 nplanes = drm_format_num_planes(cmd->pixel_format); in tegra_drm_fb_create()
297 bpp = drm_format_plane_cpp(cmd->pixel_format, i); in tegra_drm_fb_create()
H A Dtegra_dc.c157 switch (fb->drm_fb.pixel_format) { in dc_parse_drm_format()
269 nplanes = drm_format_num_planes(fb->drm_fb.pixel_format); in dc_parse_drm_format()
537 fb->drm_fb.pixel_format); in dc_plane_update()
634 fb->drm_fb.pixel_format); in dc_set_base()
708 drm_crtc->fb->pixel_format); in dc_crtc_mode_set()
/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_sprite.c56 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in ivb_update_plane()
66 switch (fb->pixel_format) { in ivb_update_plane()
237 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in ilk_update_plane()
247 switch (fb->pixel_format) { in ilk_update_plane()
H A Dintel_fb.c74 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in intelfb_create()
H A Dintel_display.c2064 switch (fb->pixel_format) { in i9xx_update_plane()
2092 DRM_ERROR("Unknown pixel format 0x%08x\n", fb->pixel_format); in i9xx_update_plane()
2162 switch (fb->pixel_format) { in ironlake_update_plane()
2186 DRM_ERROR("Unknown pixel format 0x%08x\n", fb->pixel_format); in ironlake_update_plane()
6662 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in intel_framebuffer_create_for_mode()
7435 if (fb->pixel_format != crtc->fb->pixel_format) in intel_crtc_page_flip()
8646 switch (mode_cmd->pixel_format) { in intel_framebuffer_init()
8655 DRM_DEBUG("invalid format: 0x%08x\n", mode_cmd->pixel_format); in intel_framebuffer_init()
8666 DRM_DEBUG("invalid format: 0x%08x\n", mode_cmd->pixel_format); in intel_framebuffer_init()
8675 DRM_DEBUG("invalid format: 0x%08x\n", mode_cmd->pixel_format); in intel_framebuffer_init()
[all …]
/freebsd-12.1/sys/dev/drm2/radeon/
H A Dradeon_fb.c120 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in radeonfb_create_pinned_object()
211 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in radeonfb_create()
/freebsd-12.1/sys/powerpc/mpc85xx/
H A Dfsl_diu.c156 uint32_t pixel_format; member
302 sc->sc_planes[0]->pixel_format = reg; in diu_init()
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_crtc_helper.c914 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth, in drm_helper_mode_fill_fb_struct()
916 fb->pixel_format = mode_cmd->pixel_format; in drm_helper_mode_fill_fb_struct()
H A Ddrm_mode.h296 __u32 pixel_format; /* fourcc code from drm_fourcc.h */ member
H A Ddrm_crtc.c1809 if (fb->pixel_format == plane->format_types[i]) in drm_mode_setplane()
1812 DRM_DEBUG_KMS("Invalid pixel format 0x%08x\n", fb->pixel_format); in drm_mode_setplane()
2160 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth); in drm_mode_addfb()
2194 uint32_t format = r->pixel_format & ~DRM_FORMAT_BIG_ENDIAN; in format_check()
2269 DRM_DEBUG_KMS("bad framebuffer format 0x%08x\n", r->pixel_format); in framebuffer_check()
2273 hsub = drm_format_horz_chroma_subsampling(r->pixel_format); in framebuffer_check()
2274 vsub = drm_format_vert_chroma_subsampling(r->pixel_format); in framebuffer_check()
2275 num_planes = drm_format_num_planes(r->pixel_format); in framebuffer_check()
2290 unsigned int cpp = drm_format_plane_cpp(r->pixel_format, i); in framebuffer_check()
H A Ddrm_crtc.h265 uint32_t pixel_format; /* fourcc format */ member
/freebsd-12.1/sys/contrib/v4l/
H A Dvideodev2.h424 __u32 pixel_format; /* Pixel format */ member
452 __u32 pixel_format; /* Pixel format */ member