diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-04-06 19:45:30 -0400 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2020-04-24 06:53:26 +0200 |
commit | 81a31911ddcf640d602ec104f7bbc3188dad3b7b (patch) | |
tree | 49714c8512fa1b6477694caff094c7b1ab17fc15 /src/panfrost/include | |
parent | 0a0b670d633b007e0d6394919fa0afa261614d32 (diff) |
panfrost: Set clear_color_[12] in the extra fb desc
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Signed-off-by: Tomeu Vizoso <[email protected]>
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4680>
Diffstat (limited to 'src/panfrost/include')
-rw-r--r-- | src/panfrost/include/panfrost-job.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/panfrost/include/panfrost-job.h b/src/panfrost/include/panfrost-job.h index 6bf0b7caf1c..71beac01e6b 100644 --- a/src/panfrost/include/panfrost-job.h +++ b/src/panfrost/include/panfrost-job.h @@ -1670,7 +1670,9 @@ struct mali_framebuffer_extra { }; - u64 zero3, zero4; + u32 clear_color_1; + u32 clear_color_2; + u64 zero3; } __attribute__((packed)); /* Flags for mfbd_flags */ |