[PATCH] drm: Include <linux/mem_encrypt.h> in drm_cache.c

Thomas Zimmermann tzimmermann at suse.de
Thu Jan 14 08:45:33 UTC 2021


Hi

Am 14.01.21 um 09:23 schrieb Christian König:
> Am 14.01.21 um 09:05 schrieb Thomas Zimmermann:
>> The function drm_need_swiotbl() needs mem_encrypt_active() from
>> <linux/mem_encrypt.h>. The include got lost when refactoring the
>> code recently.
>>
>> Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
>> Fixes: 3abc66706385 ("drm: Implement drm_need_swiotlb() in drm_cache.c")
>> Reported-by: kernel test robot <lkp at intel.com>
>> Cc: Thomas Zimmermann <tzimmermann at suse.de>
>> Cc: Christian König <christian.koenig at amd.com>
>> Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
>> Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
>> Cc: Maxime Ripard <mripard at kernel.org>
>> Cc: David Airlie <airlied at linux.ie>
>> Cc: Daniel Vetter <daniel at ffwll.ch>
>> Cc: dri-devel at lists.freedesktop.org
> 
> You are typing faster than me :)
> 
> Reviewed-by: Christian König <christian.koenig at amd.com>

Pushed to -misc-next. Thanks for the fast reply.

Best regards
Thomas

> 
>> ---
>>   drivers/gpu/drm/drm_cache.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/gpu/drm/drm_cache.c b/drivers/gpu/drm/drm_cache.c
>> index 49551a7fa22f..79a50ef1250f 100644
>> --- a/drivers/gpu/drm/drm_cache.c
>> +++ b/drivers/gpu/drm/drm_cache.c
>> @@ -30,6 +30,7 @@
>>   #include <linux/export.h>
>>   #include <linux/highmem.h>
>> +#include <linux/mem_encrypt.h>
>>   #include <xen/xen.h>
>>   #include <drm/drm_cache.h>
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Felix Imendörffer

-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20210114/6b433113/attachment.sig>


More information about the dri-devel mailing list