[PATCH 19/20] drm/xe/display: stop calling domains_driver_remove twice
Matthew Auld
matthew.auld at intel.com
Mon May 13 08:27:46 UTC 2024
On 13/05/2024 09:19, Andrzej Hajda wrote:
> On 10.05.2024 20:12, Matthew Auld wrote:
>> Unclear why we call this twice.
>
> Hmm, where is another call, I couldn't find one.
In intel_display_driver_remove_nogem it is already called.
>
> Andrzej
>
>
>>
>> Signed-off-by: Matthew Auld <matthew.auld at intel.com>
>> Cc: Andrzej Hajda <andrzej.hajda at intel.com>
>> Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
>> ---
>> drivers/gpu/drm/xe/display/xe_display.c | 1 -
>> 1 file changed, 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/xe/display/xe_display.c
>> b/drivers/gpu/drm/xe/display/xe_display.c
>> index 6d74c9f55b0a..734bddbb8932 100644
>> --- a/drivers/gpu/drm/xe/display/xe_display.c
>> +++ b/drivers/gpu/drm/xe/display/xe_display.c
>> @@ -134,7 +134,6 @@ static void xe_display_fini_noirq(void *arg)
>> return;
>> intel_display_driver_remove_noirq(xe);
>> - intel_power_domains_driver_remove(xe);
>
>
>> }
>> int xe_display_init_noirq(struct xe_device *xe)
>
More information about the Intel-xe
mailing list