[igt-dev] [PATCH i-g-t 2/2] v3d: Add tests for hanging V3D using an RCL.

Eric Anholt eric at anholt.net
Wed Nov 28 22:04:13 UTC 2018


Jani Nikula <jani.nikula at linux.intel.com> writes:

> On Tue, 27 Nov 2018, Eric Anholt <eric at anholt.net> wrote:
>> +/** Creates a simple CL consisting of a single NOP instruction. */
>> +struct v3d_cl *
>> +igt_v3d_cl_create_nop(int fd)
>> +{
>> +	struct v3d_cl *cl = igt_v3d_cl_create(fd, 1);
>> +        uint8_t nop_opcode = 1;
>
> Not really reviewing this, the indents with spaces just caught my eyes.

Fixed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/igt-dev/attachments/20181128/9dce975c/attachment.sig>


More information about the igt-dev mailing list