Searched refs:cached_reads (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/gud/ |
D | gud_pipe.c | 153 const struct iosys_map *src, bool cached_reads, in gud_prep_flush() argument 197 drm_fb_swab(&dst, NULL, src, fb, rect, cached_reads); in gud_prep_flush() 198 } else if (compression && cached_reads && pitch == fb->pitches[0]) { in gud_prep_flush() 268 const struct iosys_map *src, bool cached_reads, in gud_flush_rect() argument 277 ret = gud_prep_flush(gdrm, fb, src, cached_reads, format, rect, &req); in gud_flush_rect() 318 const struct iosys_map *src, bool cached_reads, in gud_flush_damage() argument 343 ret = gud_flush_rect(gdrm, fb, src, cached_reads, format, &rect); in gud_flush_damage()
|