[PATCH v2 11/19] drm/i915: Use the drm_driver.dumb_destroy default

Noralf Trønnes noralf at tronnes.org
Tue Aug 8 10:40:03 UTC 2017


Den 07.08.2017 17.02, skrev Daniel Vetter:
> On Sun, Aug 06, 2017 at 05:41:00PM +0200, Noralf Trønnes wrote:
>> drm_gem_dumb_destroy() is the drm_driver.dumb_destroy default,
>> so no need to set it.
>>
>> Cc: Daniel Vetter <daniel.vetter at intel.com>
>> Cc: Jani Nikula <jani.nikula at linux.intel.com>
>> Signed-off-by: Noralf Trønnes <noralf at tronnes.org>
> Reviewed-by: Daniel Vetter <daniel.vetter at ffwll.ch>
>
> We haven't pulled drm-misc into drm-intel yet, so easier to merge to
> drm-misc. Can you pls push it there?

Applied to drm-misc.
I do hope that people will tell me if they want to take a patch through
another tree than drm-misc rather than assume that I should know.

Noralf.

> Thanks for doing this.
> -Daniel
>
>> ---
>>   drivers/gpu/drm/i915/i915_drv.c | 1 -
>>   1 file changed, 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
>> index d310d82..4c96a72 100644
>> --- a/drivers/gpu/drm/i915/i915_drv.c
>> +++ b/drivers/gpu/drm/i915/i915_drv.c
>> @@ -2755,7 +2755,6 @@ static struct drm_driver driver = {
>>   
>>   	.dumb_create = i915_gem_dumb_create,
>>   	.dumb_map_offset = i915_gem_mmap_gtt,
>> -	.dumb_destroy = drm_gem_dumb_destroy,
>>   	.ioctls = i915_ioctls,
>>   	.num_ioctls = ARRAY_SIZE(i915_ioctls),
>>   	.fops = &i915_driver_fops,
>> -- 
>> 2.7.4
>>
>> _______________________________________________
>> dri-devel mailing list
>> dri-devel at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/dri-devel



More information about the dri-devel mailing list