Searched refs:cached_reads (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/gud/ |
H A D | gud_pipe.c | 154 const struct iosys_map *src, bool cached_reads, in gud_prep_flush() argument 199 drm_fb_swab(&dst, NULL, src, fb, rect, cached_reads, fmtcnv_state); in gud_prep_flush() 200 } else if (compression && cached_reads && pitch == fb->pitches[0]) { in gud_prep_flush() 270 const struct iosys_map *src, bool cached_reads, in gud_flush_rect() argument 280 ret = gud_prep_flush(gdrm, fb, src, cached_reads, format, rect, &req, fmtcnv_state); in gud_flush_rect() 321 const struct iosys_map *src, bool cached_reads, in gud_flush_damage() argument 347 ret = gud_flush_rect(gdrm, fb, src, cached_reads, format, &rect, &fmtcnv_state); in gud_flush_damage()
|