drm/etnaviv: Drop the second argument of the etnaviv_gem_new_impl()
authorSui Jingfeng <suijingfeng@loongson.cn>
Mon, 2 Oct 2023 11:12:03 +0000 (19:12 +0800)
committerLucas Stach <l.stach@pengutronix.de>
Wed, 11 Oct 2023 16:50:06 +0000 (18:50 +0200)
commit4c6e6c01d82fc0edd8b47cb1ffbd05289029b005
tree31f37a4a86e1b564b280487b53c3991097d473da
parent939fcf7b8691b9e9ac80e92eedeb14476069021b
drm/etnaviv: Drop the second argument of the etnaviv_gem_new_impl()

The mentioned second parameter is the 'u32 size', but it is not get used by
the etnaviv_gem_new_impl() function, so drop it. No functional change.

Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_gem.c