panfrost: XML-ify the write value job descriptor

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6797>
This commit is contained in:
Boris Brezillon
2020-09-08 10:39:23 +02:00
committed by Alyssa Rosenzweig
parent eb923548c5
commit 9121e7daaf
5 changed files with 48 additions and 50 deletions
-12
View File
@@ -238,18 +238,6 @@ struct bifrost_blend_rt {
};
} __attribute__((packed));
/* Details about write_value from panfrost igt tests which use it as a generic
* dword write primitive */
#define MALI_WRITE_VALUE_ZERO 3
struct mali_payload_write_value {
u64 address;
u32 value_descriptor;
u32 reserved;
u64 immediate;
} __attribute__((packed));
/*
* Mali Attributes
*