On 28 March 2018 at 15:49, Chris Wilson <[email protected]> wrote:
> Quoting Emil Velikov (2018-03-28 02:24:48)
>> From: Deepak Sharma <[email protected]>
>>
>> Modify vgem_init to take platform dev as parent in drm_dev_init.
>> This will make drm device available at "/sys/devices/platform/vgem"
>> in x86 chromebook.
>>
>> Cc: Daniel Vetter <[email protected]>
>> Signed-off-by: Deepak Sharma <[email protected]>
>> Reviewed-by: Sean Paul <[email protected]>
>> Signed-off-by: Emil Velikov <[email protected]>
>> ---
>>  drivers/gpu/drm/vgem/vgem_drv.c | 15 +++++++--------
>>  1 file changed, 7 insertions(+), 8 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/vgem/vgem_drv.c 
>> b/drivers/gpu/drm/vgem/vgem_drv.c
>> index 2524ff116f00..636ce32fa945 100644
>> --- a/drivers/gpu/drm/vgem/vgem_drv.c
>> +++ b/drivers/gpu/drm/vgem/vgem_drv.c
>> @@ -472,31 +472,30 @@ static int __init vgem_init(void)
>>         if (!vgem_device)
>>                 return -ENOMEM;
>>
>> -       ret = drm_dev_init(&vgem_device->drm, &vgem_driver, NULL);
>> -       if (ret)
>> -               goto out_free;
>
> A shame to lose the test coverage this gave us. Care to replace that
> with a selftest?

Hi Chris, can you be more specific:
- What test coverage is lost - some IGT tests/other?
- Can you provide a rough outline of the test you have in mind?

Thanks
Emil
_______________________________________________
dri-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to