Home
last modified time | relevance | path

Searched refs:GUD_COMPRESSION_LZ4 (Results 1 – 2 of 2) sorted by relevance

/linux/include/drm/
H A Dgud.h27 * - GUD_COMPRESSION_LZ4: LZ4 lossless compression.
47 #define GUD_COMPRESSION_LZ4 BIT(0) macro
/linux/drivers/gpu/drm/gud/
H A Dgud_pipe.c219 if (compression & GUD_COMPRESSION_LZ4) { in gud_prep_flush()
228 req->compression = GUD_COMPRESSION_LZ4; in gud_prep_flush()