Re: [PATCH 16/61] gpu: drm: vc4: simplify getting .drvdata

2018-04-23 Thread Eric Anholt
Wolfram Sang writes: > We should get drvdata from struct device directly. Going via > platform_device is an unneeded step back and forth. > > Signed-off-by: Wolfram Sang Applied to drm-misc-next. Thanks! signature.asc

[PATCH 16/61] gpu: drm: vc4: simplify getting .drvdata

2018-04-20 Thread Wolfram Sang
We should get drvdata from struct device directly. Going via platform_device is an unneeded step back and forth. Signed-off-by: Wolfram Sang --- Build tested only. buildbot is happy. Please apply individually. drivers/gpu/drm/vc4/vc4_drv.c | 3 +-- 1 file