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

1234567

/linux-master/drivers/gpu/drm/tests/
H A Ddrm_framebuffer_test.c30 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_ABGR8888,
35 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888,
40 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888,
45 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888,
50 .cmd = { .width = MAX_WIDTH + 1, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888,
55 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888,
60 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = 0,
65 .cmd = { .width = 0, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888,
70 .cmd = { .width = MAX_WIDTH, .height = 0, .pixel_format = DRM_FORMAT_ABGR8888,
75 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dpp/dcn201/
H A Ddcn201_dpp.c53 uint32_t pixel_format = 0; local
71 pixel_format = 1;
74 pixel_format = 3;
79 pixel_format = 8;
83 pixel_format = 10;
88 pixel_format = 65;
94 pixel_format = 64;
100 pixel_format = 67;
106 pixel_format = 66;
111 pixel_format
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dpp/dcn20/
H A Ddcn20_dpp.c106 uint32_t pixel_format = 0; local
131 pixel_format = 1;
134 pixel_format = 3;
139 pixel_format = 8;
143 pixel_format = 10;
148 pixel_format = 65;
154 pixel_format = 64;
160 pixel_format = 67;
166 pixel_format = 66;
172 pixel_format
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Di9xx_plane.h20 u32 pixel_format, u64 modifier,
33 u32 pixel_format, u64 modifier,
32 i965_plane_max_stride(struct intel_plane *plane, u32 pixel_format, u64 modifier, unsigned int rotation) argument
H A Di9xx_plane.c698 u32 pixel_format, u64 modifier,
701 const struct drm_format_info *info = drm_format_info(pixel_format);
710 u32 pixel_format, u64 modifier,
713 const struct drm_format_info *info = drm_format_info(pixel_format);
725 u32 pixel_format, u64 modifier,
728 const struct drm_format_info *info = drm_format_info(pixel_format);
740 u32 pixel_format, u64 modifier,
985 int fourcc, pixel_format; local
1021 pixel_format = val & DISP_FORMAT_MASK;
1022 fourcc = i9xx_format_to_fourcc(pixel_format);
697 hsw_primary_max_stride(struct intel_plane *plane, u32 pixel_format, u64 modifier, unsigned int rotation) argument
709 ilk_primary_max_stride(struct intel_plane *plane, u32 pixel_format, u64 modifier, unsigned int rotation) argument
724 i965_plane_max_stride(struct intel_plane *plane, u32 pixel_format, u64 modifier, unsigned int rotation) argument
739 i9xx_plane_max_stride(struct intel_plane *plane, u32 pixel_format, u64 modifier, unsigned int rotation) argument
[all...]
H A Dintel_dsi.h77 enum mipi_dsi_pixel_format pixel_format; member in struct:intel_dsi
H A Dintel_fbdev_fb.c33 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp,
H A Dintel_dsi.c34 int bpp = mipi_dsi_pixel_format_to_bpp(intel_dsi->pixel_format);
/linux-master/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
H A Ddcn10_dpp.c282 uint32_t pixel_format; local
295 pixel_format = 0;
325 pixel_format = 1;
328 pixel_format = 3;
333 pixel_format = 8;
337 pixel_format = 10;
341 pixel_format = 65;
347 pixel_format = 64;
353 pixel_format = 67;
359 pixel_format
[all...]
/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.h18 u32 pixel_format; member in struct:kirin_format
/linux-master/drivers/firmware/efi/libstub/
H A Dgop.c164 pf = info->pixel_format;
176 static u8 pixel_bpp(int pixel_format, efi_pixel_bitmask_t pixel_info) argument
178 if (pixel_format == PIXEL_BIT_MASK) {
205 pf = info->pixel_format;
226 pf = info->pixel_format;
268 pf = info->pixel_format;
286 pf = info->pixel_format;
340 pf = info->pixel_format;
431 efi_pixel_bitmask_t pixel_info, int pixel_format)
433 if (pixel_format
430 setup_pixel_info(struct screen_info *si, u32 pixels_per_scan_line, efi_pixel_bitmask_t pixel_info, int pixel_format) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
H A Ddcn20_dsc.c409 dsc_reg_vals->pixel_format = dsc_dc_pixel_encoding_to_dsc_pixel_format(dsc_cfg->pixel_encoding, dsc_cfg->dc_dsc_cfg.ycbcr422_simple);
433 if (dsc_reg_vals->pixel_format == DSC_PIXFMT_NATIVE_YCBCR420 || dsc_reg_vals->pixel_format == DSC_PIXFMT_NATIVE_YCBCR422)
438 dsc_reg_vals->pps.convert_rgb = dsc_reg_vals->pixel_format == DSC_PIXFMT_RGB ? 1 : 0;
439 dsc_reg_vals->pps.native_422 = (dsc_reg_vals->pixel_format == DSC_PIXFMT_NATIVE_YCBCR422);
440 dsc_reg_vals->pps.native_420 = (dsc_reg_vals->pixel_format == DSC_PIXFMT_NATIVE_YCBCR420);
441 dsc_reg_vals->pps.simple_422 = (dsc_reg_vals->pixel_format == DSC_PIXFMT_SIMPLE_YCBCR422);
457 dsc_optc_cfg->is_pixel_format_444 = dsc_reg_vals->pixel_format == DSC_PIXFMT_RGB ||
458 dsc_reg_vals->pixel_format == DSC_PIXFMT_YCBCR444 ||
459 dsc_reg_vals->pixel_format
[all...]
/linux-master/drivers/gpu/drm/msm/disp/
H A Dmdp_format.h39 * @pixel_format: format fourcc
52 uint32_t pixel_format; member in struct:msm_format
H A Dmdp_format.c72 .pixel_format = DRM_FORMAT_ ## fmt, \
92 .pixel_format = DRM_FORMAT_ ## fmt, \
112 .pixel_format = DRM_FORMAT_ ## fmt, \
131 .pixel_format = DRM_FORMAT_ ## fmt, \
151 .pixel_format = DRM_FORMAT_ ## fmt, \
170 .pixel_format = DRM_FORMAT_ ## fmt, \
190 .pixel_format = DRM_FORMAT_ ## fmt, \
210 .pixel_format = DRM_FORMAT_ ## fmt, \
625 if (f->pixel_format == format)
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c76 if (fmt->pixel_format == DRM_FORMAT_NV12 ||
77 fmt->pixel_format == DRM_FORMAT_P010) {
89 if (fmt->pixel_format == dpu_media_ubwc_map[i].format) {
115 &fmt->pixel_format);
209 if ((fmt->pixel_format == DRM_FORMAT_NV12) &&
443 info = drm_format_info(fmt->pixel_format);
/linux-master/drivers/gpu/drm/armada/
H A Darmada_fb.c27 switch (mode->pixel_format) {
95 mode->width, mode->height, mode->pixel_format,
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_kms.c124 format = shmob_drm_format_info(mode_cmd->pixel_format);
127 &mode_cmd->pixel_format);
/linux-master/drivers/gpu/drm/amd/display/dc/dpp/dcn30/
H A Ddcn30_dpp.c212 uint32_t pixel_format = 0; local
240 pixel_format = 1;
243 pixel_format = 3;
248 pixel_format = 8;
252 pixel_format = 10;
257 pixel_format = 65;
263 pixel_format = 64;
269 pixel_format = 67;
275 pixel_format = 66;
281 pixel_format
[all...]
/linux-master/drivers/gpu/drm/xen/
H A Dxen_drm_front.h143 u32 height, u32 pixel_format);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_fb.c181 &mode_cmd->pixel_format);
184 format = mdp_get_format(kms, mode_cmd->pixel_format,
188 &mode_cmd->pixel_format);
249 .pixel_format = format,
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c46 struct pixel_format { struct
52 static const struct pixel_format bdw_pixel_formats[] = {
65 static const struct pixel_format skl_pixel_formats[] = {
398 static const struct pixel_format sprite_pixel_formats[SPRITE_FORMAT_NUM] = {
/linux-master/drivers/gpu/drm/arm/
H A Dhdlcd_crtc.c86 uint32_t pixel_format; local
90 pixel_format = fb->format->format;
93 if (supported_formats[i].fourcc == pixel_format)
/linux-master/include/xen/interface/io/
H A Ddisplif.h592 * | pixel_format | 36
613 * pixel_format - uint32_t, pixel format of the framebuffer, FOURCC code
621 uint32_t pixel_format; member in struct:xendispl_fb_attach_req
/linux-master/drivers/gpu/drm/xe/display/
H A Dintel_fbdev_fb.c35 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp,
/linux-master/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_kms.c93 format = rzg2l_du_format_info(mode_cmd->pixel_format);
96 &mode_cmd->pixel_format);

Completed in 381 milliseconds

1234567