Re: [Mesa-dev] [PATCH v3 3/4] etnaviv: hook-up etc2 patching

2019-02-27 Thread Lucas Stach
Am Donnerstag, den 28.02.2019, 07:26 +0100 schrieb Christian Gmeiner: > Changes v1 -> v2: > - Avoid the GPU sampling from the resource that gets mutated by the the >transfer map by setting DRM_ETNA_PREP_WRITE. > > Changes v2 -> v3: > - make use of likely(..) > - drop minor optimization rega

[Mesa-dev] [PATCH v3 3/4] etnaviv: hook-up etc2 patching

2019-02-27 Thread Christian Gmeiner
Changes v1 -> v2: - Avoid the GPU sampling from the resource that gets mutated by the the transfer map by setting DRM_ETNA_PREP_WRITE. Changes v2 -> v3: - make use of likely(..) - drop minor optimization regarding rsc->layout == ETNA_LAYOUT_LINEAR - better documentation why DRM_ETNA_PREP_WR