[igt-dev] [PATCH i-g-t 3/4] Added a subtest where chamelium acts as a tiled panel
Joshi, Kunal1
kunal1.joshi at intel.com
Mon Apr 26 09:24:18 UTC 2021
>> +#ifdef HAVE_CHAMELIUM
>> +static void test_with_chamelium(data_t *data) {
>> + int i, count = 0;
>> + uint8_t htile = 2, vtile = 1;
>> + struct edid **edid;
>> +
>> + data->chamelium = chamelium_init(data->drm_fd);
>> + igt_assert(data->chamelium);
>igt_require here, not igt_assert.
>-
>Petri Latvala
Corrected this, Thanks petri
More information about the igt-dev
mailing list