panfrost: Place the height value in the height field
In the mali_single_framebuffer descriptor. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> v2: Remove unwanted chunks
This commit is contained in:
@@ -141,7 +141,7 @@ panfrost_emit_sfbd(struct panfrost_context *ctx, unsigned vertex_count)
|
||||
|
||||
struct mali_single_framebuffer framebuffer = {
|
||||
.width = MALI_POSITIVE(width),
|
||||
.height = MALI_POSITIVE(width),
|
||||
.height = MALI_POSITIVE(height),
|
||||
.unknown2 = 0x1f,
|
||||
.format = 0x30000000,
|
||||
.clear_flags = 0x1000,
|
||||
|
||||
Reference in New Issue
Block a user