Lines Matching full:modifier
38 * fourcc code, a Format Modifier may optionally be provided, in order to
45 * unique fourcc:modifier pair. This format:modifier pair must fully define the
49 * Having multiple fourcc:modifier pairs which describe the same layout should
57 * modifier is specific to the modifer being used. For example, some modifiers
61 * Vendors should document their modifier usage in as much detail as
65 * The authoritative list of format modifier codes is found in
167 …10 fourcc_code('V', 'U', '3', '0') /* Y followed by U then V, 10:10:10. Non-linear modifier only */
207 * These formats can only be used with a non-Linear modifier.
318 * The upper 8 bits of the format modifier are a vendor-id as assigned
344 * Format Modifier tokens:
350 * Generic modifier names:
363 * vendor-specific modifier, a new 'GENERIC' vendor or modifier using vendor
371 * modifier(s), reflecting the vendor of the standard.
377 * Invalid Modifier
379 * This modifier can be used as a sentinel to terminate the format modifiers
380 * list, or to initialize a variable with an invalid modifier. It might also be
389 * modifier (e.g. not setting DRM_MODE_FB_MODIFIERS in the DRM_ADDFB2 ioctl),
621 * implied by the format modifier, format, or memory buffer, page
622 * kind would not need to be included in the modifier itself, but
623 * since the modifier should define the layout of the associated
675 drm_fourcc_canonicalize_nvidia_format_mod(__u64 modifier) in drm_fourcc_canonicalize_nvidia_format_mod() argument
677 if (!(modifier & 0x10) || (modifier & (0xff << 12))) in drm_fourcc_canonicalize_nvidia_format_mod()
678 return modifier; in drm_fourcc_canonicalize_nvidia_format_mod()
680 return modifier | (0xfe << 12); in drm_fourcc_canonicalize_nvidia_format_mod()
722 * vertical lines in the image. Reserve the lower 32 bits for modifier
771 * of column width in the modifier (we can't use the stride value due
775 * Note that the column height for this format modifier is the same
815 * all blocks using the format. This tiling modifier will use XOR as
817 * the assumption is that a no-XOR tiling modifier will be created.
829 * represented using bits in the modifier. Not all combinations are valid,
956 * Arm 16x16 Block U-Interleaved modifier
966 * Allwinner tiled modifier
1020 * This layout is transferrable between Amlogic SoCs supporting this modifier.
1033 * Amlogic SoCs supporting this modifier.