diff options
author | Rob Clark <[email protected]> | 2018-09-11 15:59:22 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2018-10-02 10:08:18 -0400 |
commit | ae78489d3eb2d3916555e593e387103c06cecce6 (patch) | |
tree | 8e26675adda6fdef5a3b660ec7505af8d4a8d5f6 /src/gallium/drivers/freedreno/freedreno_gmem.h | |
parent | 8ff349e564e7d5f1ed4ac93c1834793c21e9eba8 (diff) |
freedreno/a6xx: hwbinning
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_gmem.h')
-rw-r--r-- | src/gallium/drivers/freedreno/freedreno_gmem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_gmem.h b/src/gallium/drivers/freedreno/freedreno_gmem.h index 144e9506cfb..47f52307b60 100644 --- a/src/gallium/drivers/freedreno/freedreno_gmem.h +++ b/src/gallium/drivers/freedreno/freedreno_gmem.h @@ -35,6 +35,7 @@ /* per-pipe configuration for hw binning: */ struct fd_vsc_pipe { + // TODO a3xx/a4xx/a5xx could probably move to single bo for vsc stream, like a6xx does struct fd_bo *bo; uint8_t x, y, w, h; /* VSC_PIPE[p].CONFIG */ }; |