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