/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_dpp.c | 109 uint32_t pixel_format = 0; local in function:dpp2_cnv_setup 134 pixel_format = 1; 137 pixel_format = 3; 142 pixel_format = 8; 146 pixel_format = 10; 151 pixel_format = 65; 157 pixel_format = 64; 163 pixel_format = 67; 169 pixel_format = 66; 174 pixel_format = 22 [all...] |
amdgpu_dcn20_dsc.c | 367 dsc_reg_vals->pixel_format = dsc_dc_pixel_encoding_to_dsc_pixel_format(dsc_cfg->pixel_encoding, dsc_cfg->dc_dsc_cfg.ycbcr422_simple); 390 if (dsc_reg_vals->pixel_format == DSC_PIXFMT_NATIVE_YCBCR420 || dsc_reg_vals->pixel_format == DSC_PIXFMT_NATIVE_YCBCR422) 395 dsc_reg_vals->pps.convert_rgb = dsc_reg_vals->pixel_format == DSC_PIXFMT_RGB ? 1 : 0; 396 dsc_reg_vals->pps.native_422 = (dsc_reg_vals->pixel_format == DSC_PIXFMT_NATIVE_YCBCR422); 397 dsc_reg_vals->pps.native_420 = (dsc_reg_vals->pixel_format == DSC_PIXFMT_NATIVE_YCBCR420); 398 dsc_reg_vals->pps.simple_422 = (dsc_reg_vals->pixel_format == DSC_PIXFMT_SIMPLE_YCBCR422); 409 dsc_optc_cfg->is_pixel_format_444 = dsc_reg_vals->pixel_format == DSC_PIXFMT_RGB || 410 dsc_reg_vals->pixel_format == DSC_PIXFMT_YCBCR444 || 411 dsc_reg_vals->pixel_format == DSC_PIXFMT_SIMPLE_YCBCR422 [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_dpp.c | 301 uint32_t pixel_format; local in function:dpp1_cnv_setup 314 pixel_format = 0; 344 pixel_format = 1; 347 pixel_format = 3; 352 pixel_format = 8; 356 pixel_format = 10; 360 pixel_format = 65; 366 pixel_format = 64; 372 pixel_format = 67; 378 pixel_format = 66 [all...] |
amdgpu_dcn10_dpp_dscl.c | 154 static bool dpp1_dscl_is_video_format(enum pixel_format format) 163 static bool dpp1_dscl_is_420_format(enum pixel_format format)
|
amdgpu_dcn10_hw_sequencer_debug.c | 150 s->pixel_format, 169 s->pixel_format,
|
/src/sys/external/bsd/drm2/dist/drm/xen/ |
xen_drm_front.h | 154 u32 height, u32 pixel_format);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
fb_decoder.c | 47 struct pixel_format { struct 53 static struct pixel_format bdw_pixel_formats[] = { 66 static struct pixel_format skl_pixel_formats[] = { 399 static struct pixel_format sprite_pixel_formats[SPRITE_FORMAT_NUM] = {
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
displif.h | 595 * | pixel_format | 36 616 * pixel_format - uint32_t, pixel format of the framebuffer, FOURCC code 624 uint32_t pixel_format; member in struct:xendispl_fb_attach_req
|
/src/sys/dev/usb/ |
uvideo.c | 171 enum video_pixel_format pixel_format; member in struct:uvideo_pixel_format 759 enum video_pixel_format pixel_format, 765 if (format->format.pixel_format != pixel_format) 1285 struct uvideo_pixel_format *pixel_format; local in function:uvideo_stream_free 1303 while ((pixel_format = SIMPLEQ_FIRST(&vs->vs_pixel_formats)) != NULL) { 1305 kmem_free(pixel_format, sizeof(*pixel_format)); 1325 enum video_pixel_format pixel_format; local in function:uvideo_stream_init_frame_based_format 1336 pixel_format = VIDEO_FORMAT_UNDEFINED [all...] |
auvitek_video.c | 207 format->pixel_format = VIDEO_FORMAT_UYVY; 216 format->pixel_format = VIDEO_FORMAT_UYVY; 235 if (format->pixel_format != VIDEO_FORMAT_UYVY)
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
hw_shared.h | 171 enum pixel_format surface_pixel_format;
|
transform.h | 182 enum pixel_format format;
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_dsi.c | 16 int bpp = mipi_dsi_pixel_format_to_bpp(intel_dsi->pixel_format);
|
vlv_dsi_pll.c | 129 dsi_clk = dsi_clk_from_pclk(intel_dsi->pclk, intel_dsi->pixel_format, 264 int bpp = mipi_dsi_pixel_format_to_bpp(intel_dsi->pixel_format); 331 int bpp = mipi_dsi_pixel_format_to_bpp(intel_dsi->pixel_format); 467 dsi_clk = dsi_clk_from_pclk(intel_dsi->pclk, intel_dsi->pixel_format,
|
intel_dsi.h | 82 enum mipi_dsi_pixel_format pixel_format; member in struct:intel_dsi
|
icl_dsi.c | 320 bpp = mipi_dsi_pixel_format_to_bpp(intel_dsi->pixel_format); 694 switch (intel_dsi->pixel_format) { 696 MISSING_CASE(intel_dsi->pixel_format); 819 div = mipi_dsi_pixel_format_to_bpp(intel_dsi->pixel_format); 847 if (intel_dsi->pixel_format == MIPI_DSI_FMT_RGB666 && hactive % 4 != 0) 1286 int mul = mipi_dsi_pixel_format_to_bpp(intel_dsi->pixel_format); 1405 if (intel_dsi->pixel_format == MIPI_DSI_FMT_RGB888)
|
intel_display.h | 502 u32 pixel_format, u64 modifier); 618 u32 pixel_format, u64 modifier,
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_display.c | 250 (mode_cmd->pixel_format == DRM_FORMAT_YUYV || 251 mode_cmd->pixel_format == DRM_FORMAT_UYVY || 252 mode_cmd->pixel_format == DRM_FORMAT_NV12 || 253 mode_cmd->pixel_format == DRM_FORMAT_NV21) && 260 drm_get_format_name(mode_cmd->pixel_format,
|
/src/sys/dev/ |
video.c | 659 switch (src->pixel_format) { 696 src->pixel_format)); 736 dest->pixel_format = VIDEO_FORMAT_UYVY; 739 dest->pixel_format = VIDEO_FORMAT_YUV420; 742 dest->pixel_format = VIDEO_FORMAT_YUY2; 745 dest->pixel_format = VIDEO_FORMAT_NV12; 748 dest->pixel_format = VIDEO_FORMAT_RGB24; 751 dest->pixel_format = VIDEO_FORMAT_RGB555; 754 dest->pixel_format = VIDEO_FORMAT_RGB565; 757 dest->pixel_format = VIDEO_FORMAT_SBGGR8 [all...] |
video_if.h | 366 enum video_pixel_format pixel_format; member in struct:video_format
|
/src/sys/arch/arm/ti/ |
ti_lcdc.c | 556 uint32_t pixel_format; local in function:tilcdc_fb_probe 565 pixel_format = DRM_FORMAT_XBGR8888; 567 pixel_format = DRM_FORMAT_XRGB8888; 584 fb->format = drm_format_info(pixel_format);
|
/src/sys/external/bsd/drm2/dist/drm/virtio/ |
virtgpu_display.c | 309 if (mode_cmd->pixel_format != DRM_FORMAT_HOST_XRGB8888 && 310 mode_cmd->pixel_format != DRM_FORMAT_HOST_ARGB8888)
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_framebuffer.c | 131 r.pixel_format = drm_driver_legacy_fb_format(dev, or->bpp, or->depth); 132 if (r.pixel_format == DRM_FORMAT_INVALID) { 184 info = __drm_format_info(r->pixel_format); 189 drm_get_format_name(r->pixel_format, 253 if (r->pixel_format != DRM_FORMAT_NV12 || 390 * If they don't they interpret pixel_format values
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_fb.c | 232 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc_hw_types.h | 192 enum pixel_format { enum
|