search for: dpu_hw_lm

Displaying 3 results from an estimated 3 matches for "dpu_hw_lm".

2019 May 03
2
[PATCH] gpu/drm: Remove duplicate headers
From: Jagadeesh Pagadala <jagdsh.linux at gmail.com> Remove duplicate headers which are included twice. Signed-off-by: Jagadeesh Pagadala <jagdsh.linux at gmail.com> --- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c | 1 - drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c | 2 -- drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c | 1 - 3 files changed, 4 deletions(-) diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c index 018df2c..45a5bc6...
2019 May 06
0
[PATCH] gpu/drm: Remove duplicate headers
...il.com> I collected some acks for the msm and nouveau parts and pushed this. For next time around would be great if you split these up along driver/module boundaries, so that each maintainer can pick this up directly. Thanks for your patch. -Daniel > --- > drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c | 1 - > drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c | 2 -- > drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c | 1 - > 3 files changed, 4 deletions(-) > > diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm....
2019 May 07
1
[PATCH] gpu/drm: Remove duplicate headers
...e msm and nouveau parts and pushed this. For > next time around would be great if you split these up along driver/module > boundaries, so that each maintainer can pick this up directly. > > Thanks for your patch. > -Daniel > > > --- > > drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c | 1 - > > drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv04.c | 2 -- > > drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c | 1 - Correction, this didn't compile, so I dropped the changes to panel-rpi. Another reason to split patches more for next time around....