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
62 * match only a single modifier. A modifier must not be a subset of layouts of
63 * another modifier. For instance, it's incorrect to encode pitch alignment in
64 * a modifier: a buffer may match a 64-pixel aligned modifier and a 32-pixel
65 * aligned modifier. That said, modifiers can have implicit minimal
68 * For modifiers where the combination of fourcc code and modifier can alias,
74 * There are two kinds of modifier users:
82 * These users musn't need to know to reason about the modifier value
83 * (i.e. they are not expected to extract information out of the modifier).
85 * Vendors should document their modifier usage in as much detail as
89 * The authoritative list of format modifier codes is found in
204 …10 fourcc_code('V', 'U', '3', '0') /* Y followed by U then V, 10:10:10. Non-linear modifier only */
244 * These formats can only be used with a non-Linear modifier.
355 * The upper 8 bits of the format modifier are a vendor-id as assigned
380 * Format Modifier tokens:
386 * Generic modifier names:
399 * vendor-specific modifier, a new 'GENERIC' vendor or modifier using vendor
407 * modifier(s), reflecting the vendor of the standard.
413 * Invalid Modifier
415 * This modifier can be used as a sentinel to terminate the format modifiers
416 * list, or to initialize a variable with an invalid modifier. It might also be
425 * modifier (e.g. not setting DRM_MODE_FB_MODIFIERS in the DRM_ADDFB2 ioctl),
434 * The "none" format modifier doesn't actually mean that the modifier is
686 * implied by the format modifier, format, or memory buffer, page
687 * kind would not need to be included in the modifier itself, but
688 * since the modifier should define the layout of the associated
740 drm_fourcc_canonicalize_nvidia_format_mod(__u64 modifier) in drm_fourcc_canonicalize_nvidia_format_mod() argument
742 if (!(modifier & 0x10) || (modifier & (0xff << 12))) in drm_fourcc_canonicalize_nvidia_format_mod()
743 return modifier; in drm_fourcc_canonicalize_nvidia_format_mod()
745 return modifier | (0xfe << 12); in drm_fourcc_canonicalize_nvidia_format_mod()
787 * vertical lines in the image. Reserve the lower 32 bits for modifier
836 * of column width in the modifier (we can't use the stride value due
840 * Note that the column height for this format modifier is the same
880 * all blocks using the format. This tiling modifier will use XOR as
882 * the assumption is that a no-XOR tiling modifier will be created.
894 * represented using bits in the modifier. Not all combinations are valid,
1086 * AFRC coding unit size modifier.
1124 * Arm 16x16 Block U-Interleaved modifier
1134 * Allwinner tiled modifier
1188 * This layout is transferrable between Amlogic SoCs supporting this modifier.
1201 * Amlogic SoCs supporting this modifier.