Home
last modified time | relevance | path

Searched refs:AFBC (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/gpu/
H A Dafbc.rst4 Arm Framebuffer Compression (AFBC)
7 AFBC is a proprietary lossless image compression protocol and format.
11 AFBC can be enabled on drivers which support it via use of the AFBC
14 All users of the AFBC modifiers must follow the usage guidelines laid
15 out in this document, to ensure compatibility across different AFBC
21 AFBC streams can contain several components - where a component
59 In AFBC, 'X' components are not treated any differently from any other
60 component. Therefore, an AFBC buffer with fourcc DRM_FORMAT_XBGR8888
82 420), can be encoded into one, or multiple, AFBC planes. As with
85 used to determine the number of encoded planes in an AFBC buffer,
[all …]
H A Dkomeda-kms.rst25 stage. It fetches the pixel from memory, decodes it if it's AFBC, rotates the
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_format_caps.h15 #define AFBC(x) DRM_FORMAT_MOD_ARM_AFBC(x) macro
18 #define AFBC_16x16(x) AFBC(AFBC_FORMAT_MOD_BLOCK_SIZE_16x16 | (x))
19 #define AFBC_32x8(x) AFBC(AFBC_FORMAT_MOD_BLOCK_SIZE_32x8 | (x))
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_dev.c485 #define AFB_TH AFBC(_TILED | _SPARSE)
486 #define AFB_TH_SC_YTR AFBC(_TILED | _SC | _SPARSE | _YTR)
487 #define AFB_TH_SC_YTR_BS AFBC(_TILED | _SC | _SPARSE | _YTR | _SPLIT)